Slightly increase size of event markers

This commit is contained in:
D. Berge
2020-09-26 01:17:34 +02:00
parent 1d8036b429
commit b383f4e4c0

View File

@@ -449,7 +449,7 @@ export default {
},
pointToLayer (point, latlng) {
return L.circleMarker(latlng, {
radius: 5,
radius: 6,
color: point.properties.colour || "gray",
stroke: false,
fillOpacity: 0.6