Skip to content

Commit

Permalink
ISO19139 / Fix indexing of CRS codespace when contains a multilingual…
Browse files Browse the repository at this point in the history
… value
  • Loading branch information
josegar74 authored and fxprunayre committed May 31, 2023
1 parent 7756ec9 commit df80822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@

<crsDetails type="object">{
"code": "<xsl:value-of select="gn-fn-index:json-escape((gmd:code/*/text())[1])"/>",
"codeSpace": "<xsl:value-of select="gn-fn-index:json-escape(gmd:codeSpace/*/text())"/>",
"codeSpace": "<xsl:value-of select="gn-fn-index:json-escape((gmd:codeSpace/*/text())[1])"/>",
"name": "<xsl:value-of select="gn-fn-index:json-escape($crsLabel)"/>",
"url": "<xsl:value-of select="gn-fn-index:json-escape(gmd:code/*/@xlink:href)"/>"
}</crsDetails>
Expand Down

0 comments on commit df80822

Please sign in to comment.