Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
iso19139.MERIDIAN
Commits
523717c4
Commit
523717c4
authored
Oct 02, 2019
by
Kim Mortimer
Browse files
Closer!
parent
79e8591c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
523717c4
...
...
@@ -751,10 +751,10 @@
<xsl:variable
name=
"isMulti"
>
<xsl:choose>
<xsl:when
test=
"count(.//gmd:EX_BoundingPolygon/gmd:polygon/gml:Polygon) = 1"
>
false
<xsl:text>
false
</xsl:text>
</xsl:when>
<xsl:otherwise>
true
<xsl:text>
true
</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
...
...
@@ -865,11 +865,11 @@
<geojson>
<xsl:variable
name=
"isMulti"
>
<xsl:choose>
<xsl:when
test=
"count(.//gmd:EX_BoundingPolygon/gmd:polygon/gml:Po
lygon
) = 1"
>
false
<xsl:when
test=
"count(.//gmd:EX_BoundingPolygon/gmd:polygon/gml:Po
int
) = 1"
>
<xsl:text>
false
</xsl:text>
</xsl:when>
<xsl:otherwise>
true
<xsl:text>
true
</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment