Opened 22 years ago

Last modified 16 years ago

#204 closed defect

tileindex path problems — at Initial Version

Reported by: woodbri@… Owned by: sdlime
Priority: normal Milestone: 5.2 release
Component: MapServer CGI Version: 4.1
Severity: normal Keywords: raster tileindex
Cc: jdoyon@…, bfraser@…

Description

I'm on 3.6.2, and what I had set up was

SHAPEPATH = /raid1/nima/vmap0
TILEINDEX = /raid1/nima/vmap0/placenames/placenames-tile

Tileindex entries were like  ./row/aa   where the file was located at
/raid1/nima/vmap0/placenames/row/aa

This generated the error:

> Warning: MapServer Error in msTiledSHPOpenFile(): Unable to open a
> single tile to use as a template. in
> /home/httpd/html/maplab-2.0rc3/htdocs/common/wrapper/drawmap.php on
> line 292


I changed it to:

SHAPEPATH = /raid1/nima/vmap0
TILEINDEX = placenames-tile

Tileindex entries were like  ./placenames/row/aa   where the file was 
located at /raid1/nima/vmap0/placenames/row/aa and I moved the 
tileindex up to the /raid1/nima/vmap0 dir.

The second seems to be working, but not the first. I have had other problems 
with tileindex layers working in the past, which I think are now related to this 
problem. It is not intuitive as to what works and what doesn't.

-Steve

Change History (0)

Note: See TracTickets for help on using tickets.