OpenLayers OpenLayers

Ticket #180 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Zooming Too Far In Bug

Reported by: anonymous Assigned to:
Priority: minor Milestone: 2.0 Release
Component: Map Version: 2.0
Keywords: Cc:
State:

Description

zooming in all the way click once more doesnt zoom but looks like it is requesting more images click zoom again and nothing . hmm....

(this happens when zooming boundaries are set (via scale or zoom levels))

Change History

08/16/06 11:11:41 changed by euzuro

  • owner deleted.

08/16/06 13:07:41 changed by euzuro

try using this layer and zooming in all the way

            var ol_wms = new OpenLayers.Layer.WMS( "OpenLayers WMS", 
                "http://labs.metacarta.com/wms/vmap0?", {layers: 'basic'},
                { maxZoomLevel: 5 }); 

08/18/06 23:54:05 changed by euzuro

  • status changed from new to closed.
  • version set to 2.0.
  • resolution set to fixed.
  • milestone changed from 2.1 Release to 2.0 Release.

this is fixed with r1304