We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've added a geoJSONSource to my map. When .setData( ... ) is called, the map is does not re-render to reflect these changes until you zoom or pan.
geoJSONSource
.setData( ... )
(This is my first day playing with Mapbox GL and it looks awesome btw!)
The text was updated successfully, but these errors were encountered:
Thanks, will fix. Meanwhile you can try calling map.update() after setting the data.
map.update()
Sorry, something went wrong.
66f236d
Merge pull request #676 from mapbox/android-mason
b718d12
Android GL mega-merge
mourner
No branches or pull requests
I've added a
geoJSONSource
to my map. When.setData( ... )
is called, the map is does not re-render to reflect these changes until you zoom or pan.(This is my first day playing with Mapbox GL and it looks awesome btw!)
The text was updated successfully, but these errors were encountered: