dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01209
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 354: Mapping bug fixed.
------------------------------------------------------------
revno: 354
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
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.