From 9c890120eb3c263e0e40940c6fb68f091aa37feb Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Wed, 4 Oct 2023 09:16:24 +0100 Subject: [PATCH] add leaflet & maplibre --- radon/radon-leaflet.html | 30 +++++++++++ radon/radon-maplibre.html | 81 +++++++++++++++++++++++++++++ radon/{radon.html => radon-ol.html} | 0 3 files changed, 111 insertions(+) create mode 100644 radon/radon-leaflet.html create mode 100644 radon/radon-maplibre.html rename radon/{radon.html => radon-ol.html} (100%) diff --git a/radon/radon-leaflet.html b/radon/radon-leaflet.html new file mode 100644 index 0000000..a5ea85b --- /dev/null +++ b/radon/radon-leaflet.html @@ -0,0 +1,30 @@ + + + PMTiles Leaflet Example + + + + + + + +
+ + + \ No newline at end of file diff --git a/radon/radon-maplibre.html b/radon/radon-maplibre.html new file mode 100644 index 0000000..76600d1 --- /dev/null +++ b/radon/radon-maplibre.html @@ -0,0 +1,81 @@ + + + PMTiles MapLibre Example + + + + + + + +
+ + + \ No newline at end of file diff --git a/radon/radon.html b/radon/radon-ol.html similarity index 100% rename from radon/radon.html rename to radon/radon-ol.html