[Mapbender-commits] r5616 - in trunk/mapbender/http: javascripts
plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Feb 24 04:29:06 EST 2010
Author: kmq
Date: 2010-02-24 04:29:01 -0500 (Wed, 24 Feb 2010)
New Revision: 5616
Modified:
trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
trunk/mapbender/http/plugins/mb_resultList_setVendorspecific.js
Log:
removed console.log statement, onWfsConfSelect moved
Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php 2010-02-24 09:23:55 UTC (rev 5615)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php 2010-02-24 09:29:01 UTC (rev 5616)
@@ -530,6 +530,9 @@
}
parent.mb_setWmcExtensionData({"wfsConfIdString":wfsConfIdString});
+ parent.Mapbender.modules.gazetteerWFS.events.onWfsConfSelect.trigger({
+ wfsConfId: global_selectedWfsConfId
+ });
}
@@ -635,9 +638,6 @@
}
appendStyles();
appendWfsForm();
- parent.Mapbender.modules.gazetteerWFS.events.onWfsConfSelect.trigger({
- wfsConfId: global_selectedWfsConfId
- });
};
}
else{
Modified: trunk/mapbender/http/plugins/mb_resultList_setVendorspecific.js
===================================================================
--- trunk/mapbender/http/plugins/mb_resultList_setVendorspecific.js 2010-02-24 09:23:55 UTC (rev 5615)
+++ trunk/mapbender/http/plugins/mb_resultList_setVendorspecific.js 2010-02-24 09:29:01 UTC (rev 5616)
@@ -59,7 +59,6 @@
Mapbender.modules[options.target[1]].events.onWfsConfSelect.register(function(data){
- console.log("NEW FTid");
currentFeatureTypeId = data.wfsConfId;
});
More information about the Mapbender_commits
mailing list