From 1bb0952c68956f41f75557c4b35b1ba60ad42eee Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 17 Aug 2006 12:13:27 +0000 Subject: [PATCH] We no longer define units/resolution on the kamap object. git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1277 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/tiger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tiger.html b/examples/tiger.html index 7c3520e822..17372ab5cd 100644 --- a/examples/tiger.html +++ b/examples/tiger.html @@ -14,7 +14,7 @@ var map = new OpenLayers.Map('map', {'maxResolution': 1.40625/4, controls:[]}); var ka_wms = new OpenLayers.Layer.KaMap( "TIGER (KaMap)", - "http://boston.freemap.in/tile.php" , { map: 'tiger', layers: 'TIGER' }, 'degrees', 72 ); + "http://boston.freemap.in/tile.php" , { map: 'tiger', layers: 'TIGER' }); var jpl_wms = new OpenLayers.Layer.WMS( "NASA Global Mosaic", "http://wms.jpl.nasa.gov/wms.cgi", {layers: "modis,global_mosaic"});