← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 647
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-09-09 13:23:49 +0700
message:
  (GIS) Rev 641 complete.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.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/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js	2009-09-08 20:33:48 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js	2009-09-09 06:23:49 +0000
@@ -1856,7 +1856,7 @@
                 minListWidth: combo_width,
                 store: new Ext.data.SimpleStore({
                     fields: ['id', 'text'],
-                    data: [['database', 'DHIS database'], ['shapefile', 'Shapefile']]
+                    data: [['database', 'DHIS database'], ['shapefile', 'GeoJSON files']]
                 }),
                 listeners:{
                     'select': {