Skip to content

Conversation

@anup39
Copy link
Member

@anup39 anup39 commented Sep 25, 2025

Description

This PR add new plugin called CameraPosition. In 3D mode it shows the camera position along with the height . The camera position plugin is now rendered in MapFooter. The following changes are made :

  1. This plugin is available only for 3D
  2. Refactor of the MousePosition components.
  3. This new plugin have a structure similar to the MousePosition plugin.
  4. Logic to manage the geoid model is implemented using @math.gl/geoid.
  5. The geoid EGM96 is used to compute height above the mean sea level MSL

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Feature
  • Refactoring (no functional changes, no api changes)

Issue

What is the current behavior?

#11455

What is the new behavior?

Screenshot 2025-09-25 at 20 28 51

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • No

Other useful information

This plugin style needs to be further revised again after MapFooter refactor PR is merged . #11492

@anup39 anup39 added this to the 2025.02.00 milestone Sep 25, 2025
@anup39 anup39 self-assigned this Sep 25, 2025
@anup39 anup39 added the New Feature used for new functionalities label Sep 25, 2025
@anup39 anup39 linked an issue Sep 25, 2025 that may be closed by this pull request
5 tasks
@anup39 anup39 requested a review from allyoucanmap September 25, 2025 15:07
@allyoucanmap allyoucanmap assigned allyoucanmap and unassigned anup39 Oct 13, 2025
@tdipisa tdipisa added BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch and removed BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Nov 4, 2025
@tdipisa tdipisa modified the milestones: 2025.02.00, 2026.01.00 Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

New Feature used for new functionalities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CameraPosition plugin

3 participants