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

Load mapControls after style.load event #91

Closed GoGoCarl closed 6 years ago

GoGoCarl commented 6 years ago

Listen for seperate style.load event before attempting to initialize mapControls. Otherwise, the map may not be fully initialized, causing exceptions.

See #89

okdistribute commented 6 years ago

oops! nice one.