[Mapbender-commits] r5730 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Mar 5 09:03:04 EST 2010
Author: verenadiewald
Date: 2010-03-05 09:03:04 -0500 (Fri, 05 Mar 2010)
New Revision: 5730
Modified:
branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php
Log:
command should be "getWfsConfsForThisApplication", not "getWfsConfs"
Modified: branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php 2010-03-05 14:01:10 UTC (rev 5729)
+++ branches/2.6/http/javascripts/mod_wfs_gazetteer_client.php 2010-03-05 14:03:04 UTC (rev 5730)
@@ -372,7 +372,7 @@
geomArray = new parent.GeometryArray();
- parent.mb_ajax_json("../php/mod_wfs_gazetteer_server.php", {command:"getWfsConf",wfsConfIdString:wfsConfIdString}, function(json, status) {
+ parent.mb_ajax_json("../php/mod_wfs_gazetteer_server.php", {command:"getWfsConfsForThisApplication",wfsConfIdString:wfsConfIdString}, function(json, status) {
global_wfsConfObj = json;
var wfsCount = 0;
for (var wfsConfId in global_wfsConfObj) {
More information about the Mapbender_commits
mailing list