[Mapbender-commits] r5729 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Mar 5 09:01:11 EST 2010


Author: verenadiewald
Date: 2010-03-05 09:01:10 -0500 (Fri, 05 Mar 2010)
New Revision: 5729

Modified:
   trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
Log:
command should be "getWfsConfsForThisApplication", not "getWfsConfs" 

Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2010-03-05 10:19:44 UTC (rev 5728)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php	2010-03-05 14:01:10 UTC (rev 5729)
@@ -567,7 +567,7 @@
     
     // Would be much nicer to have
     // initWFSConf() and reloadWFSConf 
-     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) {
         reapplyWFSConfObject(json, status);
         localizeGazetteer();
     });



More information about the Mapbender_commits mailing list