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
Most layer types now have a z-offset style property (which is really great!), except for circle
Add a circle-z-offset style property so circles can be elevated in the same way as line-z-offset or fill-z-offset
Add circle-z-offset to elevate circles above the map
The text was updated successfully, but these errors were encountered:
Thanks. Could you tell us more about the use case?
Would symbol-z-offset and symbol-elevation-reference (which are already available) work for you?
Sorry, something went wrong.
I want to be able to offset any of the core mapbox layer types for the purposes of indoor mapping (showing a map above the ground floor).
All the new *-z-offset style properties help with this, I just noticed that the circle type doesn’t have a z-offset style property.
So it would have circle-z-offset similar to how symbol-z-offset works
No branches or pull requests
Motivation
Most layer types now have a z-offset style property (which is really great!), except for circle
Design Alternatives
Add a circle-z-offset style property so circles can be elevated in the same way as line-z-offset or fill-z-offset
Design
Add circle-z-offset to elevate circles above the map
The text was updated successfully, but these errors were encountered: