-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from jmckenna/1.2.0-release
update for 1.2.0 release
- Loading branch information
Showing
6 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,36 @@ | ||
# TinyOWS | ||
|
||
TinyOWS is a simple WFS-T server based on PostGIS spatial database. | ||
|
||
## Documentation Home | ||
|
||
https://mapserver.org/tinyows/ | ||
|
||
## Approach | ||
|
||
TinyOWS was written with the following things in mind: | ||
- KISS approach ! | ||
- As OGC standard compliant as possible, aiming to support: | ||
- WFS (1.0 and 1.1) | ||
- FE (1.0 and 1.1) | ||
- Performance is a matter, maps are cool as they're quick to display | ||
- Performance is important, maps are cool when they're quick to display | ||
- Clean source code | ||
|
||
## Code quality policy | ||
|
||
Code quality policy: | ||
All code must meet the following rules : | ||
- gcc -c99 -pedantic -Wall compile without any warning (make) | ||
- Unit test with Valgrind error and leak free (make valgrind) | ||
- Pass trought OGC CITE WFS-T tests (1.0.0 and 1.1.0 SF-0) | ||
- Pass throught OGC CITE WFS-T tests (1.0.0 and 1.1.0 SF-0) | ||
|
||
Code dynamically linked with the following other librairies: | ||
- PostgreSQL 8.x and 9.x | ||
- PostgreSQL | ||
- libxml 2.9.x | ||
- flex | ||
|
||
## Credits | ||
|
||
In memory of Olivier Courtin, the original developer of TinyOWS and | ||
visionary. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.1 | ||
1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters