Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#452 closed enhancement (fixed)

Supporting labelling of 3D point layers

Reported by: marco.lechner@… Owned by: gsherman
Priority: major: does not work as expected Milestone:
Component: Graphics Version:
Keywords: labeling Cc:
Must Fix for Release: Yes Platform: All
Platform Version: Awaiting user input: no

Description

I'm having problems labeling a shapefile exported by ArcGIS. It's a simple Pointshape with a few attributes (the attributetable is shown corectly by QGIS). But I can't activate labeling my points with one of those attributes. Well I can activate it but it doesn't show any labels. The points itself are displayed without problems. The Shapefile (zipped - 32KB) can be downloaded for testing (http://www.marcolechner.de/20061119.zip ).

Marco

P.S. tried it with 0.7.4 (stable) and 0.8.0p2 0.8.0p3 on Win32 -ArcGIS shows them without problems (normally this happens the other way round)


Marco Lechner

Change History (5)

comment:1 by g_j_m, 17 years ago

Milestone: Version 0.8 Release

Seems to be a problem with that particular shapefile. Every other shapefile that I've tested works fine. Qgis prints an error:

Unknown geometry type of -2147483647

for each point that it tries, but fails, to label.

comment:2 by gsherman, 17 years ago

Milestone: Version 0.8 ReleaseVersion 0.9 Release

Unknown geometry type of -2147483647 means that QGIS doesn't understand the geometry type and doesn't know how to process it. Ogr2ogr reveals:

INFO: Open of `/Volumes/disk0s5/downloads/20061119 Folder/20061119.shp'
using driver `ESRI Shapefile' successful.

Layer name: 20061119
Geometry: 3D Point
Feature Count: 716

3D points are not supported as a layer type. This will be addressed at 0.9 or the next point release.

comment:3 by g_j_m, 17 years ago

Platform: WindowsAll
Summary: No labeling of shape-file in QGIS 0.8.x previewSupporting labelling of 3D point layers
Type: bugenhancement

comment:4 by mhugent, 17 years ago

Awaiting user input: unset
Resolution: fixed
Status: newclosed

This works now in svn head (0.9). 2.5D types are fully supported.

Marco

comment:5 by (none), 15 years ago

Milestone: Version 0.9

Milestone Version 0.9 deleted

Note: See TracTickets for help on using tickets.