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

Screen service layers before showing stats #134

Closed dcdenu4 closed 2 years ago

dcdenu4 commented 2 years ago

Fix a bug where some layers like population, lulc, and others were not being filtered out when building the stats html to show in a popup. coastalProtection was also not handled for showing stats when drawing in local mode, which caused a bug where a user could not double click to close the polygon draw.

Fixes #132