GeoTIFF display problem {Scanned}
R. Paul Warriner
paul at WARRINER.US
Fri Dec 31 07:43:05 PST 2004
Hello,
I rebuilt the shape index in the
directory above the GeoTIFF files:
shapes/*.shp
shapes/geotiff/*.tif
The [location] went:
from ./*.tif
to geotiff/*.tif
and it works.
Sorry to say, I can't tell if it was
my shape file rebuild or the
elimination of ./ in the path that
fixed this, but I do know that the
before and after shape file sizes were
identical.
Thanks for the help Siki.
Regards,
Paul
---- Original message ----
>Date: Fri, 31 Dec 2004 12:53:59 -0100
>From: Siki Zoltan <siki at AGT.BME.HU>
>Subject: Re: [UMN_MAPSERVER-USERS]
GeoTIFF display problem {Scanned}
>To: MAPSERVER-USERS at LISTS.UMN.EDU
>
>Hi,
>
>Check the path in your tileindex
table (location column).
>There were some issues about relative
pathes.
>I use relative path to the map file.
>
>Bye
>Zoltan
>
>On Thu, 30 Dec 2004, R. Paul Warriner
wrote:
>
>> Thank you David and Siki for the
replies.
>>
>> I did as suggested, and I can get my
>> index and image if defined
individually,
>> but when tying to access with
>> TILEINDEX/TILEITEM it fails.!?
>>
>> (I am working with mapserver 4.4.0
and
>> gdal 1.2.3)
>>
>>
>> #works
>> LAYER
>> NAME "geoindex"
>> DATA
>> "mapsurfer/shapes/geotiff/geoindex.s
hp"
>> STATUS ON
>> TYPE POLYGON
>> CLASS
>> STYLE
>> OUTLINECOLOR 0 0 0
>> COLOR -1 -1 -1
>> END
>> END
>> END
>>
>> #works
>> LAYER
>>
NAME "w_10950988_12_07200_col_2002"
>> DATA
>> "mapsurfer/shapes/geotiff/w_10950988
_12_07200_col_2002.tif"
>> TYPE RASTER
>> # MINSCALE 700
>> # MAXSCALE 3000
>> STATUS ON
>> END
>>
>> #seg fault #11
>> LAYER
>>
NAME "w_10950988_12_07200_col_2002"
>> TILEINDEX
>> "mapsurfer/shapes/geotiff/geoindex"
>> TILEITEM "Location"
>> STATUS ON
>> TYPE RASTER
>> MINSCALE 700
>> MAXSCALE 3000
>> END
>>
More information about the MapServer-users
mailing list