Opened 8 years ago

Closed 5 years ago

#2933 closed defect (fixed)

v.label issue

Reported by: vincent Owned by: grass-dev@…
Priority: normal Milestone: 7.0.7
Component: Vector Version: svn-trunk
Keywords: v.label Cc:
CPU: Unspecified Platform: Linux

Description

v.label "where" option is broken. Depending on the sql statement provided it results in a 0/1 filter (zero or all features labeled).

Change History (9)

comment:1 by martinl, 8 years ago

Keywords: v.label added

comment:2 by martinl, 8 years ago

Milestone: 7.0.47.0.5

comment:3 by neteler, 7 years ago

Milestone: 7.0.57.0.6

comment:4 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:5 by martinl, 5 years ago

Resolution: wontfix
Status: newclosed

No activity. No reproducable example.

comment:6 by veroandreo, 5 years ago

Here's how to test in NC

v.label map=railroads@PERMANENT column=OBJECTID where="OBJECTID >= 10800" labels=railroads
d.mon wx0
d.vect railroads
d.labels railroads

Seems to work fine, it does respect the where condition. I'd better close as fixed.

comment:7 by vincent, 5 years ago

You are right, now it works fine.

comment:8 by veroandreo, 5 years ago

Resolution: wontfix
Status: closedreopened

comment:9 by veroandreo, 5 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.