From 4e87176c170bae471b8c48edefcabb5b3f388f14 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 27 Apr 2021 11:07:25 +0100 Subject: [PATCH] fix: restore map picker marker Marker was broken on map picker for entities with no location set yet --- people/static/js/location_picker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/people/static/js/location_picker.js b/people/static/js/location_picker.js index 188644b..c6c3202 100644 --- a/people/static/js/location_picker.js +++ b/people/static/js/location_picker.js @@ -16,7 +16,7 @@ function selectLocation(event) { strokeColor: marker_edge_colour, strokeWeight: marker_edge_width, strokeOpacity: marker_edge_alpha, - fillColor: marker_fill_colour, + fillColor: '#0099cc', fillOpacity: marker_fill_alpha, scale: marker_scale, labelOrigin: new google.maps.Point(0, -marker_label_offset)