[mapserver-commits] r13126 - trunk/mapserver/tinyows
svn at osgeo.org
svn at osgeo.org
Wed Feb 8 20:35:35 EST 2012
Author: colivier
Date: 2012-02-08 17:35:35 -0800 (Wed, 08 Feb 2012)
New Revision: 13126
Modified:
trunk/mapserver/tinyows/README
Log:
Some updates and fix
ol | 2008-03-02 21:12:49 +0100 (Sun, 02 Mar 2008)
Modified: trunk/mapserver/tinyows/README
===================================================================
--- trunk/mapserver/tinyows/README 2012-02-09 01:34:49 UTC (rev 13125)
+++ trunk/mapserver/tinyows/README 2012-02-09 01:35:35 UTC (rev 13126)
@@ -1,19 +1,15 @@
-TinyOWS is a simple WMS and WFS server based on PostGIS spatial database.
+TinyOWS is a simple WFS-T server based on PostGIS spatial database.
TinyOWS was writed with following things in mind:
- KISS approach !
- OGC standart as compliant as possible, aim to support:
- - WMS (1.1.1 and 1.3.0)
- WFS (1.0 and 1.1)
- - SLD (1.0 and 1.1)
- FE (1.0 and 1.1)
- Performance is matter, maps are cools as they're quick to display !
-- Graphical renderer is browser jobs (SVG for the moment)
-
- Clean code source
@@ -21,9 +17,9 @@
Quality code policy
All code must check following rules :
- gcc -ansi -pedantic -Wall compile without any warning (make)
-- Unit test battery without error (make check)
- Unit test with Valgrind error and leak free (make valgrind)
- Doxygen comments (make doxygen)
+- Extensive assert use
Code dynamically linked with following other librairies
- postgresql 8.x
More information about the mapserver-commits
mailing list