Opened 13 years ago
Closed 13 years ago
#3536 closed defect (fixed)
OGR SHP driver don't open prj from zip
Reported by: | bishop | Owned by: | warmerdam |
---|---|---|---|
Priority: | high | Milestone: | 1.7.2 |
Component: | OGR_SF | Version: | svn-trunk |
Severity: | normal | Keywords: | shp; prj, vsizip, VSIFOpen, VSIFClose, VSIFOpenL, VSIFCloseL |
Cc: |
Description
While opening shp file from zip the spatial reference is set to NULL. This is because the prj file opens with VSIFOpen oposite VSIFOpenL. The patch included.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | ogr_shpprj_open.patch added |
---|
comment:1 by , 13 years ago
Component: | default → OGR_SF |
---|---|
Milestone: | → 1.7.2 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
open prj file for shp patch