Tile index with gdal

Ed McNierney ed at TOPOZONE.COM
Tue Sep 28 09:14:45 EDT 2004


Joan -

It looks like you have a tile4ms that was built WITHOUT the wildcard command-line expansion in stdargv.obj.

A more literal translation of Armin's command line would be:

for %f in (c:\foto\*.tif) do tile4ms tilefile.shp %f

Which will work fine, adding the files one at a time.

        - Ed

Ed McNierney
President and Chief Mapmaker
TopoZone.com / Maps a la carte, Inc.
73 Princeton Street, Suite 305
North Chelmsford, MA  01863
ed at topozone.com
(978) 251-4242

-----Original Message-----
From: UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU] On Behalf Of joanvp
Sent: Tuesday, September 28, 2004 7:42 AM
To: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: Re: [UMN_MAPSERVER-USERS] Tile index with gdal

Thanks for your response,

But I can't get it. I don'tknow what I'm doing wrong!!!!

Now I've tried to use Tile4ms. I execute DOS

C:\ms4w\Apache\cgi-bin>tile4ms tilefile.shp c:\foto\*.tif

And appears "Unable to create c:\foto\*.tif.shp.shp (.shx)" error.

What's wrong?

--- Armin Burger <armin.burger at gmx.net> wrote:

> Joan
>
> I found the solution once on the Mapserver mailing list. You can use
> the gdaltindex from OpenEV and use a command like
>
> for %f in (D:\data\IMAGES\*.tif) do gdaltindex img_index.shp %f
>
> on the CMD prompt.
>
> Armin
>
> > Hi list!
>
> > I have a big problem. I need to add to my map file
> a
> > large amount of tiff images. More than 300. I know that I can do it
> > with tileindex. I have seen an example in How To Raster.
>
> > I've tried to run gdal-1.1.9 but it show me this
> > dialog: "No python installation is in registry"
>
> > I also have tried OpenEV but I can find the way to make the
> > shapefile tileindex.
>
> > Any idea?
>
> > I'm using Windows 2000
>
> > Thank you
>
>
>
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail - 50x more storage than other
> providers!
> > http://promotions.yahoo.com/new_mail
>
>
>




__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail



More information about the mapserver-users mailing list