← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 599: (GIS) Buggy MapFish function temporary removed.

 

------------------------------------------------------------
revno: 599
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Sun 2009-09-06 00:21:27 +0700
message:
  (GIS) Buggy MapFish function temporary removed.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.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/widgets/geostat/Choropleth.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.js	2009-09-05 10:12:07 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.js	2009-09-05 17:21:27 +0000
@@ -555,7 +555,10 @@
             width: combo_width,
             store: new Ext.data.SimpleStore({
                 fields: ['value', 'text'],
-                data: [[1, 'Equal intervals'], [2, 'Distributed values'], [0, 'Fixed bounds']]
+                data: [
+					[1, 'Equal intervals'],
+					// [2, 'Distributed values'],
+					[0, 'Fixed bounds']]
             }),
             listeners: {
                 'select': {