I just noticed that the wxgui vdigit uses a default of 0 for the first cat value to be assigned to a newly digitized element. Is this desirable ? In previous version of v.digit it always was 1. Don't know if this really makes any difference, though.
2008/9/10 Moritz Lennert <mlennert@club.worldonline.be>:
I just noticed that the wxgui vdigit uses a default of 0 for the first cat
value to be assigned to a newly digitized element. Is this desirable ? In
previous version of v.digit it always was 1. Don't know if this really makes
any difference, though.
it's bug, category should start with 1 by default (0 was introduced
due to OGR layers, AFAIK). Fixed in r33398.