-
Notifications
You must be signed in to change notification settings - Fork 32
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
ME: edit record distributions #1002
Conversation
Affected libs:
|
a45da7a
to
c29ab22
Compare
@@ -381,6 +381,7 @@ export function extractDatasetOnlineResources( | |||
mapArray( | |||
([isService, isDownload, protocol, url, name, description, mimeType]) => { | |||
if (isService) { | |||
//FIXME: allow writing identifier only for wms and wfs? |
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.
@jahow This is the only point on which I'm not sure how to fix the converter. As it is currently, for service protocols other than WMS and WFS, the identifier is not lost, but it's transferred to the name property.
This is particularly disturbing when reloading a record after it's been first saved as draft. The attributes aren't kept as they were first inputted.
📷 Screenshots are here! |
e91d90d
to
2c86d03
Compare
18177ea
to
3a6f96c
Compare
ngOnChanges(changes: SimpleChanges): void { | ||
if (changes.value) { | ||
console.log('changes.value', changes.value) | ||
} | ||
} |
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.
to delete
Just chiming in - "OGC API" title is misleading because there are so many OGC APIs (OGC API Maps, Features, Tiles...) |
On the other hand it makes sense because an OGC API endpoint can provide many different information at the same place I think |
3a6f96c
to
f8b9c9d
Compare
f8b9c9d
to
fc928af
Compare
545d62b
to
84ef5d8
Compare
Description
This PR introduces the section on associated resources, allowing to add both download and service as distributions.
TODO: split and share components between annexes and associated resources.
Screenshots
Quality Assurance Checklist
breaking change
labelbackport <release branch>
label