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
Currently, once you add a Layer, you can only change its position once you have changed its latitude and longitude from the Property window. In this case, the user needs to know the latitude and longitude. If not, the user has to get the latitude and longitude from Google Earth and enter it again from the Input field. By implementing this feature, the user can change the position of the layer by dragging and dropping, which makes it easier to adjust the layer.
Requirements
Can change the layer's position by drag and drop
Can't drop outside of the canvas
If the layer is linked to the dataset, it should overwrite the value by dragging and dropping
write document
Front-end
Back-end
Testing list
Editor
Press "left" key down and hold 1 sec
Screen covered with blue overlay
cursor becomes "grab"
Layer which is in the US is draggable
Layer whose height is 1000000 is draggable
The earth can't be rotated while the layer is being dragged
When the layer is being dropped
The layer's property updates
The layer drops down where it has been
The layer which is in the folder should also be draggable
The layer which is a member of LinkedLayerFolder should also be draggable
The layer which receives the position value from its parent should have overwritten value and its color changes yellow from blue
If it's extruded and has a vertical line, it should follow to the layer
When the layer is being dropped out of the earth
The layer should go back to where it was originally
The layer's property value shouldn't change
After a couple of layers are dragged and dropped
FPS shouldn't differ from before
The earth should be rotated
Behavior shouldn't be changed with this feature
When the layer is clicked
indicator will be shown
if it has the infobox, infobox should be shown
if its type is 'photooverlay', photo-overlay should be played
Published page
Any layers aren't draggable
Completion condition
All PRs were passed CI, code-reviewed, and merged
Tested on staging env
Released in the production env
A demonstration was held
The text was updated successfully, but these errors were encountered:
Leader
@HideBa
User story
Currently, once you add a Layer, you can only change its position once you have changed its latitude and longitude from the Property window. In this case, the user needs to know the latitude and longitude. If not, the user has to get the latitude and longitude from Google Earth and enter it again from the Input field. By implementing this feature, the user can change the position of the layer by dragging and dropping, which makes it easier to adjust the layer.
Requirements
Testing list
Press "left" key down and hold 1 sec
When the layer is being dropped
LinkedLayerFolder
should also be draggableWhen the layer is being dropped out of the earth
After a couple of layers are dragged and dropped
Behavior shouldn't be changed with this feature
Completion condition
The text was updated successfully, but these errors were encountered: