Changes between Version 24 and Version 25 of Grass7/VectorLib/PostGISEditing


Ignore:
Timestamp:
Mar 21, 2012, 3:45:45 AM (12 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/VectorLib/PostGISEditing

    v24 v25  
    99
    1010 1. ~~Attribute table (write) access for OGR-linked vectors (direct or linked by {{{v.external}}})~~ (implemented in r47225)
    11  1. Improve OGR interface write access (in progress) - see [wiki:Grass7/VectorLib/OGRInterface OGR Interface] - r50670
    12  1. Implement PostgreSQL driver to read PostGIS geometry directly (not using OGR library)
    13  1. Extend PostgreSQL driver to write PostGIS geometry directly (not using OGR library)
     11 1. ~~Improve OGR interface write access (in progress) - see [wiki:Grass7/VectorLib/OGRInterface OGR Interface]~~ (see r50670)
     12 1. ~~Implement PostgreSQL driver to read PostGIS geometry directly (without using OGR library)~~ - see [source:grass/trunk/lib/vector/Vlib/read_pg.c]
     13 1. ~~Extend PostgreSQL driver to write PostGIS geometry directly (without using OGR library)~~ - see [source:grass/trunk/lib/vector/Vlib/write_pg.c]
    1414 1. Implement GRASS-based topology management in PostgreSQL driver
    1515 1. Implement PostGIS-based topology management in PostgreSQL driver