From c53de883fcf2fb0e8fae882c2c50ff4fd2c3c46e Mon Sep 17 00:00:00 2001 From: Nick Ng Date: Thu, 13 Apr 2023 04:48:30 +0800 Subject: [PATCH] Plugins: Add leaflet-tracksymbol2 (#8906) --- .../markers-renderers/leaflet-tracksymbol2.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/_plugins/markers-renderers/leaflet-tracksymbol2.md diff --git a/docs/_plugins/markers-renderers/leaflet-tracksymbol2.md b/docs/_plugins/markers-renderers/leaflet-tracksymbol2.md new file mode 100644 index 000000000..ed92f0504 --- /dev/null +++ b/docs/_plugins/markers-renderers/leaflet-tracksymbol2.md @@ -0,0 +1,17 @@ +--- +name: leaflet-tracksymbol2 +category: markers-renderers +repo: https://github.com/org-arl/leaflet-tracksymbol2 +author: ARL +author-url: https://github.com/org-arl +demo: https://org-arl.github.io/leaflet-tracksymbol2/ +compatible-v0: +compatible-v1: true +--- + +A plugin for showing tracks (triangular symbol) and AIS contacts on the map. + +This is an updated version of: + +* [leaflet-tracksymbol](https://www.npmjs.com/package/leaflet-tracksymbol) +* [leaflet-ais-tracksymbol](https://github.com/PowerPan/leaflet-ais-tracksymbol)