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

Add "permalink" attribute to project settings #12

Closed
4 tasks
dkastl opened this issue Feb 15, 2021 · 2 comments
Closed
4 tasks

Add "permalink" attribute to project settings #12

dkastl opened this issue Feb 15, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dkastl
Copy link
Member

dkastl commented Feb 15, 2021

There was some discussion about how to deal with default zoom level and position:
https://hub.georepublic.net/gtt/redmine_gtt/issues/53#note_3548

Because just recently a city requested to make the city hall the default map location, it's probably a good idea to make this configurable as project settings.

  • Possible names could be geohash or permalink.
  • The attribute would hold a string containing information like zoom, lat, lon (eventually others), that are seperated with /. Example: 19/34.74701/135.35740
  • The field value could be set through the map
  • Add to projects API output
@dkastl dkastl added the enhancement New feature or request label Feb 15, 2021
@dkastl dkastl modified the milestones: v5.1.0, v5.2.0 Jun 19, 2023
@dkastl dkastl self-assigned this May 31, 2024
@dkastl
Copy link
Member Author

dkastl commented May 31, 2024

dkastl added a commit that referenced this issue May 31, 2024
Fixes #12

Signed-off-by: Daniel Kastl <daniel@georepublic.de>
@dkastl
Copy link
Member Author

dkastl commented May 31, 2024

There is a logic conflict between the use of Permalink and "zoom to extent", which is used whenever possible and which overrides the Permalink control behaviour.

I think both controls cannot be run at the same time.

@dkastl dkastl closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant