dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06240
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1958: Updated xls
------------------------------------------------------------
revno: 1958
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Thu 2010-06-03 15:49:58 +0200
message:
Updated xls
modified:
resources/xsl/gml2dxf.xsl
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'resources/xsl/gml2dxf.xsl'
--- resources/xsl/gml2dxf.xsl 2010-06-02 13:40:12 +0000
+++ resources/xsl/gml2dxf.xsl 2010-06-03 13:49:58 +0000
@@ -16,14 +16,13 @@
<active/>
<comment/>
<geoCode/>
- <featureType>MultiPolygon</featureType>
- <coordinates>
+ <feature type="MultiPolygon">
<xsl:for-each select=".//gml:Polygon">
- <coordinate>
+ <coordinates>
<xsl:value-of select=".//gml:coordinates"/>
- </coordinate>
+ </coordinates>
</xsl:for-each>
- </coordinates>
+ </feature>
<lastUpdated/>
</organisationUnit>
</xsl:for-each>