dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10173
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2797: Default low color: red, default high color: yellow.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 2797 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-02-01 15:38:29 +0100
message:
Default low color: red, default high color: yellow.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.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/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js 2011-01-28 10:17:26 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js 2011-02-01 14:37:15 +0000
@@ -794,7 +794,7 @@
labelSeparator: G.conf.labelseparator,
allowBlank: false,
width: G.conf.combo_width,
- value: "#FFFF00",
+ value: "#FF0000",
listeners: {
'select': {
scope: this,
@@ -812,7 +812,7 @@
labelSeparator: G.conf.labelseparator,
allowBlank: false,
width: G.conf.combo_width,
- value: "#FF0000",
+ value: "#FFFF00",
listeners: {
'select': {
scope: this,
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.js 2011-01-27 15:16:58 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.js 2011-02-01 14:37:15 +0000
@@ -774,7 +774,7 @@
labelSeparator: G.conf.labelseparator,
allowBlank: false,
width: G.conf.combo_width,
- value: "#FFFF00",
+ value: "#FF0000",
listeners: {
'select': {
scope: this,
@@ -792,7 +792,7 @@
labelSeparator: G.conf.labelseparator,
allowBlank: false,
width: G.conf.combo_width,
- value: "#FF0000",
+ value: "#FFFF00",
listeners: {
'select': {
scope: this,