-
Notifications
You must be signed in to change notification settings - Fork 439
Labels
Milestone
Description
Description
We should implement a new plugin called CameraPosition to display position of the camera in the 3D map viewer.
Current MousePosition UI
MousePosition Mockup
CameraPosition Mockup
With additional information enabled clipboard and inline crs:

Acceptance criteria
- This plugin should be available only for 3D
- Refactor of the MousePosition components to be aligned with the Mockup UI. Component should be in common in between CameraPosition and MousePosition plugin (see mockups)
- This new plugin should have a structure similar to the MousePosition plugin showing following information:
- Coordinates input X,Y,Alt Lat,Lng,Alt
- horizontal CRS selector
- Height types selector
- Ellipsoidal
- MSL (EGM96)
- Logic to manage the geoid model should be implemented using @math.gl/geoid. The geoid EGM96 will be used to compute height above the mean sea level MSL
- The height types selector is needed because the camera position height we will be represented as ellipsoidal by default. We will use the EGM96 model to compute the height above the mean sea level