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
is there an optimized marker for 3D usage? I want to visualize the pose of an UAV, which works well, as long as you don't change the point of view.
Also, I'm using a jquery dialog as container and when I change the size of the dialog, the size of the marker changes too and weirdly moves as well. Other layers, like the LineString, are not affected.
https://codepen.io/janphr/pen/bGYeMzX
when you change the size of the map window, the size of the marker changes too (either by changing the size of the browser or the lower window in CodePen)
and when you rotate around the marker, its orientation changes as well (good to see on the 'shadow' marker on the ground)
So I'd like to have the size and orientation of the objects independent of the zoom level and POV of the camera. This works well for the LineString, but not for the Marker for some reason.
Hey,
is there an optimized marker for 3D usage? I want to visualize the pose of an UAV, which works well, as long as you don't change the point of view.
Also, I'm using a jquery dialog as container and when I change the size of the dialog, the size of the marker changes too and weirdly moves as well. Other layers, like the LineString, are not affected.
This is how I create the marker:
with
Direct view:




Opposite side:
Side view:
Shrunk dialog window:
Thanks!
The text was updated successfully, but these errors were encountered: