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

Using mapControls causes error on load #89

Closed GoGoCarl closed 6 years ago

GoGoCarl commented 6 years ago

Yields a NPE in mapbox-gl when trying to load mapControls.

This happens because the map has not yet loaded, so map.style.stylesheet is null and can not be serialized to create the control.