From 8eb682c02f85126d2578f8d2071f8c057179f8e1 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 20 Dec 2007 02:49:51 +0000 Subject: [PATCH] More typos. am blind. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5522 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/spherical-mercator.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/spherical-mercator.html b/examples/spherical-mercator.html index 0121bd1892..14e9b99c83 100644 --- a/examples/spherical-mercator.html +++ b/examples/spherical-mercator.html @@ -40,7 +40,7 @@ {'sphericalMercator': true} ); var gsat = new OpenLayers.Layer.Google( - "Google Satelite", + "Google Satellite", {type: G_SATELLITE_MAP, 'sphericalMercator': true} ); var ghyb = new OpenLayers.Layer.Google( @@ -68,7 +68,7 @@ {'sphericalMercator': true} ); var yahoosat = new OpenLayers.Layer.Yahoo( - "Yahoo Satelite", + "Yahoo Satellite", {'type': YAHOO_MAP_SAT, 'sphericalMercator': true} ); var yahoohyb = new OpenLayers.Layer.Yahoo( @@ -139,7 +139,6 @@
- This is an example of using googles Mercator projection layers in a map window