[OpenLayers-Users] World Wind tiles of GeoCover 2000 - not
success
fmatz
fmatz at nexgo.de
Sun Aug 2 13:26:47 EDT 2009
Hello,
I think it was not so wrong, after playing with the zoom it works now :
var mapOptions = { maxResolution: 0.0703125, numZoomLevels: 12};
map = new OpenLayers.Map('map', mapOptions);
var ww2000 = new OpenLayers.Layer.WorldWind2( "GeoCover 2000",
"http://worldwind25.arc.nasa.gov/tile/tile.aspx?", 2.25, 6,
{T:"geocover2000"}, { tileSize: new OpenLayers.Size(512,512) });
map.addLayers([ww2000]);
map.addControl(new OpenLayers.Control.LayerSwitcher());
map.setCenter(new OpenLayers.LonLat( 14.374237060546875,
51.56848802548128 ), 7);
Best greetings
Friedhold
--
View this message in context: http://n2.nabble.com/World-Wind-tiles-of-GeoCover-2000---not-success-tp3362489p3373311.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
More information about the Users
mailing list