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

Metadata resources / Add different types of document #14

Closed
fxprunayre opened this issue Jan 26, 2016 · 0 comments
Closed

Metadata resources / Add different types of document #14

fxprunayre opened this issue Jan 26, 2016 · 0 comments
Assignees
Milestone

Comments

@fxprunayre
Copy link
Contributor

ISO19115-3 allows to document in more details a record (mainly by adding link to citation element).
Instead of placing all document in the distribution section, dispatch documentation based on the type of resources.

image

Main differences with ISO19139:

  • Legend file (SLD, QML, LYR) are in portrayal section
  • Feature catalogue referenced by URL are in content section
  • DQ report are in standaloneQualityReport, report, additionalDocumentation

All types in the list are configurable:

{
// Optional / optGroup
group: 'onlineDiscover',
// Label
label: 'onlineDiscoverWMS',
// Optional / On select copy the label in desc field
copyLabel: 'desc',
// Optional / Icon
icon: 'fa gn-icon-onlinesrc',
// XSL process to run
process: 'onlinesrc-add',
// Optional / List of fields (URL only will be displayed if none)
fields: {
  'url': {},
  'protocol': {
    // Fixed value
    value: 'OGC:WMS', 
    // Hide field
    hidden: true},
  'name': {},
  'desc': {
    // Rename parameter for the XSL process
    param: 'myParam'},
  'function': {value: 'browsing', hidden: true}
}
}

image

This is related to geonetwork/core-geonetwork#1385.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant