From 7ceb40e8dc0a461d8dfd0d26e5e9bbc965ae4548 Mon Sep 17 00:00:00 2001 From: mfhsieh Date: Mon, 17 Jun 2024 20:43:30 +0800 Subject: [PATCH] Add plugin: Leaflet.IconEx (#9372) --- docs/_plugins/markers-renderers/leaflet-iconex.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/_plugins/markers-renderers/leaflet-iconex.md diff --git a/docs/_plugins/markers-renderers/leaflet-iconex.md b/docs/_plugins/markers-renderers/leaflet-iconex.md new file mode 100644 index 000000000..545f86afe --- /dev/null +++ b/docs/_plugins/markers-renderers/leaflet-iconex.md @@ -0,0 +1,12 @@ +--- +name: Leaflet.IconEx +category: markers-renderers +repo: https://github.com/mfhsieh/leaflet-iconex/ +author: mfhsieh +author-url: https://github.com/mfhsieh +demo: https://mfhsieh.github.io/leaflet-iconex/ +compatible-v0: +compatible-v1: true +--- + +A Leaflet plugin that creates a DivIcon with three customizable layers. \ No newline at end of file