=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboard/DashboardContent.java' --- dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboard/DashboardContent.java 2009-06-17 22:06:54 +0000 +++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/dashboard/DashboardContent.java 2009-12-06 14:21:44 +0000 @@ -175,7 +175,7 @@ while ( mapViews.size() > MAX_DASHBOARD_ELEMENTS ) { - reportTables.remove( MAX_DASHBOARD_ELEMENTS ); + mapViews.remove( MAX_DASHBOARD_ELEMENTS ); } } } === 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 2009-12-02 14:46:45 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/config.js 2009-12-06 14:21:44 +0000 @@ -1,4 +1,4 @@ -// Country dependent +// Country dependent FACILITY_LEVEL = 4; === 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 2009-12-05 17:23:03 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2009-12-06 14:21:44 +0000 @@ -1,4 +1,4 @@ -/* reference local blank image */ +/* reference local blank image */ Ext.BLANK_IMAGE_URL = '../resources/ext/resources/images/default/s.gif'; var MAP;