natcap / global-web-viewer

A web viewer prototype for visualizing and analyzing global data.
GNU General Public License v3.0
3 stars 1 forks source link

Disable search bars unless selected #126

Closed dcdenu4 closed 3 years ago

dcdenu4 commented 3 years ago

Added some CSS trickery to make it appear as though the geocoder search bars are disabled unless selected. In reality there are two components occupying the same space. One, the mapbox geocoder, which is hidden and not shown unless selected. The second, a react bootstrap input to look like the mapbox search that is always disabled and visible when NOT selected.

Also setting admin geocoder to use local gadm1 only to avoid duplicates in search suggestions.

Fixes #28