mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: restore map picker marker
Marker was broken on map picker for entities with no location set yet
This commit is contained in:
@@ -16,7 +16,7 @@ function selectLocation(event) {
|
|||||||
strokeColor: marker_edge_colour,
|
strokeColor: marker_edge_colour,
|
||||||
strokeWeight: marker_edge_width,
|
strokeWeight: marker_edge_width,
|
||||||
strokeOpacity: marker_edge_alpha,
|
strokeOpacity: marker_edge_alpha,
|
||||||
fillColor: marker_fill_colour,
|
fillColor: '#0099cc',
|
||||||
fillOpacity: marker_fill_alpha,
|
fillOpacity: marker_fill_alpha,
|
||||||
scale: marker_scale,
|
scale: marker_scale,
|
||||||
labelOrigin: new google.maps.Point(0, -marker_label_offset)
|
labelOrigin: new google.maps.Point(0, -marker_label_offset)
|
||||||
|
|||||||
Reference in New Issue
Block a user