digidem / react-mapfilter

Visualizing, exploring, filtering and printing geographic data and geotagged photos and video
https://lab.digital-democracy.org/mapfilter
29 stars 11 forks source link

Add support for other geojson types #39

Open gmaclennan opened 8 years ago

gmaclennan commented 8 years ago

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.