Should not be too hard. Will need to flatten and then define appropriate styles for displaying on the map. The latest version of mapbox-gl-js supports data-driven styling of fill-color: https://github.com/mapbox/mapbox-gl-js/pull/2629 so we can change polygon colors according to filter data.
Should not be too hard. Will need to flatten and then define appropriate styles for displaying on the map. The latest version of
mapbox-gl-js
supports data-driven styling of fill-color: https://github.com/mapbox/mapbox-gl-js/pull/2629 so we can change polygon colors according to filter data.