performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

Atlas #14 - Bounding box #272

Closed dleadbetter closed 5 months ago

dleadbetter commented 5 months ago

This pull request fixes a bug with the SearchResultsLayer component, where the map would set the bounding box correctly after the initial search, but not subsequent searches.

The solution was to reset the searchCompleted variable to false after setting the bounding box, so that subsequent searches would set it to true.