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

Custom projection handling #11

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Custom projection handling #11

merged 2 commits into from
Jul 15, 2024

Conversation

lubojr
Copy link
Collaborator

@lubojr lubojr commented Jul 12, 2024

closes #9

adds projection information to all Items, Assets and Collections:

  1. in a form of proj:epsg:<number> in case endpoint["DataProjection"] is set as integer (3035) or string (EPSG:3035) - This way the registerProjectionFromCode of EOxMap should be used
  2. in a form of proj4_def:<object> in case endpoint["DataProjection"] is set as mapping in YAML - This way the registerProjection of EOxMap should be used

@lubojr lubojr requested a review from santilland July 12, 2024 16:07
Copy link
Contributor

@santilland santilland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Let's take it for a spin :)

@lubojr lubojr merged commit 8d1e5e6 into main Jul 15, 2024
2 checks passed
@lubojr lubojr deleted the custom-projection-handling branch July 15, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add custom projection possibility for baselayers and overlayes
2 participants