diff options
Diffstat (limited to 'system/postgis/README')
-rw-r--r-- | system/postgis/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/postgis/README b/system/postgis/README new file mode 100644 index 000000000000..6cc5c4097e98 --- /dev/null +++ b/system/postgis/README @@ -0,0 +1,6 @@ +PostGIS adds support for geographic objects to the PostgreSQL object-relational +database. In effect, PostGIS "spatially enables" the PostgreSQL server, +allowing it to be used as a backend spatial database for geographic information +systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. + +This requires postgresql. |