maplibre / maplibre-gl-geocoder

Geocoding for MapLibre
ISC License
45 stars 17 forks source link

collapse: true doesn't work with the Maplibre example #105

Closed mem48 closed 4 days ago

mem48 commented 1 year ago

I'm trying to copy the example code https://maplibre.org/maplibre-gl-js-docs/example/geocoder/

But adding a collapsible search box using:

map.addControl(
  new MaplibreGeocoder(geocoder_api, {
    maplibregl: maplibregl,
    collapsed: true
  })
);

But it does not work.

I can get it to work in jsfiddle but the example doesn't work as a simple HTML file. See attached.

collapsed.zip

d3netxer commented 12 months ago

It is working for me. I also opened the collapsed zip file you linked to and it works for me there too.

HarelM commented 4 days ago

Closing this, if this is still relevant, please ask to reopen.