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
tb.zoomLayers
the zoomLayers must be reset, otherwise there will be an error raised on zoom. this could be made on styledataloading or in style.load, to investigate
styledataloading
style.load
map.on('styledataloading', function() { console.log('A styledataloading event occurred.'); });
The text was updated successfully, but these errors were encountered:
- [#120](#120) labelCanvas z-index overlaps with HTML controls visi…
labelCanvas
acea3c5
…bility - [#122](#122) when the style changes `tb.zoomLayers` must be reset - [#123](#123) style change doesn't work when `multiLayer = true`
Finally made in the new call to style.load
this.map.on('style.load', function () { this.tb.zoomLayers = [];
Sorry, something went wrong.
jscastro76
No branches or pull requests
the zoomLayers must be reset, otherwise there will be an error raised on zoom. this could be made on
styledataloading
or instyle.load
, to investigateThe text was updated successfully, but these errors were encountered: