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

2012-08-17 Thread Even Rouault
Selon xavier lhomme : > Hi > I tried to add to the function SetAttributeFirlter the following filter : > nam = 'MY#FIRST TEST ON' but it doesn't work. > then I triedHttpUtility.UrlEncode( ) but it doesn't work too. > > If I encode my string like this nam = 'MY%23 FIRST+TEST+ON ' it wor

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

2012-08-17 Thread xavier lhomme
Hi I tried to add to the function SetAttributeFirlter the following filter : nam = 'MY#FIRST TEST ON' but it doesn't work. then I triedHttpUtility.UrlEncode( ) but it doesn't work too. If I encode my string like this nam = 'MY%23 FIRST+TEST+ON ' it works; Could you explain a bit more

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

2012-08-17 Thread Jukka Rahkonen
Evgeniy Borovenskiy scanex.ru> writes: > > No, at the moment I use the variant in which the file '.tif' with the use of the driver GTiffDataset is > created. And then through CreateCopy() JPEG2000 is created. > I'd like to create a JPEG2000 file straigh away because the size of images are very b

Re: [gdal-dev] Ogr: Is an OGR::Geometry::InteriorPoint() method ?

2012-08-17 Thread Ari Jolma
I wrote: >http://geos.osgeo.org/doxygen/classgeos_1_1algorithm_1_1InteriorPointArea.html describes >geos::algorithm::InteriorPointArea Class, which can be used to obtain an interior point of an area. In fact, I would be interested in having this exposed through GDAL because of the addPolygon