Changes between Version 27 and Version 28 of Grass7/VectorLib/PostGISInterface
- Timestamp:
- 11/27/12 09:02:17 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Grass7/VectorLib/PostGISInterface
v27 v28 29 29 GRASS-PostGIS provider allows to read and write PostGIS data stored as simple features on ''level 1'' (without topology) and also on ''level 2'' (in this case a pseudo-topology is built over simple features). 30 30 31 Note: To force GRASS to use GRASS-OGR data provider when accessing/creating PostGIS must be specified environmental variable `GRASS_VECTOR_OGR` (before creating a link). 32 31 33 '''Export GRASS vector data to PostGIS as simple features:''' 32 34 … … 53 55 ... 54 56 }}} 55 56 To force GRASS to use GRASS-OGR data provider when accessing PostGIS must be specified environmental variable `GRASS_VECTOR_OGR` (before creating a link).57 57 58 58 '''Write example:'''