Skip to content

Commit

Permalink
Add stroke to circlemarker
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Mar 21, 2024
1 parent 23abe82 commit e11ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/validation-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ vMap.pointToLayer=function(feature,latlng,ix){
"weight":1,
"opacity":1,
"fillOpacity":0.7,
"stroke":false
"stroke":true
};
var marker=L.circleMarker(latlng,markerOpts);
return marker;
Expand Down

0 comments on commit e11ed02

Please sign in to comment.