git-svn-id: http://svn.openlayers.org/trunk/openlayers@5521 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-12-20 00:37:37 +00:00
parent 7011c0f470
commit 1d4b8f8c2a

View File

@@ -40,7 +40,7 @@
{'sphericalMercator': true}
);
var gsat = new OpenLayers.Layer.Google(
"Google Sattelite",
"Google Satelite",
{type: G_SATELLITE_MAP, 'sphericalMercator': true}
);
var ghyb = new OpenLayers.Layer.Google(
@@ -50,7 +50,7 @@
// create Virtual Earth layers
var veroad = new OpenLayers.Layer.VirtualEarth(
"Virtual Earth Raods",
"Virtual Earth Roads",
{'type': VEMapStyle.Road, 'sphericalMercator': true}
);
var veaer = new OpenLayers.Layer.VirtualEarth(
@@ -68,7 +68,7 @@
{'sphericalMercator': true}
);
var yahoosat = new OpenLayers.Layer.Yahoo(
"Yahoo Sattelite",
"Yahoo Satelite",
{'type': YAHOO_MAP_SAT, 'sphericalMercator': true}
);
var yahoohyb = new OpenLayers.Layer.Yahoo(