diff --git a/.prettierrc b/.prettierrc index 40859f0..ca43d6f 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { - "plugins": ["prettier-plugin-svelte"], - "pluginSearchDirs": ["."], - "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] + "plugins": ["prettier-plugin-svelte"], + "pluginSearchDirs": ["."], + "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }] } diff --git a/demo.html b/demo.html index 71a0685..b45fb07 100644 --- a/demo.html +++ b/demo.html @@ -34,6 +34,7 @@ const gc = new maptilerGeocoding.GeocodingControl({ apiKey: "0iOk4fgsz9fOXyDYCirE", + maplibregl, }); map.addControl(gc); diff --git a/index.html b/index.html index b5b1252..c6bbf66 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,6 @@
-