Skip to content

Commit

Permalink
[markers] have real green markers now
Browse files Browse the repository at this point in the history
Signed-off-by: Hakan Tandogan <[email protected]>
  • Loading branch information
hakan42 committed Jun 3, 2020
1 parent 57f8656 commit 8840c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monolith/src/main/resources/static/js/osm-mosques-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ const markers = L.markerClusterGroup();

const osmMosqueIcon = L.ExtraMarkers.icon({
icon: 'fa-moon-o',
// '#009000' is 'Islamic green' according to colorhexa.com
markerColor: 'green',
shape: 'round',
shape: 'circle',
prefix: 'fa'
})

Expand Down

0 comments on commit 8840c3a

Please sign in to comment.