Replies: 2 comments
-
Look for |
Beta Was this translation helpful? Give feedback.
-
i finally did more digging. when i enable i stepped through the constructor of CollisionFeature and noticed that some parameters of the Bucket are very high compared to geojson sources. but i think that's correct, since a lot of overscaling happens. for example: at zoom 15: whereas geojson has those settings at zoom 15: this makes the collisionBoxArray for pmtiles very close to zero size (although they are visually as big as with geojson). i'll try to better understand what's going wrong. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can produce a minimal example but since i think i can dig into this, any pointers what would cause this and where i should start digging in?
i do the usual mousemove-on-layer -> queryRenderedFeatures https://maplibre.org/maplibre-gl-js/docs/examples/queryrenderedfeatures/
this works 100% if the source is a geojson.
if i create mbtiles from the geojson for zoom 0-2 and use the mbtiles, then mousemove no longer triggers beyond level 9.
Beta Was this translation helpful? Give feedback.
All reactions