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
mapbox-gl-js version: 3.7.0
browser: Google Chrome 130.0.6723.117
Create a map instance with two layers, a 'fill' type and a 'circle' type.
I am unable to get the 'circle' layer to appear beneath the 'fill' layer.
https://codepen.io/farseekers/pen/XWvxMmd
As seen in the demonstration, I've tried
I expect it to be possible to have a circle layer to sit underneath a fill layer, but so far, it does not seem to be the case.
All circle layers sit above the fill layer
Thanks for any assistance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mapbox-gl-js version: 3.7.0
browser: Google Chrome 130.0.6723.117
Steps to Trigger Behavior
Create a map instance with two layers, a 'fill' type and a 'circle' type.
I am unable to get the 'circle' layer to appear beneath the 'fill' layer.
Link to Demonstration
https://codepen.io/farseekers/pen/XWvxMmd
Expected Behavior
As seen in the demonstration, I've tried
I expect it to be possible to have a circle layer to sit underneath a fill layer, but so far, it does not seem to be the case.
Actual Behavior
All circle layers sit above the fill layer
Thanks for any assistance.
The text was updated successfully, but these errors were encountered: