add 2 more resolutions to Bing Maps, p=fredj, r=me (closes #1893)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10103 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-03-17 20:21:38 +00:00
parent 891b12160c
commit 90c6a020c7

View File

@@ -28,9 +28,9 @@ OpenLayers.Layer.VirtualEarth = OpenLayers.Class(
/**
* Constant: MAX_ZOOM_LEVEL
* {Integer} 17
* {Integer} 19
*/
MAX_ZOOM_LEVEL: 17,
MAX_ZOOM_LEVEL: 19,
/**
* Constant: RESOLUTIONS
@@ -54,7 +54,9 @@ OpenLayers.Layer.VirtualEarth = OpenLayers.Class(
0.000171661376953125,
0.0000858306884765625,
0.00004291534423828125,
0.00002145767211914062
0.00002145767211914062,
0.00001072883605957031,
0.00000536441802978515
],
/**