fix: restore map picker marker

Marker was broken on map picker for entities with no location set yet
This commit is contained in:
James Graham
2021-04-27 11:07:25 +01:00
parent 6a5addc917
commit 4e87176c17

View File

@@ -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)