|
|
@@ -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]
|
|
|
});
|