Replies: 1 comment 3 replies
-
Can you write a more elaborate example? Maybe even a failing test? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
does map.unproject properly consider terrain?
I followed the code leading to the pointLocation function in transform (
maplibre-gl-js/src/geo/transform.ts
Line 581 in c01e231
I feeld like clicking on the map and calling map.unproject, I get the lngLat on a plane, but not on the terrain.
Someone knows more about it? Is there another function? I could investigate it otherwise.
Best
Beta Was this translation helpful? Give feedback.
All reactions