Skip to content

Commit

Permalink
Change fill opacity to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Mar 27, 2024
1 parent 2bc305e commit b45b6d7
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 @@ -97,7 +97,7 @@ vMap.pointToLayer=function(feature,latlng,ix){
"color":"#000",
"weight":1,
"opacity":1,
"fillOpacity":0.7,
"fillOpacity":0.9,
"stroke":true
};
var marker=L.circleMarker(latlng,markerOpts);
Expand Down

0 comments on commit b45b6d7

Please sign in to comment.