More typos. am blind.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5522 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-12-20 02:49:51 +00:00
parent 1d4b8f8c2a
commit 8eb682c02f

View File

@@ -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 @@
<div id="map"></div>
<div id="docs">
This is an example of using googles Mercator projection layers in a map window
</div>
</body>
</html>