File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ TinyOWS is a simple WFS-T server based on PostGIS spatial database.
2+
3+ TinyOWS was written with the following things in mind:
4+ - KISS approach !
5+ - As OGC standard compliant as possible, aiming to support:
6+ - WFS (1.0 and 1.1)
7+ - FE (1.0 and 1.1)
8+ - Performance is a matter, maps are cool as they're quick to display
9+ - Clean source code
10+
11+
12+ Code quality policy:
13+ All code must meet the following rules :
14+ - gcc -c99 -pedantic -Wall compile without any warning (make)
15+ - Unit test with Valgrind error and leak free (make valgrind)
16+ - Pass trought OGC CITE WFS-T tests (1.0.0 and 1.1.0 SF-0)
17+
18+ Code dynamically linked with the following other librairies:
19+ - PostgreSQL 8.x and 9.x
20+ - libxml 2.9.x
21+ - flex
You can’t perform that action at this time.
0 commit comments