diff --git a/src/App.svelte b/src/App.svelte index 9ac993b..6a80cbd 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -51,6 +51,10 @@ hash: true, }); + // controls + map.addControl(new maplibregl.NavigationControl(), "top-left"); + map.addControl(new maplibregl.FullscreenControl(), "top-left"); + map.once("load", onLoad); // for debugging