← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4624: Fixed typo: Put rounding factor in gml2dxf to back to what it was.

 

------------------------------------------------------------
revno: 4624
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: dhis2
timestamp: Tue 2011-09-20 23:27:02 +0100
message:
  Fixed typo:  Put rounding factor in gml2dxf to back to what it was.
modified:
  dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/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 'dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl'
--- dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl	2011-09-20 22:17:20 +0000
+++ dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl	2011-09-20 22:27:02 +0000
@@ -4,7 +4,7 @@
   xmlns:gml="http://www.opengis.net/gml";
 >
 
-<xsl:param name="roundingFactor">100000</xsl:param>
+<xsl:param name="roundingFactor">10000</xsl:param>
   
 <xsl:template match="gml:coordinates">
   <coordinatesTuple>