[GRASS-dev] [GRASS GIS] #2933: v.label issue

#2933: v.label issue
---------------------+-------------------------
Reporter: vincent | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.4
Component: Vector | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Linux |
---------------------+-------------------------
v.label "where" option is broken. Depending on the sql statement provided
it results in a 0/1 filter (zero or all features labeled).

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933&gt;
GRASS GIS <https://grass.osgeo.org>

#2933: v.label issue
--------------------------+-------------------------
  Reporter: vincent | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.4
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.label
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by martinl):

* keywords: => v.label

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#2933: v.label issue
--------------------------+-------------------------
  Reporter: vincent | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.7
Component: Vector | Version: svn-trunk
Resolution: wontfix | Keywords: v.label
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by martinl):

* status: new => closed
* resolution: => wontfix

Comment:

No activity. No reproducable example.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933#comment:5&gt;
GRASS GIS <https://grass.osgeo.org>

#2933: v.label issue
--------------------------+-------------------------
  Reporter: vincent | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.7
Component: Vector | Version: svn-trunk
Resolution: wontfix | Keywords: v.label
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------

Comment (by veroandreo):

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.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933#comment:6&gt;
GRASS GIS <https://grass.osgeo.org>

#2933: v.label issue
--------------------------+-------------------------
  Reporter: vincent | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.7
Component: Vector | Version: svn-trunk
Resolution: wontfix | Keywords: v.label
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------

Comment (by vincent):

You are right, now it works fine.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933#comment:7&gt;
GRASS GIS <https://grass.osgeo.org>

#2933: v.label issue
--------------------------+-------------------------
  Reporter: vincent | Owner: grass-dev@…
      Type: defect | Status: reopened
  Priority: normal | Milestone: 7.0.7
Component: Vector | Version: svn-trunk
Resolution: | Keywords: v.label
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by veroandreo):

* status: closed => reopened
* resolution: wontfix =>

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933#comment:8&gt;
GRASS GIS <https://grass.osgeo.org>

#2933: v.label issue
--------------------------+-------------------------
  Reporter: vincent | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.7
Component: Vector | Version: svn-trunk
Resolution: fixed | Keywords: v.label
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by veroandreo):

* status: reopened => closed
* resolution: => fixed

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2933#comment:9&gt;
GRASS GIS <https://grass.osgeo.org>