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

Persistence of COG layer's metadata info in catalog service #10083

Closed
4 tasks done
dsuren1 opened this issue Mar 19, 2024 · 0 comments · Fixed by #10089 or #10098
Closed
4 tasks done

Persistence of COG layer's metadata info in catalog service #10083

dsuren1 opened this issue Mar 19, 2024 · 0 comments · Fixed by #10089 or #10098

Comments

@dsuren1
Copy link
Contributor

dsuren1 commented Mar 19, 2024

Description

Currently, the COG metadata is fetched on saving the service. However this proves to be not enough in some cases resulting in an inconsistent behavior when searching and adding the COG layer to map, like:

  • projection definition missing
  • unable to zoom to center
  • incorrect band information for styling

Acceptance criteria

  • Save COG layer's metadata in catalog service when saving map
  • Metadata info is maintained and retrieved across map reload/import every time is necessary, for each layer. In particular the necessary data to support projection, zoom to layer and styling (bands).
  • The data saved have to be documented properly on catalog JSON configuration for the COG catalog

What kind of improvement you want to add? (check one with "x", remove the others)

  • Minor changes to existing features

Ref issues

#10072 (comment)

@dsuren1 dsuren1 added enhancement Internal BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Mar 19, 2024
@dsuren1 dsuren1 added this to the 2024.01.00 milestone Mar 19, 2024
@dsuren1 dsuren1 self-assigned this Mar 19, 2024
@tdipisa tdipisa changed the title Save COG layer's metadata info in catalog service on saving map Persistence of COG layer's metadata info in catalog service Mar 19, 2024
@tdipisa tdipisa mentioned this issue Mar 19, 2024
1 task
dsuren1 added a commit to dsuren1/MapStore2 that referenced this issue Mar 19, 2024
@dsuren1 dsuren1 linked a pull request Mar 19, 2024 that will close this issue
6 tasks
@ElenaGallo ElenaGallo self-assigned this Mar 20, 2024
dsuren1 added a commit to dsuren1/MapStore2 that referenced this issue Mar 21, 2024
@ElenaGallo ElenaGallo removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Mar 21, 2024
tdipisa pushed a commit that referenced this issue Mar 21, 2024
offtherailz pushed a commit to offtherailz/MapStore2 that referenced this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment