From 3ff0bb3918c41cdf0ef296561d0be615b39bbae8 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Wed, 29 Dec 2021 16:24:53 +0800 Subject: [PATCH] inspector updates --- examples/inspector.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/inspector.html b/examples/inspector.html index 38b52c9..abc856d 100644 --- a/examples/inspector.html +++ b/examples/inspector.html @@ -16,7 +16,7 @@
Drag and drop a local PMTiles file here...
- +
@@ -85,5 +85,12 @@ function dragOverHandler(ev) { ev.preventDefault(); } + + // const queryString = window.location.search; + // const urlParams = new URLSearchParams(queryString); + // const loadUrl = urlParams.get("url"); + // if (loadUrl) { + // console.log("load url", loadUrl); + // } \ No newline at end of file