GRASS Vector Layers

From GRASS-Wiki
Revision as of 23:14, 21 May 2008 by ⚠️Wrobell (talk | contribs) (New page: = Grass Vector Layers = create table road_network (cat integer, id integer); v.category --o in=roads out=outmap option=del v.category --o in=outmap out=stepmap option=add v.to.db map=se...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Grass Vector Layers

create table road_network (cat integer, id integer);

v.category --o in=roads out=outmap option=del v.category --o in=outmap out=stepmap option=add v.to.db map=setpmap option=cat

update road_network set id=cat;