Opened 14 years ago

Last modified 14 years ago

#2946 new patch

Metadata section report uncorrect dimension of archive for 3D shapefiles

Reported by: aperi2007 Owned by: jef
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: Vectors Version:
Keywords: Cc:
Must Fix for Release: No Platform: Windows
Platform Version: 7 Awaiting user input: no

Description

In the property -> metadata section for shapefiles archive was reported always the 2D version of the geometry. Example: for a shapefile of 3D arcs shapefile, in the metadata section the geometry reported is always Line not Line3D.

Attachments (1)

patch_for_ticket_2946.diff (691 bytes ) - added by brushtyler 14 years ago.
patch: append "3D" to geometry type shown in vector Property -> Metadata section

Download all attachments as: .zip

Change History (2)

by brushtyler, 14 years ago

Attachment: patch_for_ticket_2946.diff added

patch: append "3D" to geometry type shown in vector Property -> Metadata section

comment:1 by brushtyler, 14 years ago

Type: bugpatch

I attached a patch. It fixes the issue for vector layers by appending "3D" to the geometry type displayed in Layer->Properies->Metadata.

I tried it with a 3D PostGIS layer too, but seems the patch doesn't work as expected in that case.

Note: See TracTickets for help on using tickets.