=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/config.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/config.js 2010-07-05 16:25:51 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/config.js 2010-08-20 10:00:28 +0000 @@ -24,6 +24,7 @@ thematicMap2 = 'gisThematicMap2'; mapRegistration = 'gisMap'; organisationUnitAssignment = 'gisMapOrganisationUnitRelation'; + overlayRegistration = 'gisOverlay'; administration = 'gisAdministration'; favorites = 'gisFavoriteMapView'; legendSets = 'gisLegendSet'; === modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2010-08-09 13:54:49 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2010-08-20 10:00:28 +0000 @@ -3944,7 +3944,7 @@ } function onHoverUnselectPolygon(feature) { - Ext.getCmp('featureinfo_l').setText(''+ i18n_no_feature_selected +'.', false); + Ext.getCmp('featureinfo_l').setText(''+ i18n_no_feature_selected +'', false); } function onClickSelectPolygon(feature) {