From 90c6a020c709a725d0d579890807a824fc04021b Mon Sep 17 00:00:00 2001 From: bartvde Date: Wed, 17 Mar 2010 20:21:38 +0000 Subject: [PATCH] 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 --- lib/OpenLayers/Layer/VirtualEarth.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index 93ff9d8390..ebccc68afe 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -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 ], /**