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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 30 07:34:28 EDT 2009


Author: christoph
Date: 2009-10-30 07:34:28 -0400 (Fri, 30 Oct 2009)
New Revision: 4888

Modified:
   trunk/mapbender/http/javascripts/mapnf.php
Log:


Modified: trunk/mapbender/http/javascripts/mapnf.php
===================================================================
--- trunk/mapbender/http/javascripts/mapnf.php	2009-10-30 11:33:50 UTC (rev 4887)
+++ trunk/mapbender/http/javascripts/mapnf.php	2009-10-30 11:34:28 UTC (rev 4888)
@@ -18,13 +18,12 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 ?>
 
-//INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Ingrid', 'mapframe1', 'skipWmsIfSrsNotSupported', '1', 'if set to 1, it skips the WMS request if the current SRS is not supported by the WMS; if set to 0, the WMS is always queried. Default is 0, because of backwards compatibility' ,'var');
-
 var $this = $(this);
 
 eventInitMap.register(function () {
 	
-	$this.html('<div id="'+options.id+'_maps" name="maps" style ="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index:2;"></div>');
+//	$this.html('<div id="'+options.id+'_maps" name="maps" style ="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index:2;"></div>');
+	$this.html('<div id="'+options.id+'_maps" name="maps" style ="width: 0px; height: 0px; z-index:2;"></div>');
 
 	Mapbender.modules[options.id] = $.extend(new Mapbender.Map (
 		'', 



More information about the Mapbender_commits mailing list