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.
_______________________________________________
Dev mailing list
Dev@openlayers.org
http://openlayers.org/mailman/listinfo/dev

Reply via email to