tinyows
tinyows copied to clipboard
Source code of the TinyOWS project. Please submit pull requests to the 'main' branch.
Calling ``` /usr/lib/cgi-bin/tinyows -check ``` with TINYOWS_MAPFILE set gives the following exit error message: ``` tinyows: src/struct/buffer.c:348: buffer_copy: Assertion `dest' failed. ``` It happens with any map file including the...
If the host is using HTTPS, the WFS-T response will be "XML request isn't valid" such as: ``` XML request isn't valid ``` where the Request was: ``` 3443502.4001465 5791270.3999023...
Hi, Tinyows wrong to list the layers when the config.xml has more layers with distinct prefixes. As example: this "two layer" config is allowed and correctly reported: Please Notice that...
Hello, I would like to use ol3 rather than ol2 to connect to tinyows. I saw the mapserver [example](http://mapserver.org/tinyows/openlayershowto.html) for ol2, but has anyone had success using ol3 with tinyows?...
We wan't to use tinyows for digitizing objects in distributed environments as an alternative for geoserver. Some of the distributed wfs featuretypes includes attributes, that defines the ids of owners...
I have a working implementation of TinyOWS but I am trying to enable fastcgi on Ubuntu 14.04 but I don't believe it is working correctly yet. I've tried to follow...
Hi, using qgis 2.14 and last tinyows from master repo (downloaded 28 march 2016) I try to write a spatial feature (polygon) on a table. But when I try to...
Hello, The link http://tinyows.org/trac/tinyows/wiki/LaunchDemo contained in demo/ABOUT seems to be broken.
I tried making the documentation by following the instructions on the Mapserver repo. However, I got many errors, ``` ... Patching output file 63/63 error: problems opening map file /home/maddoxw/git/tinyows/doc/doxygen/dir_00fbcc4dbca983854442015ac670cf78_dep.map...
I tried building tinyows from its root folder, using the following steps. $ autoconf $ ./configure --prefix=$HOME/tinyows $ make $ sudo make install Afterwards the $HOME/tinyows directory was still empty....