-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for large DBF/SHP files #3514
Comments
|
Author: warmerdam I could take on this ticket if Daniel wants it addressed as part of our maintenance arrangement. |
|
Author: pramsey |
|
Author: warmerdam |
|
Author: dmorissette |
|
Author: warmerdam I have confirmed that on 32bit linux defining _FILE_OFFSET_BITS=64 allows writing large files. But it does not alter the "long" argument to fseek(). I will continue to dig... |
|
Author: warmerdam It would be fairly involved to test so I'm going to "assume" it works for now. |
|
Author: jmckenna |
Reporter: jmckenna
Date: 2010/08/13 - 17:12
Trac URL: http://trac.osgeo.org/mapserver/ticket/3514
One of the requirement's of this year's benchmarking exercise is to display a large shapefile (DBF is 2.9GB, SHP is 1.3 GB). The file's name is 'buildings.shp'. The problem is that with native MapServer the file is not displaying. If I change to an OGR connection the file does display. Other server teams can display this same shapefile (in fact 2 days ago GeoServer had to be modified to display this same large shapefile...'use longs instead of ints for dbase offsets'). MapServer must also be hitting some kind of limit with this file.
I have created a small mapfile on the Linux and Windows benchmark machines (/benchmarking/mapserver/buildings-test.map). We can provide full access to these machines if you wish.
Also here are working getmap requests showing our problem:
The text was updated successfully, but these errors were encountered: