org-arl / leaflet-tracksymbol2

Leaflet plugin for showing tracks with heading, course and speed.
https://org-arl.github.io/leaflet-tracksymbol2/
MIT License
7 stars 0 forks source link

try adds types of symbol #5

Open niuqi31 opened 3 weeks ago

niuqi31 commented 3 weeks ago

I have two types of data information sources here, one is AIS and the other is Radar. Individual AIS targets can be represented by Leaflet-tracksymbol2, while individual Radar targets can be represented by L.circleMarker. If the target is both an AIS target and a Radar target, I would also like to represent it using Leaflet-tracksymbol2.

ngyewch commented 2 weeks ago

You can customize the shape.

https://org-arl.github.io/leaflet-tracksymbol2/typedoc/classes/AISTrackSymbol.html#constructor https://org-arl.github.io/leaflet-tracksymbol2/typedoc/interfaces/AISTrackSymbolOptions.html