[GRASS-git] [OSGeo/grass-addons] c015f7: v.greedycolors: fix if neighboring areas have the ...
Markus Metz
noreply at github.com
Fri Nov 12 11:59:31 PST 2021
Branch: refs/heads/grass7
Home: https://github.com/OSGeo/grass-addons
Commit: c015f7c704bebad8d7710d25cd5ed6d211d5ee26
https://github.com/OSGeo/grass-addons/commit/c015f7c704bebad8d7710d25cd5ed6d211d5ee26
Author: Markus Metz <33666869+metzm at users.noreply.github.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M src/vector/v.greedycolors/main.c
Log Message:
-----------
v.greedycolors: fix if neighboring areas have the same cat (#634)
Neighboring areas should in theory not have the same category value, such areas should be dissolved (common boundaries removed). However, this can happen and is accounted for by this PR.
More information about the grass-commit
mailing list