Change real-time position marker

This commit is contained in:
D. Berge
2020-09-01 12:37:39 +02:00
parent bf896f71dc
commit 7dbfb3ab6a

View File

@@ -145,8 +145,8 @@ const layers = {
return feature.properties.vesselName || feature.properties.vesselId;
},
pointToLayer (point, latlng) {
return L.circle(latlng, {
radius: 30,
return L.circleMarker(latlng, {
radius: 10,
color: "magenta",
stroke: false,
fillOpacity: 0.8