Yahoo! Maps API supports more zoom levels. Use them by default. (Closes #1384)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8864 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-02-17 12:05:39 +00:00
parent 8e7c7d5528
commit 8274b648e8

View File

@@ -26,9 +26,9 @@ OpenLayers.Layer.Yahoo = OpenLayers.Class(
/**
* Constant: MAX_ZOOM_LEVEL
* {Integer} 15
* {Integer} 17
*/
MAX_ZOOM_LEVEL: 15,
MAX_ZOOM_LEVEL: 17,
/**
* Constant: RESOLUTIONS
@@ -51,7 +51,9 @@ OpenLayers.Layer.Yahoo = OpenLayers.Class(
0.00034332275390625,
0.000171661376953125,
0.0000858306884765625,
0.00004291534423828125
0.00004291534423828125,
0.00002145767211914062,
0.00001072883605957031
],
/**