Przeglądaj źródła

removed extend limit on map widget

Piotr Labudda 8 lat temu
rodzic
commit
2165a98fbf
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      SE/se-lib/TableAjaxMap.php

+ 3 - 3
SE/se-lib/TableAjaxMap.php

@@ -647,9 +647,9 @@ var myOpenLayers_Control_ManageLayers = OpenLayers.Class(OpenLayers.Control, {
 			_map = new OpenLayers.Map(_nodeMapId, {
 				projection: new OpenLayers.Projection("EPSG:4326"),
 				displayProjection: new OpenLayers.Projection("EPSG:4326"),
-				restrictedExtent: new OpenLayers.Bounds(
-					1526390.4410645328, 6273526.00, 2693330.958028555, 7352240.00
-				),
+				// restrictedExtent: new OpenLayers.Bounds(
+				// 	1526390.4410645328, 6273526.00, 2693330.958028555, 7352240.00
+				// ),
 				controls: mapControls,
 				layers: [gphy,_layer]
 			});