I have a vector map with several polygons each having a centroid. All
polygons have the same category:
v.db.select bb
cat|ART
1|1
Now, I want to have a category for each polygon or each centroid. With
that, I hope to be able to access each polygon separately. I tried
everything I can find the in the manual, but apparently not the correct
command....
I have a vector map with several polygons each
having a centroid. All polygons have the same
category:
> v.db.select bb
cat|ART
1|1
Now, I want to have a category for each polygon
or each centroid. With that, I hope to be able to
access each polygon separately. I tried
everything I can find the in the manual, but
apparently not the correct command....
Any idea?
remove all cats, then re-apply new ones with v.category:
I have a vector map with several polygons each
having a centroid. All polygons have the same
category:
v.db.select bb
cat|ART
1|1
Now, I want to have a category for each polygon
or each centroid. With that, I hope to be able to
access each polygon separately. I tried
everything I can find the in the manual, but
apparently not the correct command....
Any idea?
remove all cats, then re-apply new ones with v.category: