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:
@@ -26,9 +26,9 @@ OpenLayers.Layer.Yahoo = OpenLayers.Class(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant: MAX_ZOOM_LEVEL
|
* Constant: MAX_ZOOM_LEVEL
|
||||||
* {Integer} 15
|
* {Integer} 17
|
||||||
*/
|
*/
|
||||||
MAX_ZOOM_LEVEL: 15,
|
MAX_ZOOM_LEVEL: 17,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constant: RESOLUTIONS
|
* Constant: RESOLUTIONS
|
||||||
@@ -51,7 +51,9 @@ OpenLayers.Layer.Yahoo = OpenLayers.Class(
|
|||||||
0.00034332275390625,
|
0.00034332275390625,
|
||||||
0.000171661376953125,
|
0.000171661376953125,
|
||||||
0.0000858306884765625,
|
0.0000858306884765625,
|
||||||
0.00004291534423828125
|
0.00004291534423828125,
|
||||||
|
0.00002145767211914062,
|
||||||
|
0.00001072883605957031
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user