[TinyOWS-users] What is wrong with my http GET filter?
Olivier Courtin
olivier.courtin at gmail.com
Mon May 9 10:34:21 EST 2011
On May 9, 2011, at 4:53 PM, Rahkonen Jukka wrote:
> Great, the first real bug to be reported since rc1 !
> Fixed as r520
>> filter=<ogc:Filter xmlns:gml="http://www.opengis.net/gml"
>> xmlns:ogc="http://www.opengis.net/ogc
>> ">...
>
> Thanks, I used requests from Mapserver documents as template because
> they were the first GET requests I found. I checked now also some
> Geoserver demo http GET requests, they are constructed like this
>
> FILTER=<Filter
> xmlns="http://www.opengis.net/
> ogc"><PropertyIsBetween><PropertyName>topp
> :LAND_KM</PropertyName><LowerBoundary><Literal>100000</Literal></
> LowerBo
> undary><UpperBoundary><Literal>150000</Literal></UpperBoundary></
> Propert
> yIsBetween></Filter>
You're right, my xmlns:gml is useless, in my previous example.
The Filter you provide should works with r520.
--
Olivier
More information about the TinyOWS-users
mailing list