#1250: ISO19139 / Improve support for making metadata on maps
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: task | Status: new
Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Keywords: GEOPICARDIE |
-------------------------+--------------------------------------------------
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
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1250>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1250: ISO19139 / Improve support for making metadata on maps
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: task | Status: new
Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Keywords: GEOPICARDIE |
-------------------------+--------------------------------------------------
Comment(by guillaume):
I guess I would add 'GIF', 'BMP' and 'TIFF' as well for the format values,
even if they are not the most common types.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1250#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1250: ISO19139 / Improve support for making metadata on maps
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: task | Status: new
Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Keywords: GEOPICARDIE |
-------------------------+--------------------------------------------------
Comment(by fxp):
TIFF is already here (used for RASTER layer too).
Why not for GIF and BMP.
The list of suggestion is simply defined in localization files and could
be customized easily. It's sometimes better to not to have too many
options (in case you use radio mode for suggestion for example - see
http://trac.osgeo.org/geonetwork/ticket/1211).
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1250#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1250: ISO19139 / Improve support for making metadata on maps
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: task | Status: new
Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Keywords: GEOPICARDIE |
-------------------------+--------------------------------------------------
Description changed by fxp:
Old 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
New 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 - based on
autocompletion
* Search results : For WMC, add "add to map" action to load the context
in the mapviewer
* 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
--
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1250#comment:3>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1250: ISO19139 / Improve support for making metadata on maps
----------------------+-----------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
Type: task | Status: closed
Priority: minor | Milestone: v2.9.0
Component: General | Version: v2.9.0
Resolution: fixed | Keywords: GEOPICARDIE
----------------------+-----------------------------------------------------
Changes (by fxp):
* status: new => closed
* resolution: => fixed
Comment:
master commit 1e85b55e9faf9ba22728fb864751e69b0f729bb2
ISO19139 / Improve support for making metadata on maps (#1250).
master commit 79688176a423f2d4d07b89e6dbd75f79a5b418dd
Load WMC / Add load.wmc service to the allowed services. Remove old
intermap services.
master commit e57e1ad81b3aa0d14085ce900f6b801fd33d4d1b
Load WMC / Fix error related to OL 2.12 update.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1250#comment:4>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.