#222: use absolute URLs for ISO browse graphic metadata
--------------------------------+-------------------------------------------
Reporter: tomkralidis | Owner: geonetwork-devel@lists.sourceforge.net
Type: defect | Status: new
Priority: major | Milestone: v2.5.0
Component: Metadata standards | Version:
Keywords: |
--------------------------------+-------------------------------------------
(using tryunk) Example of ISO output from CSW:
{{{
<gmd:graphicOverview
xmlns:srv="http://www.isotc211.org/2005/srv">
<gmd:MD_BrowseGraphic>
<gmd:fileName>
<gco:CharacterString>461bc494-5b27-4538-80c0-
9451c1e5d73b_s.png</gco:CharacterString>
</gmd:fileName>
<gmd:fileDescription>
<gco:CharacterString>thumbnail</gco:CharacterString>
</gmd:fileDescription>
<gmd:fileType>
<gco:CharacterString>png</gco:CharacterString>
</gmd:fileType>
</gmd:MD_BrowseGraphic>
}}}
the path to the image should be a URL, so that CSW clients can use
accordingly.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/222>
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.
#222: use absolute URLs for ISO browse graphic metadata
---------------------------------+------------------------------------------
Reporter: tomkralidis | Owner: geonetwork-devel@lists.sourceforge.net
Type: defect | Status: new
Priority: major | Milestone: v2.5.1
Component: Metadata standards | Version:
Resolution: | Keywords:
---------------------------------+------------------------------------------
Changes (by ticheler):
* milestone: v2.5.0 => v2.5.1
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/222#comment:1>
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.
#222: use absolute URLs for ISO browse graphic metadata
--------------------------------+-------------------------------------------
Reporter: tomkralidis | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.6.0 RC1
Component: Metadata standards | Version:
Keywords: |
--------------------------------+-------------------------------------------
Changes (by ticheler):
* type: defect => enhancement
* milestone: v2.5.1 => v2.6.0 RC1
Comment:
This enhancement will need a discussion. Possibly it makes sense to have a
full URL for CSW queries.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/222#comment:2>
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.
#222: use absolute URLs for ISO browse graphic metadata
--------------------------------+-------------------------------------------
Reporter: tomkralidis | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.6.0 RC2
Component: Metadata standards | Version: v2.6.0RC0
Keywords: |
--------------------------------+-------------------------------------------
Changes (by ticheler):
* version: => v2.6.0RC0
* milestone: v2.6.0 RC1 => v2.6.0 RC2
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/222#comment:3>
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.
#222: use absolute URLs for ISO browse graphic metadata
--------------------------------+-------------------------------------------
Reporter: tomkralidis | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.7.0
Component: Metadata standards | Version: v2.6.0RC0
Keywords: |
--------------------------------+-------------------------------------------
Changes (by ticheler):
* milestone: v2.6.0 RC2 => v2.7.0
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/222#comment:4>
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.
#222: use absolute URLs for ISO browse graphic metadata
--------------------------------+-------------------------------------------
Reporter: tomkralidis | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: major | Milestone: v2.7.0
Component: Metadata standards | Version: v2.6.0RC0
Keywords: |
--------------------------------+-------------------------------------------
Comment(by Fxp):
Path to thumbnail should look like this :
http://localhost:8080/geonetwork/srv/en/resources.get?id=24&access=public&fname=thumbnail_s.png
Options are:
* a) update-fixed-info.xsl for general use
* b) csw mapping ogc-*.xsl, iso-*.xsl
What's better ?
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/222#comment:5>
GeoNetwork opensource Developer website <http://trac.osgeo.org/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.