Opened 14 years ago

Last modified 12 years ago

#222 new enhancement

use absolute URLs for ISO browse graphic metadata

Reported by: tomkralidis Owned by: geonetwork-devel@…
Priority: major Milestone: v2.10.0 RC0
Component: Metadata standards Version: v2.6.0RC0
Keywords: Cc:

Description

(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.

Change History (6)

comment:1 by ticheler, 14 years ago

Milestone: v2.5.0v2.5.1

comment:2 by ticheler, 14 years ago

Milestone: v2.5.1v2.6.0 RC1
Type: defectenhancement

This enhancement will need a discussion. Possibly it makes sense to have a full URL for CSW queries.

comment:3 by ticheler, 14 years ago

Milestone: v2.6.0 RC1v2.6.0 RC2
Version: v2.6.0RC0

comment:4 by ticheler, 14 years ago

Milestone: v2.6.0 RC2v2.7.0

comment:5 by Fxp, 14 years ago

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 ?

comment:6 by ianwallen, 12 years ago

Milestone: v2.7.0v2.9.0
Note: See TracTickets for help on using tickets.