You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Is there a way to prevent map features (roads, buildings, etc...) from rendering? I am using node-mapbox-gl-native and there isn't much of a documentation available except for this structure:
Feature rendering is controlled by styles(full specification), which are loaded using map.load().
This repo is for reporting bugs or requesting features. For help with “how do I” questions like this one, please ask on StackOverflow or reach out to our support team.
The reason why I posted this here is because the documentation is incomplete, which by all means is considered a bug. classes: {classes} // array of strings is just bad documentation. What exactly is classes? The documentation should be updated to describe this option.
Hi.
Is there a way to prevent map features (roads, buildings, etc...) from rendering? I am using
node-mapbox-gl-native
and there isn't much of a documentation available except for this structure:I suspect that we can do this via classes: {classes}, however I'm not so sure about what to pass in this parameter. Are there any examples for this?
Thanks.
The text was updated successfully, but these errors were encountered: