publiclab / Leaflet.DistortableImage

A Leaflet extension to distort or "rubber sheet" images
https://publiclab.github.io/Leaflet.DistortableImage/examples/
BSD 2-Clause "Simplified" License
265 stars 284 forks source link

Fix Issue with Geosearch Bar and Remove Duplicate Code in archive.js #1302

Closed segun-codes closed 1 year ago

segun-codes commented 1 year ago

The search bar (on archive.html) fails to work each time the sidebar is closed (and remains in closed state) by clicking the tile. The duplicate of the code below should also be removed from the archive.js.

welcomeModal.addEventListener('hidden.bs.modal', (event) => {
  new bootstrap.Offcanvas(sidebar).show();
});

Please describe the desired behavior. The geo-search bar on the page archive.html should work when the sidebar is closed by clicking the tile.

Additional context (optional) See screenshot below for more details on the geocode search bar

screen-capture-_1_