mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +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;
|
return feature.properties.vesselName || feature.properties.vesselId;
|
||||||
},
|
},
|
||||||
pointToLayer (point, latlng) {
|
pointToLayer (point, latlng) {
|
||||||
return L.circle(latlng, {
|
return L.circleMarker(latlng, {
|
||||||
radius: 30,
|
radius: 10,
|
||||||
color: "magenta",
|
color: "magenta",
|
||||||
stroke: false,
|
stroke: false,
|
||||||
fillOpacity: 0.8
|
fillOpacity: 0.8
|
||||||
|
|||||||
Reference in New Issue
Block a user