Hello
I display a default OSM map using OpenLayers with the following code :
layer= new OpenLayers.Layer.OSM(“OpenStreetMap”, null, {
transitionEffect: ‘resize’
});
is there a possibility to specify the layers (details type) to display ?
thanks in advance
Jean-Marie