=== 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 15:34:05 +0000 +++ 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 @@ -1654,8 +1654,6 @@ return; } - this.features = this.layer.features.slice(0); - this.loadData(features); } }); @@ -1725,6 +1723,8 @@ this.layer.features = GIS.util.vector.getTransformedFeatureArray(this.layer.features); } + this.features = this.layer.features.slice(0); + this.loadLegend(); } }); === 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 15:34:49 +0000 +++ 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 @@ -1654,8 +1654,6 @@ return; } - this.features = this.layer.features.slice(0); - this.loadData(features); } }); @@ -1725,6 +1723,8 @@ this.layer.features = GIS.util.vector.getTransformedFeatureArray(this.layer.features); } + this.features = this.layer.features.slice(0); + this.loadLegend(); } });