Incomplete feature.geometry during MapLayerMouseEvent #3922
Unanswered
lawrencenika
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Geometries from tiles are cut in the source data and are not rebuilt in the client. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have used Maplibre GL JS with Martin server to load geometries from PostGIS DB as a Filllayer. However, when I try to get the geometry using the following code, it appears to be cut off (possibly by the tile boundary), is there a way to get the complete geometry object?
-->
maplibre-gl-js version: 4.1.0
browser: Chrome
Steps to Trigger Behavior
Link to Demonstration
Expected Behavior
Actual Behavior
Beta Was this translation helpful? Give feedback.
All reactions