-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
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
Layer Ordering and Polygon Overlap with Buildings #2557
Comments
@vidalbenjoe could you please provide code with a minimum reproducible example? Thank you! |
Hello @jush Thanks for replying. Here's my setup ` LaunchedEffect(params.drawnGeoJsonData) {
|
Environment
Observed behavior and steps to reproduce
I'm encountering an issue with Mapbox (specifically on Android, using the Maps SDK for Android with Jetpack Compose) where polygons I'm adding to the map are being rendered underneath the building layer when zooming-in.
Steps to reproduce:
Expected behavior
The polygon should be consistently rendered above the building layer. The polygon should be fully visible and not obscured by building geometry.
Notes / preliminary analysis
I've tried inspecting the style's layers at runtime, but I'm unsure if I'm correctly identifying the building layer in all cases. It's also possible there's an issue with how layer ordering interacts with the asynchronous style loading in Compose.
The text was updated successfully, but these errors were encountered: