-
Notifications
You must be signed in to change notification settings - Fork 46
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 support of COG layers #11054
Add support of COG layers #11054
Conversation
See also: GEO-7032 |
a6eadf2
to
cb09fa2
Compare
af784e4
to
bf50bae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There might be some metadata relevant for COG layers:
See https://github.com/camptocamp/c2cgeoportal/blob/master/admin/config.yaml#L21
For example those which contains WMS and WTMS could be relevant example:
- iconUrl
- metadataUrl
- isChecked
- maxResolution
- minResolution
- opacity
- customOpenLayersOptions
We may have missed this when adding vector tiles layers, so this might also be completed during the pass.
geoportal/c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_CHANGELOG.txt
Outdated
Show resolved
Hide resolved
geoportal/c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_CHANGELOG.txt
Outdated
Show resolved
Hide resolved
From the artifact of the previous workflow run
From the artifact of the previous workflow run
See JIRA issue: GEO-7032.