Skip to content

Commit

Permalink
fix solr_geom WKT typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Feb 26, 2015
1 parent 66d911b commit 3dce839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/xslt/fgdc2geoBL.xsl
Expand Up @@ -505,7 +505,7 @@
</field>

<field name="solr_geom">
<xsl:text>ENVELOPE((</xsl:text>
<xsl:text>ENVELOPE(</xsl:text>
<xsl:value-of select="$x1"/>
<xsl:text> </xsl:text>
<xsl:value-of select="$y1"/>
Expand All @@ -525,7 +525,7 @@
<xsl:value-of select="$x1"/>
<xsl:text> </xsl:text>
<xsl:value-of select="$y1"/>
<xsl:text>))</xsl:text>
<xsl:text>)</xsl:text>
</field>

<field name="georss_box_s">
Expand Down
4 changes: 2 additions & 2 deletions lib/xslt/iso2geoBL.xsl
Expand Up @@ -463,7 +463,7 @@
</field>

<field name="solr_geom">
<xsl:text>ENVELOPE((</xsl:text>
<xsl:text>ENVELOPE(</xsl:text>
<xsl:value-of select="$x1"/>
<xsl:text> </xsl:text>
<xsl:value-of select="$y1"/>
Expand All @@ -483,7 +483,7 @@
<xsl:value-of select="$x1"/>
<xsl:text> </xsl:text>
<xsl:value-of select="$y1"/>
<xsl:text>))</xsl:text>
<xsl:text>)</xsl:text>
</field>

<field name="georss_box_s">
Expand Down

0 comments on commit 3dce839

Please sign in to comment.