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);
+ // }