From 773fa8ca497563e8ef591be76a201ccf673d320b Mon Sep 17 00:00:00 2001 From: mfhsieh Date: Mon, 17 Jun 2024 20:44:01 +0800 Subject: [PATCH] Add plugin: Leaflet.SimpleLocate (#9370) --- docs/_plugins/geolocation/leaflet-simple-locate.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/_plugins/geolocation/leaflet-simple-locate.md diff --git a/docs/_plugins/geolocation/leaflet-simple-locate.md b/docs/_plugins/geolocation/leaflet-simple-locate.md new file mode 100644 index 00000000000..fc0ef7ec1ee --- /dev/null +++ b/docs/_plugins/geolocation/leaflet-simple-locate.md @@ -0,0 +1,12 @@ +--- +name: Leaflet.SimpleLocate +category: geolocation +repo: https://github.com/mfhsieh/leaflet-simple-locate/ +author: mfhsieh +author-url: https://github.com/mfhsieh +demo: https://mfhsieh.github.io/leaflet-simple-locate/ +compatible-v0: +compatible-v1: true +--- + +A Leaflet plugin displaying device location and orientation on the map, with orientation adjusted according to screen rotation.