[Date Prev][Date Next] [Chronological] [Thread] [Top]

[mapserver-users] tiling problems



OS : red hat 6.2
mapserver v: downloaded nightly and built today
 
i can't seem to get tiling to work for me.  i've looked at past messages in the list, it seems like everythings ok, but my perl script throws an error when i try to use the tiling feature.
 
here's my map file.
 
NAME MAPNAME
STATUS ON
UNITS meters
SHAPEPATH "/home/MAPS/map-tile"
IMAGECOLOR 255 255 255
INTERLACE OFF
 
LAYER
  Name L_069  
  data L_069  # name of shape file that is in my tile folders
  TYPE LINE
  Tileitem location   # name of the data field, checked this in arc explorer
  Tileindex /home/MAPS/map-tile/tilex   # shape file generated by tile4ms util program 
  STATUS ON
  CLASS
    COLOR 210 110 170
  END
END
 
END
 
 
in /home/MAPS/map-tile/ i have tilex.shp, dbf, and shx.  the values in Location are : ./shp_tiles/[folder name]/[shape file name]
the shp_tiles folder is at /home/MAPS/map-tile/shp_tiles/[folders]/[shape names]
 
i brought up tilex in arc explorer and it looks good.  is there something i'm missing?  i'm loading this mapfile via perl/mapscript, and it works fine when im not using tiling(when i use only shapepath and data), but displays an internal server error when i try the above.  i have all my perl script errors printing to a file but when this error happens the error file gets written blank.
 
thanks in advance for any help
 
matt