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