Changelog for
tinyows-1.1.1-3.13.x86_64.rpm :
Wed Mar 8 13:00:00 2017 brunoAATTioda-net.ch
- Packaging :
+ Remove direct BuildRequire of postgresql-devel, postgis-devel
will drive it with the right version.
+ Fix build error for TW with correct shp2pgsql path
+ Use upstream url as source
+ Use upstream url for patches
- Add upstream patches post v1.1.1
* Increase CGI GET Limit
* Fix WFS 1.1 BBOX Envelope - POST - Need reprojection
* Fix segfault when inserting feature with empty content
* Fix ows_geobbox_copy() to use correct sizeof()
* Fix escape JSON special char
* xml entities filter some UTF8 accent text
* Fix unable to use separator chars as underscore in typename
* Add support for jsonp
Sun Nov 1 13:00:00 2015 brunoAATTioda-net.ch
- Packaging
* Adapt deps to new postgis package
* Use pkgconfig
Fri Oct 9 14:00:00 2015 brunoAATTioda-net.ch
- Update to version release: 1.1.1
+ fix forgottent copy on id_column
+ Force to be upper case in service response
+ filter useless (and errorfull) ASCII char for XML output
+ fix #68
+ Fix #76
+ Update Libxml2 require to 2.9+
+ update VERSION
- Packaging use generic postgresql and postgis name
+ Cleanup spec
+ Don\'t build doxygen doc anymore
Sat Oct 26 14:00:00 2013 brunoAATTioda-net.ch
- Change require for postgis2 with version >=2.x
Mon Jun 17 14:00:00 2013 brunoAATTioda-net.ch
- Refine repositories
- Adjust hdf5-devel version to >= 1.8.11 (Apps:Geo)
- Remove lower libxml2 patch (we won\'t build it for version < 12.3)
Tue May 7 14:00:00 2013 brunoAATTioda-net.ch
- Added patch to lower libxml2 version to 2.7
Fri Apr 26 14:00:00 2013 brunoAATTioda-net.ch
- First packaging release 1.1.0
- TinyOWS is a lightweight and fast implementation of the OGC WFS-T specification. Web Feature Service (WFS) allows to query and to retrieve features. The transactional profile (WFS-T) allows then to insert, update or delete such features.
From a technical point of view WFS-T is a Web Service API in front of a spatial database. TinyOWS is so deeply tighed to PostgreSQL/PostGIS.
TinyOWS is already safely used in quite big GIS infrastructure arch, for instance, to allow European farmers to report the locations and crops on their fields (and then to be paid by EEC accordingly). http://foss4g-cee.org/wp-content/uploads/2012/04/IPA-Online.pdf
TinyOWS implement strictly OGC standards and pass successfully all WFS OGC CITE tests (and even beta ones).
TinyOWS is part of MapServer Suite, but provided as a distinct module (i.e you could use it in conjonction with MapServer and MapCache, or as a standalone app) But both MapServer and TinyOWS could use the same configuration file, if you want to (or native TinyOWS XML config file).