OpenLayers OpenLayers

Ticket #1058 (new task)

Opened 1 year ago

Last modified 4 months ago

Make maxResolution equal to maxExtent / 256

Reported by: crschmidt Assigned to:
Priority: minor Milestone: 2.8 Release
Component: Map Version: SVN
Keywords: Cc:
State:

Description

The default OpenLayers maxExtent is 1.40625. This works fine for unprojected layers, but for projected layers, it doesn't.

At one point, I insisted we not use "maxResolution: 'auto'" by default. I stick by that, but I'm now in favor of setting the maxResolution to the maxExtent / 256, which would maintain the existing default behavior, but make it work by default when people set up their maps in a different proejction.

Change History

01/02/08 10:30:50 changed by crschmidt

  • state changed.
  • milestone changed from 2.6 Release to 2.7 Release.

07/28/08 12:41:32 changed by crschmidt

  • milestone changed from 2.7 Release to 2.8 Release.