[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mapbender-commits
Subject:    [Mapbender-commits] r2041 - trunk/mapbender/http/javascripts
From:       svn_mapbender () osgeo ! org (svn_mapbender () osgeo ! org)
Date:       2008-01-30 5:30:49
Message-ID: 20080130103048.6BB81E0060D () lists ! osgeo ! org
[Download RAW message or body]

Author: verenadiewald
Date: 2008-01-30 05:30:48 -0500 (Wed, 30 Jan 2008)
New Revision: 2041

Modified:
   trunk/mapbender/http/javascripts/wfs.js
Log:
set try{} catch() syntax for requested vars from conf file and element vars

Modified: trunk/mapbender/http/javascripts/wfs.js
===================================================================
--- trunk/mapbender/http/javascripts/wfs.js	2008-01-30 09:55:16 UTC (rev 2040)
+++ trunk/mapbender/http/javascripts/wfs.js	2008-01-30 10:30:48 UTC (rev 2041)
@@ -50,6 +50,10 @@
 
 var highlight;
 
+try {if(generalHighlightZIndex){}}catch(e) {generalHighlightZIndex = 90;}
+try {if(generalHighlightLineWidth){}}catch(e) {generalHighlightLineWidth = 2;}
+try {if(useUsemap){}}catch(e) {useUsemap = 0;}
+
 mb_registerInitFunctions('initHighlight()');
 
 function initHighlight() {

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic