Re: [mapserver-users] multiple tiffs in one layer

2008-04-28 Thread Attila Berényi

Dear topic participates,

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.


Thanks again,

Attila

Jacolin Yves írta:

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.
  
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] multiple tiffs in one layer

2008-04-28 Thread Kristian Thy
On Mon, Apr 28, Kyle Wilcox wrote:
> Each geotiff will need to be a layer.  You can use the GROUP tag inside 
> each of the layers to display them together.
> 
> Attila Berényi wrote:
> >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
> -- 
> 
>  Kyle Wilcox
>  NOAA Chesapeake Bay Office
>  410 Severn Avenue
>  Suite 107A
>  Annapolis, MD 21403
>  office: (410) 295-3151
>  [EMAIL PROTECTED]
> 
>  A: It takes over twice as long to understand the conversation.
>  Q: What's wrong with top-posting?
>  A: Top-posting.
>  Q: What's the worst thing about plain text email discussions?

I find it rather amusing that you not only top-post wrong information,
but even have a signature saying the worst thing about email discussions
is top-posting.

As that other guy said, there's no need to make a layer per tiff. Just
index them and use TILEINDEX.

\\kristian
-- 
... et nemo ex vobis interrogat me: »Quo vadis?«
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] multiple tiffs in one layer

2008-04-28 Thread Kyle Wilcox
Each geotiff will need to be a layer.  You can use the GROUP tag inside 
each of the layers to display them together.


Attila Berényi wrote:

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




___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


--

 Kyle Wilcox
 NOAA Chesapeake Bay Office
 410 Severn Avenue
 Suite 107A
 Annapolis, MD 21403
 office: (410) 295-3151
 [EMAIL PROTECTED]

 A: It takes over twice as long to understand the conversation.
 Q: What's wrong with top-posting?
 A: Top-posting.
 Q: What's the worst thing about plain text email discussions?
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] multiple tiffs in one layer

2008-04-28 Thread Jacolin Yves
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
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] multiple tiffs in one layer

2008-04-28 Thread Attila Berényi

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
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users