Ticket #1790 (closed defect: fixed)
after creating qix file no features are read from 3D point shapefile
| Reported by: | bartvde | Owned by: | mloskot |
|---|---|---|---|
| Priority: | highest | Milestone: | 1.4.3 |
| Component: | OGR_SF | Version: | svn-trunk |
| Severity: | normal | Keywords: | shape qix shptree |
| Cc: | warmerdam |
Description
Before creating a qix file with shptree I get features using the following ogrinfo command:
ogrinfo D:\bart\dtb\dtb_subset\dtb2000_sym.shp dtb2000_sym -spat 60000 400000 90000 410000
When I create the qix file with shptree, and rerun the exact same command, I get no features returned anymore:
shptree D:\bart\dtb\dtb_subset\dtb2000_sym.shp
D:\bart\FWTools1.3.6>ogrinfo D:\bart\dtb\dtb_subset\dtb2000_sym.shp dtb2000_sym -spat 60000 400000 90000 410000 INFO: Open of `D:\bart\dtb\dtb_subset\dtb2000_sym.shp'
using driver `ESRI Shapefile' successful.
Layer name: dtb2000_sym Geometry: 3D Point Feature Count: 0 Extent: (50000.000000, 390000.000000) - (99997.706000, 419998.443000) Layer SRS WKT: PROJCS["Rijksdriehoekstelsel_New",
GEOGCS["GCS_Amersfoort",
DATUM["Amersfoort",
SPHEROID["Bessel_1841",6377397.155,299.1528128]],
PRIMEM["Greenwich",0.0], UNIT["Degree",0.017453292519943295]],
PROJECTIONDouble_Stereographic?, PARAMETER["False_Easting",155000.0], PARAMETER["False_Northing",463000.0], PARAMETER["Central_Meridian",5.38763888888889], PARAMETER["Scale_Factor",0.9999079], PARAMETER["Latitude_Of_Origin",52.15616055555555], UNIT["Meter",1.0]]
CTE: String (8.0)
I believe the same problem is present in OGR and Mapserver.
I tested with latest FWTools 1.3.6 on Windows.
Dataset can be downloaded from (about 2 Mb): http://www.osgis.nl/download/dtb_subset.zip

