|
NAMEv.out.svg - Exports a vector map to SVG file. KEYWORDSvector, export, output SYNOPSISv.out.svg
Flags:
Parameters:
DESCRIPTIONv.out.svg converts GRASS vector data to SVG (Scalable Vector Graphics) code notation. In particular, it
EXAMPLEExport polygons from GRASS vector map soils (Spearfish
sample data) to SVG format:
v.out.svg input=soils output=/tmp/output.svg type=poly Export lines from GRASS vector map t_hydro (Spearfish
sample data) to SVG format, set coordinate precision to 0:
v.out.svg input=t_hydro output=/tmp/output.svg type=line precision=0 Export points from GRASS vector map archsites (Spearfish
sample data) to SVG format, include attribute str1 (name):
v.out.svg input=archsites output=/tmp/output.svg type=point precision=0 attrib=str1 REFERENCES
SEE ALSOv.out.ogr AUTHORKlaus Foerster (klaus svg.cc), Innsbruck, Austria SOURCE CODEAvailable at: v.out.svg source code (history) Latest change: Thursday Oct 10 20:41:09 2024 in commit: def7a1af728ed34f459f5fe474fab4657f5d277e Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|