Stephen Woodbridge wrote:
> Zhonghai Wang wrote:
>> Hi there,
..
>>
>> Is MapServer really so slow? can anybody give me some ideas?should I
>> modify the mapfiles?
..
>
>
> Make sure ALL *.shp have a *.qix file using shptree <file>.shp
> on Linux you can run:
> find /path/to/data -name "*.shp" -exec shptree {} \;
> and that will do it, on Windows you are on your own :)Install cygwin, and it will give you access to Unix-like "find" and other valuable utilities.
