[Mapbender-commits] r8237 - branches/2.7/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 30 04:22:48 EST 2012
Author: astrid_emde
Date: 2012-01-30 01:22:48 -0800 (Mon, 30 Jan 2012)
New Revision: 8237
Modified:
branches/2.7/http/javascripts/wms.js
Log:
WMS 1.3 modifications
Modified: branches/2.7/http/javascripts/wms.js
===================================================================
--- branches/2.7/http/javascripts/wms.js 2012-01-26 15:05:49 UTC (rev 8236)
+++ branches/2.7/http/javascripts/wms.js 2012-01-30 09:22:48 UTC (rev 8237)
@@ -250,7 +250,7 @@
rq += "&STYLES=" + this.getLayerstyles(mapObj).join(",");
rq += "&FORMAT=" + this.gui_wms_mapformat;
rq += "&INFO_FORMAT=" + this.gui_wms_featureinfoformat;
- rq += "&EXCEPTIONS=application/vnd.ogc.se_xml";
+ rq += "&EXCEPTIONS=" + this.gui_wms_exceptionformat;
rq += "&X=" + clickPoint.x;
rq += "&Y=" + clickPoint.y;
if(mb_feature_count > 0){
More information about the Mapbender_commits
mailing list