= PostGIS geometry editing = '''Goal''': Implement [http://www.postgis.org PostGIS] geometry editing functionality in GRASS GIS (wxGUI digitizer and {{{v.edit}}} module) See also [wiki:Grass7/VectorLib/OGRInterface OGR Interface] and [wiki:wxGUIDevelopment#Vectordigitizer wxGUI vector digitizer] roadmap. == Tasks == 1. Attribute table (write) access for OGR-linked vectors (direct or linked by {{{v.external}}}) 1. Improve OGR interface write access 1. Implement PostGIS driver on the top of OGR driver to allow fully-featured editing (including topology) 1. Add more... == Topology comparison == Topological elements in GRASS (see [http://grass.osgeo.org/programming7/vectorlib.html#vlibTopoManagement API manual]): Topological elements in PostGIS (see [http://trac.osgeo.org/postgis/wiki/UsersWikiTopologicalPrimitives PostGIS's wiki]): * Nodes * Edges * Faces == Roadmap ==