From d689776a187bbe26155b0112ea8e4bdcc9244b16 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Mon, 24 Oct 2022 20:14:32 +0800 Subject: [PATCH] add JS leaflet/maplibre example files. --- js/examples/leaflet.html | 30 +++++++++++++++ js/examples/maplibre.html | 81 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 js/examples/leaflet.html create mode 100644 js/examples/maplibre.html diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html new file mode 100644 index 0000000..d4e7827 --- /dev/null +++ b/js/examples/leaflet.html @@ -0,0 +1,30 @@ + + + PMTiles Leaflet Example + + + + + + + +
+ + + diff --git a/js/examples/maplibre.html b/js/examples/maplibre.html new file mode 100644 index 0000000..693e526 --- /dev/null +++ b/js/examples/maplibre.html @@ -0,0 +1,81 @@ + + + PMTiles MapLibre Example + + + + + + + +
+ + + \ No newline at end of file