[Mapbender-commits] r9340 - trunk/mapbender/http/javascripts
    svn_mapbender at osgeo.org 
    svn_mapbender at osgeo.org
       
    Fri Jan  8 04:10:30 PST 2016
    
    
  
Author: armin11
Date: 2016-01-08 04:10:30 -0800 (Fri, 08 Jan 2016)
New Revision: 9340
Modified:
   trunk/mapbender/http/javascripts/mb_downloadFeedClient.php
Log:
show nav tools in ol viewer inspire dls client
Modified: trunk/mapbender/http/javascripts/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/javascripts/mb_downloadFeedClient.php	2016-01-08 11:14:48 UTC (rev 9339)
+++ trunk/mapbender/http/javascripts/mb_downloadFeedClient.php	2016-01-08 12:10:30 UTC (rev 9340)
@@ -72,9 +72,11 @@
 	mapframe_dataset_list.addLayers([bboxDataset]);
 
 	mapframe_dataset_list.addControl(new OpenLayers.Control.MousePosition());
+	mapframe_dataset_list.addControl(new OpenLayers.Control.PanPanel());
 	mapframe_file_list.addLayers([<?php echo $addBackgroundLayerLower; ?>]);
 	mapframe_file_list.addLayers([bboxFiles]);
 	mapframe_file_list.addControl(new OpenLayers.Control.MousePosition());
+	mapframe_file_list.addControl(new OpenLayers.Control.PanPanel());
 	updateFormats();
 	//initialize mapframes
 	mapframe_dataset_list.setCenter(new OpenLayers.LonLat(<?php echo $olCentreLon; ?>, <?php echo $olCentreLat; ?>), <?php echo $olScale; ?>);
    
    
More information about the Mapbender_commits
mailing list