The map on the Search page could be improved in several ways:
Convert the core library from Leaflet to MapLibre GL JS, which offers more and better possibilities for rendering large feature collections.
Initial display a heat map of all features
Allow spatial filtering of the entire index by drawing a bounding box and/or polygon shape. Because results can include 100s of 1000s of records, a heat map or similar would be required
Upon selection of region or study area by the dropdown, prior to entering a search term, zoom to the area and return a tabular summary its contents. The summary would be replaced by the normal result table when a name query is made
Full screen option
Most of these would require some coordination with backend developer to provide appropriate internal API endpoints
The map on the Search page could be improved in several ways:
Most of these would require some coordination with backend developer to provide appropriate internal API endpoints