← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 643: (GIS) Rev 642 complete.

 

------------------------------------------------------------
revno: 643
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-09-09 04:29:17 +0700
message:
  (GIS) Rev 642 complete.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/core/GeoStat.js


--
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-web/dhis-web-mapping/src/main/webapp/resources/mapfish/core/GeoStat.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/core/GeoStat.js	2009-09-08 21:08:50 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/core/GeoStat.js	2009-09-08 21:29:17 +0000
@@ -482,10 +482,6 @@
             for (var i = 0; i < bounds.length; i++)
             {
 				bounds[i] = parseFloat(bounds[i]);
-				if (!this.isNumber(parseFloat(bounds[i]))) {
-					alert("ikke numeric");
-				}
-					
                 
                 if (bounds[i] < this.minVal || bounds[i] > this.maxVal)
                 {