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) :
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
>
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
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
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
> 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
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-