Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#674 closed bug (invalid)

Projections - .prj files ignored

Reported by: john.craddock@… Owned by: timlinux
Priority: minor: annoyance Milestone:
Component: Projection Support Version: 0.8.1
Keywords: layer projection Cc:
Must Fix for Release: No Platform: Windows
Platform Version: XP Awaiting user input: no

Description

When adding a new layer to a project with project projection set to GDA94 (qgis srs = 2548) and file .prj also = GDA94, Dialog box pops up asking for layer projection when it is already in the .prj file. If on-the-fly reprojection is enabled. No dialog box pops up but the projection seems to assume the default of WGS84 for the file. It is all a little confusing because the meta data does not actually advise the projection in understandable naming or even the srs. A shape file set is included that can demonstrate the issue. GDA94 and WGS84 are essentially the same so there is no real efect. However other projections may make greater issues.

Attachments (1)

CentWestPipe.zip (1.3 KB ) - added by john,craddock@… 17 years ago.
CentWestPipe = shape line file with prj file

Download all attachments as: .zip

Change History (3)

by john,craddock@…, 17 years ago

Attachment: CentWestPipe.zip added

CentWestPipe = shape line file with prj file

comment:1 by homann, 17 years ago

Resolution: invalid
Status: newclosed

The projection in the .prj file looks like WGS84 to me: GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]

The GAD94 uses the GRS80 ellipsoid.

So, the above .prj matches the WGS84 (qgis id 2585) projection, and that wil be set from the .prj file.

Ask for projection does not really work in 0.8, but works in 0.9.

comment:2 by (none), 15 years ago

Milestone: Version 0.8.1

Milestone Version 0.8.1 deleted

Note: See TracTickets for help on using tickets.