#3360: change "v.digit" to "g.gui.vdigit" in error message
-------------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.2
Component: Vector | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
related to [https://lists.osgeo.org/pipermail/grass-
dev/2017-June/085239.html dev ML]
{{{
"Vector digitizer not available
Reason: cannot import name GV_LINES
Note that the wxGUI's vector digitizer is currently disabled
(hopefully this will be fixed soon). Please keep an eye out
for updated versions of GRASS. In the meantime you can use
"v.digit" from the Develop Vector menu."
}}}
v.digit was changed to g.gui.vdigit; the error/warning message should
reflect this
#3360: change "v.digit" to "g.gui.vdigit" in error message
--------------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.2
Component: Vector | Version: svn-trunk
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by annakrat):
If GUI digitizer doesn't work, g.gui.vdigit won't work either (it's the
same thing), so there is no reason to recommend it. Perhaps we could
recommend v.edit?
#3360: change "v.digit" to "g.gui.vdigit" in error message
--------------------------+-------------------------
Reporter: hellik | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.2
Component: Vector | Version: svn-trunk
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by hellik):
Replying to [comment:1 annakrat]:
> If GUI digitizer doesn't work, g.gui.vdigit won't work either (it's the
same thing), so there is no reason to recommend it. Perhaps we could
recommend v.edit?
yes, just seen that g.gui.vdigit also doesn't work.
so warning message should be changed, v.edit may be an alternative (though
not very interactive user friendly).