You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a codepen for inspecting: https://codepen.io/sraimund/pen/MWNGzoe. Highlighting the green point always works (i.e., it turns blue) but highlighting the red points only works from a nearly orthogonal view (i.e., pitch = 0) or when the red points are on the ground (i.e., z-coordinate = 0).
Is there a straightforward way to ensure proper highlighting in the TileLayer case? Culling seems also to be affected.
The underlying use case is to create 3D points with an altitude offset from 2D points of a MVTLayer (i.e., a child of TileLayer).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that hightlighting a point of a GeoJsonLayer with 3D coordinates in a TileLayer's sub layer is not working when tilting the view.
Without a TileLayer, everything works as expected:
I created a codepen for inspecting: https://codepen.io/sraimund/pen/MWNGzoe. Highlighting the green point always works (i.e., it turns blue) but highlighting the red points only works from a nearly orthogonal view (i.e., pitch = 0) or when the red points are on the ground (i.e., z-coordinate = 0).
Is there a straightforward way to ensure proper highlighting in the TileLayer case? Culling seems also to be affected.
The underlying use case is to create 3D points with an altitude offset from 2D points of a MVTLayer (i.e., a child of TileLayer).
Beta Was this translation helpful? Give feedback.
All reactions