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)