Skip to content

Commit

Permalink
Merge pull request #246 from georchestra/geoide-handle-http-links
Browse files Browse the repository at this point in the history
Support http links in the Géo-IDE transformation
  • Loading branch information
fvanderbiest authored Aug 9, 2023
2 parents ef6a4ae + d857479 commit 3b8dae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- traitement spécial pour les éléments gmd:online -->
<xsl:template match="gmd:onLine">
<xsl:variable name="url" select="gmd:CI_OnlineResource/gmd:linkage/gmd:URL"/>
<xsl:variable name="url" select="replace(gmd:CI_OnlineResource/gmd:linkage/gmd:URL, 'http://', 'https://')"/>
<xsl:variable name="layerName" select="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:alternateTitle"/>

<!-- il s'agit d'une url de base de services WxS : créer deux liens explicites pour WMS et WFS -->
Expand Down

0 comments on commit 3b8dae6

Please sign in to comment.