hackoregon / civic

The frontend monorepo for the CIVIC platform.
http://civicplatform.org
MIT License
60 stars 26 forks source link

Fix Vector Tiles Map Highlight Errors #1166

Closed mendozaline closed 4 years ago

mendozaline commented 4 years ago

The highlight feature for the Vector Tiles Map was producing several errors when a layer changed or when a new package was loaded.

This PR fixes that by checking if a vector source exists before trying to change its feature state.