tinyows
tinyows copied to clipboard
Source code of the TinyOWS project. Please submit pull requests to the 'main' branch.
When defining the optional keywords in layer section the getcapabilites return something like this: <pre> <FeatureType> <Name>...</Name> <Title>...</Title> <Abstract>...</Abstract> <Keywords> <Keyword>...</Keyword> </Keywords> </pre> But this is wrong. The keywords miss...
As in the title. I notice that tinyows (i'm using the last dev version) don't respond correctly to a GetFeature request if it has in the name of layer a...
Right now with only 2 and half kind of output format, GetFeature file is still readable, but not really designed to allow several other formats to be added. With current...
In wfs/wfs_get_feature.c is a bug which corrupts the storage of the layer id column. Solution: use another variable and do not modify it. Line 806ff empty_buffer is deleting the cached...
Have to check if FE NS URI is really checked... For instance what happen with a dummy/wrong URI value ?
Hi, Try-ing this GET request: `http://web.regione.toscana.it/wfsvector/com.rt.wfs.RTmap/wfs?service=WFS&version=1.1.0&request=GetFeature&typename=catasto:rt_cat.idcatbdfog.rt.bb&maxFeatures=10&Filter=comuneFIRENZE ` I have a good response . Instead if I send the same request using a POST method Tiny will crash silently: This is...
Have to check if layer tree is (Still) working
Right now the only way to restrict access to WFS stream is to handle it throught the Web Server (as with .htaccess on Apache ...), or to put a filtering...
For some kind of application, it could make sense to allow to retrieve data with an on the fly genereralization (like ST_Simplify for instance). As WFS was not design for...
Right now PostgreSQL is called in GetFeature with a single request, could be interresting to find a way to retrieve datas in several pieces, and so to begin to send...