Le Monday 28 April 2008 15:44:32 Attila Berényi, vous avez écrit : > Dear List, > > I'd like to know that is it possible to display separate geotiffs on one > layer? > Now I'm able to include more than one DATA line in the LAYER > specification, but only the last one is displayed.... > > Any help would be very much appreciated, > > Thanks, > > Attila Hi,
You can use TILEINDEX: LAYER NAME "geosignal_5k" GROUP geosignal STATUS ON TYPE RASTER TILEINDEX "Referentiel/geosignal/IDF/5k/index.shp" TILEITEM "Location" ... END GDAL-ogr could create the index shapefile with gdaltindex command. Regards, Y. -- Yves Jacolin --- http://softlibre.gloobe.org _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
