More typos. am blind.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5522 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
{'sphericalMercator': true}
|
{'sphericalMercator': true}
|
||||||
);
|
);
|
||||||
var gsat = new OpenLayers.Layer.Google(
|
var gsat = new OpenLayers.Layer.Google(
|
||||||
"Google Satelite",
|
"Google Satellite",
|
||||||
{type: G_SATELLITE_MAP, 'sphericalMercator': true}
|
{type: G_SATELLITE_MAP, 'sphericalMercator': true}
|
||||||
);
|
);
|
||||||
var ghyb = new OpenLayers.Layer.Google(
|
var ghyb = new OpenLayers.Layer.Google(
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
{'sphericalMercator': true}
|
{'sphericalMercator': true}
|
||||||
);
|
);
|
||||||
var yahoosat = new OpenLayers.Layer.Yahoo(
|
var yahoosat = new OpenLayers.Layer.Yahoo(
|
||||||
"Yahoo Satelite",
|
"Yahoo Satellite",
|
||||||
{'type': YAHOO_MAP_SAT, 'sphericalMercator': true}
|
{'type': YAHOO_MAP_SAT, 'sphericalMercator': true}
|
||||||
);
|
);
|
||||||
var yahoohyb = new OpenLayers.Layer.Yahoo(
|
var yahoohyb = new OpenLayers.Layer.Yahoo(
|
||||||
@@ -139,7 +139,6 @@
|
|||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
||||||
<div id="docs">
|
<div id="docs">
|
||||||
This is an example of using googles Mercator projection layers in a map window
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user