working geocoder

This commit is contained in:
vcoppe
2024-04-08 14:45:52 +02:00
parent a1cbcfb953
commit b8f2776980
3 changed files with 38 additions and 1 deletions

View File

@@ -68,7 +68,8 @@
map.addControl(
new MaplibreGeocoder(geocoderApi, {
maplibregl
maplibregl,
collapsed: true
})
);