Changes between Version 2 and Version 3 of Processing/VecToRast


Ignore:
Timestamp:
Nov 30, 2007, 3:43:47 PM (16 years ago)
Author:
benj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/VecToRast

    v2 v3  
    32324. 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
    3333{{{
    34 v.in.ogr -o dsn=/tmp/vectors/ output=vector_map_name layer=mny98build \
     34v.in.ogr -o dsn=/tmp/vectors/ output=mny98build layer=mny98build \
    3535cnames=CAT,FNODE_,TNODE_,LPOLY_,RPOLY_,LENGTH_,MNY98BUILD,MNY98BUILD2 --overwrite
    3636}}}