dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #00570
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 159: Combobox bug fixed.
------------------------------------------------------------
revno: 159
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-04-07 12:48:58 +0200
message:
Combobox bug fixed.
modified:
gis/dhis-gis-geostat/demos/geostat/geostat.js
=== modified file 'gis/dhis-gis-geostat/demos/geostat/geostat.js'
--- gis/dhis-gis-geostat/demos/geostat/geostat.js 2009-04-06 18:55:31 +0000
+++ gis/dhis-gis-geostat/demos/geostat/geostat.js 2009-04-07 10:48:58 +0000
@@ -91,6 +91,7 @@
typeAhead: true,
editable: false,
valueField: 'level',
+ displayField: 'name',
emptyText: 'Required',
mode: 'remote',
forceSelection: true,
@@ -116,6 +117,7 @@
typeAhead: true,
editable: false,
valueField: 'id',
+ displayField: 'name',
emptyText: 'Required',
mode: 'remote',
forceSelection: true,
@@ -131,6 +133,7 @@
typeAhead: true,
editable: false,
valueField: 'id',
+ displayField: 'name',
emptyText: 'Required',
mode: 'remote',
forceSelection: true,
@@ -210,7 +213,7 @@
id: 'choropleth',
map: map,
layer: choroplethLayer,
- title: 'Choropleth',
+ title: 'Thematic map',
nameAttribute: 'NAME',
indicators: [['value', 'Indicator']],
url: geoserver + 'wfs?request=GetFeature&typename=' + default_map + '&outputformat=json&version=1.0.0',
--
Trunk
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.