Changes between Version 2 and Version 3 of Processing/VecToRast
- Timestamp:
- Nov 30, 2007, 3:43:47 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/VecToRast
v2 v3 32 32 4. Import vector map using v.in.ogr. Note that if your table has duplicate column names as this example, you will need to rename your columns using the cnames option, the first argument to which is always an extra category field. Note also that for vector maps without a specified projection you must use the -o flag to override the projection check 33 33 {{{ 34 v.in.ogr -o dsn=/tmp/vectors/ output= vector_map_namelayer=mny98build \34 v.in.ogr -o dsn=/tmp/vectors/ output=mny98build layer=mny98build \ 35 35 cnames=CAT,FNODE_,TNODE_,LPOLY_,RPOLY_,LENGTH_,MNY98BUILD,MNY98BUILD2 --overwrite 36 36 }}}