=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-06-05 09:38:42 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/app.js 2013-06-08 04:23:53 +0000 @@ -5209,7 +5209,7 @@ gis.olmap.events.register('click', null, function(e) { if (gis.olmap.relocate.active) { - var el = document.getElementById('mouseposition').childNodes[0], + var el = Ext.query('#mouseposition')[0], coordinates = '[' + el.childNodes[1].data + ',' + el.childNodes[3].data + ']', center = gis.viewport.centerRegion; === modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js' --- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js 2013-05-30 09:23:07 +0000 +++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/core.js 2013-06-08 04:23:53 +0000 @@ -259,7 +259,7 @@ documentDrag: true }), new OpenLayers.Control.MousePosition({ - prefix: 'LON ', + prefix: 'LON ', separator: '  LAT ', suffix: '' }),