Project

General

Profile

Wiki » History » Version 9

« Previous - Version 9/46 (diff) - Next » - Current version
Philippe May, 12/11/2016 01:27


Software

Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development (not even at the time of writing).

Server
Client
Stack

Database

Gisaf uses a Postgis database.

Creation

To create an appropriate database, run these commands:

createuser avgis -P
createdb avgis -O avgis
psql avgis -c "CREATE EXTENSION postgis;" 

Notes

The geometry features' metadata MUST be set with the proper SRID, which can be tricky. See below.

Import files

Shapefiles

Development

See the README file