mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:37:07 +00:00
Change real-time position marker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user