<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear topic participates,<br>
<br>
Thanks for all the answers, I think that TILEINDEX is more useful,
because i dont wan't to have a GROUP with a lot of layers in it.<br>
<br>
Thanks again,<br>
<br>
Attila<br>
<br>
Jacolin Yves &iacute;rta:
<blockquote cite="mid:200804281450.49036.yjacolin@free.fr" type="cite">
  <pre wrap="">Le Monday 28 April 2008 15:44:32 Attila Ber&eacute;nyi, vous avez &eacute;crit&nbsp;:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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
    </pre>
  </blockquote>
  <pre wrap=""><!---->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.
  </pre>
</blockquote>
</body>
</html>