Re: [gdal-dev] WFS driver does not do URL-encoding right

2012-08-15 Thread Rahkonen Jukka
Even Rouault wrote: > Looks a bit complicated. Actually, I'm thinking you could avoid those encoding > problems with using : > ogrinfo "WFS:http://188.64.1.61/cgi-bin/tinyows"; -sql --optfile sql.txt > where sql.txt contains (with a UTF-8 text editor, such as Notepad++ correctly > configured) :

Re: [gdal-dev] WFS driver does not do URL-encoding right

2012-08-15 Thread Even Rouault
Le mercredi 15 août 2012 23:14:53, Rahkonen Jukka a écrit : > Even Rouault wrote: > > Le mercredi 15 août 2012 21:28:22, Jukka Rahkonen a écrit : > >> GvSIG is also sending GetFeatures with http GET and filters and it had > >> same kind of problems with special characters. Now the developers say >

Re: [gdal-dev] WFS driver does not do URL-encoding right

2012-08-15 Thread Rahkonen Jukka
Even Rouault wrote: Le mercredi 15 août 2012 21:28:22, Jukka Rahkonen a écrit : >> GvSIG is also sending GetFeatures with http GET and filters and it had same >> kind of problems with special characters. Now the developers say that they >> have fixed URL encoding. I hope that the solution is som

Re: [gdal-dev] WFS driver does not do URL-encoding right

2012-08-15 Thread Even Rouault
Le mercredi 15 août 2012 21:28:22, Jukka Rahkonen a écrit : > GvSIG is also sending GetFeatures with http GET and filters and it had same > kind of problems with special characters. Now the developers say that they > have fixed URL encoding. I hope that the solution is somehow re-usable I'm not su

Re: [gdal-dev] WFS driver does not do URL-encoding right

2012-08-15 Thread Jukka Rahkonen
Jukka Rahkonen mmmtike.fi> writes: > > Hi, > > It looks like it is not possible to use some special characters in filters > with > OGR WFS driver. GvSIG is also sending GetFeatures with http GET and filters and it had same kind of problems with special characters. Now the developers say that

Re: [gdal-dev] How to give additional WFS parameters right?

2012-08-15 Thread Even Rouault
> I found also another not totally obvious demand when writing the XML file. > The value of TYPENAME must include the namespace part. > This setting works > http://hip.latuviitta.org/cgi-bin/tinyows? > TYPENAME=lv:municipalities&MAXFEATURES=2 > > But this lazy written definition without namespace

Re: [gdal-dev] write JPEG2000 with codek KAKADU without .tif

2012-08-15 Thread Jukka Rahkonen
Evgeniy Borovenskiy scanex.ru> writes: > > > Hello, >   > tell me please, can i write JPEG2000 file with codek KAKADU without create intermediate file .tif. Yes you can. Gdal_translate -of JP2KAK input.png output.jp2 will make you a JPEG2000 image. -Jukka Rahkonen-