[OpenLayers-Dev] LZTD
aymankoo
ayman_sjo at yahoo.com
Sat May 15 05:38:30 EDT 2010
I am trying to add WorldWind layer, my layer has 0.5 LTZD in worldwind,
map = new OpenLayers.Map('map', {'maxResolution': .28125, tileSize: new
OpenLayers.Size(512, 512)});
ww2 = new OpenLayers.Layer.CGIS( "LANDSAT",
"http://myhostcgisweb/getWWJ", 0.5,
1,{dir:"Qatar36",transitionEffect: 'resize'});
ww2.transitionEffect = 'resize';
map.addLayers([ww2]);
map.addControl(new OpenLayers.Control.LayerSwitcher());
map.setCenter(new OpenLayers.LonLat(51.275, 25.208), 9);
what I should change in this code to make it work?
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/LZTD-tp5058639p5058639.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
More information about the Dev
mailing list