Hi community,
I have  a map delimited by certain bounds, but when I zoom-in some parts of
the bounds become cropped. Here follows a part of my OL code:
var scale = { 
                         maxScale: 50000,
                          minScale: 10000000,
                            minResolution: "auto",
                         
                            maxResolution: "auto",
                            maxExtent: new OpenLayers.Bounds (59, 27, 74,
39), 
                           numZoomLevels: 7,
                            controls: []
         }
   
  
    var map = new OpenLayers.Map('map', scale);
    map.addControl(new OpenLayers.Control.MouseToolbar());
  map.addControl(new OpenLayers.Control.PanZoomBar());
        

Somebody can help me?
thank you in advance.
-- 
View this message in context: 
http://www.nabble.com/Zooming-cause-cropping-bounds-tf4594677.html#a13117080
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to