Replies: 2 comments 6 replies
-
I see your screenshots are on Android. Have you tried the same on iOS, and if so did you experience the same result? |
Beta Was this translation helpful? Give feedback.
1 reply
-
This could be a bug in either Maplibre Native or Maplibre Compose. Could you share the code that generates your tiles so I can try to repro on my end? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi MapLibre team,
First, I want to express my gratitude to all the maintainers — your work on MapLibre for Compose Multiplatform is truly impressive and greatly appreciated!
I'm using
ComputedSource
withgetFeaturesForBounds
to render hexagons over a map in Jetpack Compose. The rendering mostly works, but I'm seeing a major issue: entire tiles are missing polygons, not just small gaps. It looks like some tiles fail to draw any features at all (see attached screenshots).I've checked my
FillLayer
andLineLayer
setup, and I'm confident that the polygons are valid and correctly returned ingetFeaturesForBounds
. However, in some tile areas, nothing appears — even though neighboring tiles display the hexagons correctly. Interestingly, in some cases, the polygons eventually appear after some time, as if the tile rendering is delayed or re-triggered later.Question:
How can I fix this issue and ensure that all tiles reliably display their polygons?
Thanks in advance for your help!
Screenshots illustrating the issue:
Beta Was this translation helpful? Give feedback.
All reactions