tinyows
tinyows copied to clipboard
Source code of the TinyOWS project. Please submit pull requests to the 'main' branch.
Handling the LANGUAGE parameter support from INSPIRE Download Service. (imply also to handle INSPIRE schema so and enhance config file) cf http://inspire.jrc.ec.europa.eu/documents/Network_Services/Technical_Guidance_Download_Services_3.0.pdf
Everything is in the title.
We really need to have a way to know quickly if a commit lead to a regression yes or no. Aim: - Allow to use a specific configuration file -...
On error code exit (mostly), i have to free every allocated objects. This could be a bit painfull/laborious to enumerate every object line by line. A generic function dealing with...
There's a still several FIXME or TODO tags in the code, track them down, and find an appropriate answer
A KVP query with 8 bits char (ä for example) is not rightly handled (url_decode only handle 7 bits) Reported by Jukka Rahkonen http://188.64.1.61/cgi-bin/tinyows?service=wfs&version=1.1.0&request=getfeature&typename=tows:osm_polygon&maxfeatures=100&filter=%3CFilter%20%20xmlns:ogc=%22http://www.opengis.net/ogc%22%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3Etows:name%3C/PropertyName%3E%3CLiteral%3EP%E4ij%E4nne%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3C/Filter%3E
Prior than #19, layer could use layer_name as a buffer key, but now it's really become a mess with several functions dealing with conversion. Really need to simplify it with...
Same requests on latest trunk on Unix works fine, But was wrong too, on 1.0.0rc3 on Unix. So imply to update Win32 package version ``` ################################################################ # tinyows.exe --help ################################################################...
not test, but: https://github.com/mapserver/tinyows/blob/master/src/ows/ows_storage.c#L351
Right now several internal functions assume that layer name is unique, and don't care about related namespace (even if namespace is already retrieved in storage structure) From userland this lead...