<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [UMN_MAPSERVER-USERS] Speeding up load time for huge SHP files</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>You'll really want to try break your shapefile up into smaller sections. I've got around 2GB of shapefile data I broke down into smaller shapefiles and this improved the loads time considerably. Once you get your shapefile broken down into smaller ones you'll want to be sure to run shptree on all the shapefiles, to index them individually. After that you can create a tile index of all the shape files. You simply reference the tile index shapefile as your data source in your map file. Check out the reference docs at the MapServer website for shptree &amp; tile4ms.<BR>
<BR>
----<BR>
Timothy J Nolte - tnolte@ilpcs.com<BR>
Associate Network Planning Engineer<BR>
<BR>
iPCS Wireless, Inc.<BR>
4717 Broadmoor Ave, Suite G<BR>
Kentwood, MI 49512<BR>
<BR>
Office: 616-656-5163<BR>
PCS:&nbsp;&nbsp;&nbsp; 616-706-2438<BR>
Fax:&nbsp;&nbsp;&nbsp; 616-554-6484<BR>
Web:&nbsp;&nbsp;&nbsp; www.ipcswirelessinc.com<BR>
</FONT>
</P>

</BODY>
</HTML>