------------------------------------------------------------ revno: 354 committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: trunk timestamp: Wed 2009-06-03 11:59:40 +0200 message: Mapping bug fixed. modified: gis/dhis-web-mapping/src/main/webapp/mfbase/mapfish/widgets/geostat/Mapping.js
=== modified file 'gis/dhis-web-mapping/src/main/webapp/mfbase/mapfish/widgets/geostat/Mapping.js' --- gis/dhis-web-mapping/src/main/webapp/mfbase/mapfish/widgets/geostat/Mapping.js 2009-05-16 00:18:28 +0000 +++ gis/dhis-web-mapping/src/main/webapp/mfbase/mapfish/widgets/geostat/Mapping.js 2009-06-03 09:59:40 +0000 @@ -377,9 +377,10 @@ } if (this.newUrl) { - url = this.newUrl; + URL = this.newUrl; this.newUrl = false; - this.setUrl('../../../geoserver/wfs?request=GetFeature&typename=' + url + '&outputformat=json&version=1.0.0'); + this.setUrl('geojson/' + URL); + //this.setUrl('../../../geoserver/wfs?request=GetFeature&typename=' + URL + '&outputformat=json&version=1.0.0'); } if (!Ext.getCmp('maps_cb').getValue()) { -- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription. _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp