[mapserver-commits] r11652 - trunk/docs/en/development/rfc

svn at osgeo.org svn at osgeo.org
Thu May 5 09:05:38 EDT 2011


Author: colivier
Date: 2011-05-05 06:05:38 -0700 (Thu, 05 May 2011)
New Revision: 11652

Modified:
   trunk/docs/en/development/rfc/ms-rfc-70.txt
Log:
Some slightly precisions, related to TinyOWS 1.0.0rc1 coming out

Modified: trunk/docs/en/development/rfc/ms-rfc-70.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-70.txt	2011-05-05 05:05:35 UTC (rev 11651)
+++ trunk/docs/en/development/rfc/ms-rfc-70.txt	2011-05-05 13:05:38 UTC (rev 11652)
@@ -158,24 +158,30 @@
 (No Xlink nor Lock profile implemented)
 
 TinyOWS trunk on OGC CITE unit test:
- - WFS-T 1.1.0 (r4) : 519 'Passed' / 34 'Failed'
+ - WFS-T 1.1.0 (r4) : 559 'Passed' / 0 'Failed'
+ - WFS-T 1.0.0 (r3) : 398 'Passed' / 0 'Failed'
 
 4.5 External Dependancies
 -------------------------
  - LibXML2 >= 2.6.20
  - PostgreSQL >= 8.1.0
  - PostGIS >= 1.5.0
- - Flex
  - FastCGI is optional (but recommended)
 
 4.6 MapFile notions not yet addressed
 -------------------------------------
 Some Mapfile concepts are not yet present in TinyOWS:
- - Supporting other database than PostGIS
- - Ability to associate each layer to a different database connection 
- - Some specifics configuration stuff not required by OGC compliancy, 
-   but who still could be useful.
+ - Only PostGIS CONNECTIONTYPE are handled
+ - TinyOWS don't pretend to support right now all the WFS parameters available in MapFile
+ - But on the other hand you should be able to configure every part of TinyOWS from MapFile
+ - Each CONNECTION string value in layers must be the same.
+ - MapFile PROJECTION content is not parsed, so use explicit wfs_srs
+ - MapFile LAYER/FILTER is not parsed.
+ - Defaults values are TinyOWS ones, even for common properties shared by both apps.
+ - TinyOWS don't use DATA element from MapFile, so you have to use tinyows_table (and tinyows_schema if needed) in each layer.
+ - If DUMP is not set to TRUE on a layer both Read and Write access are shutdown for these layer 
 
+
 4.7 Build system
 ----------------
 TinyOWS use like MapServer autoconf and Makefile to build stuff.
@@ -191,6 +197,7 @@
 - More exhaustive unit tests policy (not only OGC ones)
 - More consistent behaviour and configuration directives for both TinyOWS and MS.
 - Oracle Spatial support
+- Application Schema support
 
 5. Voting history
 -----------------



More information about the mapserver-commits mailing list