Re: [postgis-users] spaces between tiles

2012-05-31 Thread Joan
Pierre, It is a huge coverage, I am using the function just for evaluation of postgis raster. So, I can work with the results I have gotten. Thank you. Joan On 31 May 2012 17:57, Pierre Racine wrote: > Joan, > > The ST_HillShade function does not support tiled coverage... > > Depending on how

Re: [postgis-users] spaces between tiles

2012-05-31 Thread Pierre Racine
Joan, The ST_HillShade function does not support tiled coverage... Depending on how big is your coverage (how many pixels by how many pixels) you could import it non tiled and then use ST_Tile to tile in the DB. ST_Tile is not part of PostGIS 2.0. You will find it here: http://trac.osgeo.org/