Changes between Version 2 and Version 3 of Grass7/VectorLib
- Timestamp:
- 10/16/09 11:14:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/VectorLib
v2 v3 1 1 = Vector library in GRASS 7 = 2 2 [[TOC]] 3 3 See: 4 4 … … 7 7 8 8 == File-based spatial index == 9 10 TODO 11 12 == Direct OGR read access == 13 14 Capability to read OGR layers directly without linking them via {{{v.external}}}. Example: 15 16 {{{ 17 v.info map=~/shapefiles/@OGR layer=busstopsall 18 }}} 19 20 List of modules which supports direct OGR read access: 21 22 * {{{v.info}}}