= Vector library in GRASS 7 = [[TOC]] See: * source:grass/trunk/doc/vector/TODO * ticket:542 == File-based spatial index == TODO == Direct OGR read access == Capability to read OGR layers directly without linking them via {{{v.external}}}. Example: {{{ v.info map=~/shapefiles/@OGR layer=busstopsall }}} List of modules which supports direct OGR read access ((*) indicates work in progress): * {{{v.info}}} * {{{v.db.connect}}} (*) - currently only -p/-g works == Direct OGR write access == TODO