From cf0d4bdea96a425ad0726680abc40a7a8940ea28 Mon Sep 17 00:00:00 2001 From: mfhsieh Date: Mon, 17 Jun 2024 20:44:12 +0800 Subject: [PATCH] Add a plugin: Leaflet.ZoomEx (#9369) --- docs/_plugins/interactive-pan-zoom/leaflet-zoomex.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/_plugins/interactive-pan-zoom/leaflet-zoomex.md diff --git a/docs/_plugins/interactive-pan-zoom/leaflet-zoomex.md b/docs/_plugins/interactive-pan-zoom/leaflet-zoomex.md new file mode 100644 index 00000000000..bc33a15fadb --- /dev/null +++ b/docs/_plugins/interactive-pan-zoom/leaflet-zoomex.md @@ -0,0 +1,12 @@ +--- +name: Leaflet.ZoomEx +category: interactive-pan-zoom +repo: https://github.com/mfhsieh/leaflet-zoomex/ +author: mfhsieh +author-url: https://github.com/mfhsieh +demo: https://mfhsieh.github.io/leaflet-zoomex/ +compatible-v0: +compatible-v1: true +--- + +A Leaflet plugin that displays a zoom control on the map, with a customizable appearance and position using CSS. \ No newline at end of file