Tile4ms
Mateusz Loskot
mateusz at LOSKOT.NET
Fri Jul 28 02:28:58 PDT 2006
Paul Shapley wrote:
> Hi,
>
> I'm trying to create a tile index using the 'Tile4ms' utility. After
> executing the initial command in DOS the processed text (named
> landline.shp) file displays a mass of characters. When you open the
> resulting 'landline_list.txt' file it is empty. Here is a copy of the
> command - long paths:-
>
>
> .....\data\landline.shp /b /s > landline_list.txt
>
> Any thoughts would be much appreciated.
I'm not a MapServer guru, but according to the tile4ms manual
you generates metafile from a set of input files, but not from single
file, so following the manual:
http://mapserver.gis.umn.edu/docs/reference/utilityreference/tile4ms
it should be *.shp:
dir /b /s *.shp > metafile.txt
tile4ms metafile.txt tileindex
Best regards
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the MapServer-users
mailing list