=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/mapfish/widgets/geostat/Thematic1.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/mapfish/widgets/geostat/Thematic1.js 2012-11-06 19:47:04 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/mapfish/widgets/geostat/Thematic1.js 2012-11-13 12:44:42 +0000 @@ -386,7 +386,7 @@ select: { scope: this, fn: function(cb) { - this.cmp.indicator.clearValue(); + this.cmp.dataElement.clearValue(); var store = this.cmp.dataElement.store; store.proxy.url = GIS.conf.url.path_api + 'dataElementGroups/' + cb.getValue() + '.json?links=false&paging=false'; @@ -1319,7 +1319,7 @@ this.cmp.colorHigh.reset(); this.cmp.radiusLow.reset(); this.cmp.radiusHigh.reset(); - this.cmp.level.clearValue(); + this.cmp.level.clearValue(); this.cmp.parent.reset(); // Layer options === modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/mapfish/widgets/geostat/Thematic2.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/mapfish/widgets/geostat/Thematic2.js 2012-11-06 19:47:04 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/mapfish/widgets/geostat/Thematic2.js 2012-11-13 12:44:42 +0000 @@ -386,7 +386,7 @@ select: { scope: this, fn: function(cb) { - this.cmp.indicator.clearValue(); + this.cmp.dataElement.clearValue(); var store = this.cmp.dataElement.store; store.proxy.url = GIS.conf.url.path_api + 'dataElementGroups/' + cb.getValue() + '.json?links=false&paging=false'; @@ -1319,7 +1319,7 @@ this.cmp.colorHigh.reset(); this.cmp.radiusLow.reset(); this.cmp.radiusHigh.reset(); - this.cmp.level.clearValue(); + this.cmp.level.clearValue(); this.cmp.parent.reset(); // Layer options