Opened 11 years ago

Last modified 11 years ago

#1250 closed task

ISO19139 / Improve support for making metadata on maps — at Initial Version

Reported by: fxp Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.10.0 RC0
Component: General Version: v2.9.0
Keywords: GEOPICARDIE Cc:

Description

The goal is to help user describing maps using ISO19139 providing:

  • a template
  • a quick search for maps using resource type criteria
  • minor changes to the editor for maps (eg. suggestion for formats)

Changes:

  • Index ISO19139 record describing maps with field "type" equal "map" when:
    • gmd:hierarchyLevel/gmd:MD_ScopeCode/@codeListValue='dataset'
    • gmd:identificationInfo/*/gmd:citation/gmd:CI_Citation/gmd:presentationForm/gmd:CI_PresentationFormCode/@codeListValue = 'mapDigital'
    • gmd:distributionInfo/gmd:MD_Distribution/gmd:distributionFormat/gmd:MD_Format/gmd:name/gco:CharacterString[contains(., 'PDF') or contains(., 'PNG') or contains(., 'JPEG') or contains(., 'OGC:WMC') or contains(., 'OGC:OWS')])
    • if distribution format is PDF : "type"="staticMap" is also added to the index
    • if distribution format is OGC:WMC or OGC:OWS : "type"="interactiveMap" is added to the index
  • Search form / Add search for map in resource type
  • Templates:
    • Add an ISO19139 template for maps
    • Remove presentationForm from default raster and vector templates
  • Editor / Add values for format suggestion
    • PDF
    • PNG
    • JPEG
    • OGC:WMC
    • OGC:OWS Context

Change History (0)

Note: See TracTickets for help on using tickets.