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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon May 18 06:49:18 PDT 2015


Author: verenadiewald
Date: 2015-05-18 06:49:18 -0700 (Mon, 18 May 2015)
New Revision: 9198

Modified:
   trunk/mapbender/http/javascripts/mod_wfs_client.html
Log:
little bugfix for owsproxy settings

Modified: trunk/mapbender/http/javascripts/mod_wfs_client.html
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_client.html	2015-05-05 09:43:12 UTC (rev 9197)
+++ trunk/mapbender/http/javascripts/mod_wfs_client.html	2015-05-18 13:49:18 UTC (rev 9198)
@@ -278,7 +278,7 @@
  *
  */
 function displayOwsproxy(dsJson){
-	if(dsJson.string == "" || dsJson.string == false){
+	if(dsJson.string == "" || dsJson.string == false || dsJson.string == null){
 		document.wfsForm.owsproxy.checked = false;
 	}
 	else{



More information about the Mapbender_commits mailing list