Skip to content

Commit

Permalink
Metawal / Suggestion ADU / Update to new URL layout #876. Use doc end…
Browse files Browse the repository at this point in the history
…point in metadataUrl.
  • Loading branch information
fxprunayre committed Sep 30, 2024
1 parent 19a35fd commit cd18eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<xsl:variable name="geoportalWallon2024urlEndPoint"
select="'https://geoportail.wallonie.be/walonmap#PANIER='"/>
<xsl:variable name="geoportalWallon2024urlTemplate">
<xsl:text>[{"serviceId":"1","visible":true,"url":"{url}","label":"{title}","type":"AGS_DYNAMIC","metadataUrl":"https://geodata.wallonie.be/id/{uuid}"}]</xsl:text>
<xsl:text>[{"serviceId":"1","visible":true,"url":"{url}","label":"{title}","type":"AGS_DYNAMIC","metadataUrl":"https://geodata.wallonie.be/doc/{uuid}"}]</xsl:text>
</xsl:variable>

<xsl:variable name="geoportalLinkRecordtitle"
Expand Down

0 comments on commit cd18eb3

Please sign in to comment.