------------------------------------------------------------
revno: 1958
committer: Lars <larsh...@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>
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp