Opened 12 years ago
Closed 12 years ago
#1904 closed defect (invalid)
wingrass6.4.3svn: vector digitizing - a sort of incomplete
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 6.4.3 |
Component: | Vector | Version: | svn-releasebranch64 |
Keywords: | wingrass, vector, digitizer | Cc: | |
CPU: | x86-64 | Platform: | MSWindows 7 |
Description
tested with
GRASS SVN Revision: 55310 GIS Library Revision: 50937 (2012-02-25) GDAL/OGR: 1.9.2 PROJ4: Rel. 4.8.0, 6 March 2012 Python: 2.7.2 wxPython: 2.8.12.1 Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)
taken from http://trac.osgeo.org/grass/ticket/1270#comment:30
starting to digitize a new vector, defining new columns (integer, double, varchar, datum) works.
digitizing a new point, line or area, the window to enter attributes pops up, but no fields to enter attributes are displayed, on the top of the popup window there is the message "no attributes found".
furthermore, after finishing digitizing point, line and area, only the boundary of the area is displayed ( an extra build topology doesn't help), although there seems point, line and area inside the new vector.
and from http://trac.osgeo.org/grass/ticket/1270#comment:31
after a manually v.category input=testv@user1 option=add to the new digitized vector, point, line and area are displaye correctly.
can anyone test it?
Helmut
Change History (4)
comment:1 by , 12 years ago
follow-up: 3 comment:2 by , 12 years ago
follow-up: 4 comment:3 by , 12 years ago
Tested on Win8, GRASS Version: 6.4.3svn, GRASS SVN Revision: 55689 GIS Library Revision: 50937 (2012-02-25), Python: 2.7.2, wxPython: 2.8.12.1
... works also fine. Maybe the ticket can be closed?
comment:4 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to neteler:
... works also fine. Maybe the ticket can be closed?
yes, because it was a local problem. it seems, a few weeks ago I've changed in Digitization settings -> Attributes add new records into table layer: 2
but I didn't changed back to layer 1.
closing ticket as invalid
Replying to hellik:
I have tried r55412 under Linux, this works fine. Seems to be a Windows specific problem (?). Does it work on Mac OSX?