Olivier Courtin

Results 30 comments of Olivier Courtin

Andrea, I'm not able to reproduce this error. Which TinyOWS version do you use ? Is it 1.1.0 or trunk ?

Humm quite strange, could you load tinyows_demo and provide a sample using world or france layer ? On my own i've used this one for instance: ``` nom_dept PARIS ```

You could use valgrind and tinyows debug script to help on this: ./test/unit-test YOUR_POST_REQUEST_FILE_PATH 2

Tks to Jérémie Lebouvier for the very detailled report !

I don't plan to package for Win32 by myself, any help (or funding) on this is very welcome. This link could (maybe) be helpfull: http://gis-lab.info/qa/tinyows-compile-vce-eng.html

Andrea, if the aim is to always return a simplified geometry, why not storing this simplified geometry column and then use exclude_item on the initial (and unsimplified) geometry column ?

A view or a table is really up to you. The point is only to say that with TinyOWS 1.1 you already are able to provide a column with a...

Thanks for you input Stephan ! I like the idea to keep things simple, so if we use REMOTE_USER we could let Web Server deal with the auth part, and...

Humm adding extra columns, imply that a specific app (i.e TinyOWS) would change the database data model. Lot of users would not afford such a thing... A config file approach...

You're right Paul ! Right now network is the first bottleneck, but definitly not a reason to not improve it...