Hello
For the legend of a raster layer, I want to show the creation date of the
layer.
For example the raster:
LAYER # Photo
NAME "ortho"
STATUS ON
TYPE RASTER
TILEINDEX "ref/ign/ortho.shp"
OFFSITE 255 255 255
#MAXSCALEDENOM 40000
TILEITEM "location"
PROJECTION
"init=epsg:27572"
END
METADATA
"wms_title" "Ortho dernière génération"
"wms_srs" "EPSG:27572"
END
END
var ccORTHO = new OpenLayers.Layer.WMS(
"ortho",
config.tc_server,
{layers: 'ortho', format: 'image/png'},
{isBaseLayer: false,
projection:"EPSG:27572",
reproject: false }
);
map.addLayer(ccORTHO);
I want to get
Ortho
Calvados 2001
Channel 2006
Can you give me your ideas to make this configuration?
Cordially
Richard Lehaut
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users