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

Update drawing feature #123

Closed dcdenu4 closed 3 years ago

dcdenu4 commented 3 years ago

This PR stabilizes the drawing polygon feature. It provides updated styling:

Wording has been updated for the "local" scale option and its info popup.

This PR also fixes bug #121 . Making sure that there are valid returned features before highlighting.

This PR also tackles #120 . Adding gadm1 support files to use as filters and local geocoders to only return results from searching that match gadm1.

Fixes #10 Fixes #121 Fixes #120