Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode camera/layer state in URL #69

Closed
josephbirkner opened this issue Dec 22, 2023 · 1 comment
Closed

Encode camera/layer state in URL #69

josephbirkner opened this issue Dec 22, 2023 · 1 comment
Assignees
Labels
UI This issue concerns the HTML parts of the frontend.
Milestone

Comments

@josephbirkner
Copy link
Collaborator

Currently, Erdblick always resets to a default state and camera perspective upon reloading. This should be improved, such reloading never leads to a change of perspective or visible map layers.

The following information should be stored in the URL:

  • Camera state information as needed by Cesium. It should be allowed to specify only a subset of this state, e.g. longitude and latitude, while the pitch/yaw/altitude assume default values.
  • Active map layers and their respective display levels.
@josephbirkner josephbirkner added the UI This issue concerns the HTML parts of the frontend. label Dec 22, 2023
@josephbirkner josephbirkner added this to the 0.5.0 milestone Dec 22, 2023
@MisterGC
Copy link
Contributor

And in addition the set of activated styles (#76) and the OSM Layer setting (#27)

@MisterGC MisterGC changed the title Store/restore camera/layer state Encode camera/layer state in URL Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI This issue concerns the HTML parts of the frontend.
Projects
None yet
Development

No branches or pull requests

3 participants