________________________________________
edgar.soldin wrote:
> On 30.12.2014 01:05, Rahkonen Jukka (Tike) wrote:
> SNIP
>> I managed to make successful requests with spatial filter and attribute
>> filter from couple of GeoServers. However, I must edit the request by hand:
>>
>> - With WFS 1.1.0 the srsName is created as
>> srsName="urn:x-ogc:def:crs:EPSG:4326". It is usually better to edit it into
>> srsName="EPSG:4326"
> hmm, can't find where to tackle it right now
Perhaps it is using the format that is parsed from the server output for
GetCapabilities but I am not sure.
> - Plugin creates BBOX filter with WFS 1.1.0 as:
>
> <gml:Box>
> <gml:coord>
> <gml:X>
> -125.96408211500001</gml:X>
> <gml:Y>
> 21.5847278861488</gml:Y>
> </gml:coord>
> ...
>
>> This is GML2 way and deprecated in GML3. Geoserver does not accept it.
>> "Intersects" filter does work after some manual editing.
> how is it supposed to look like as GML3?
The filter is created in WFSPanel.java and it seems to be hardcoded and it does
not consider the WFS version. GML3 filter should look about like
<ogc:BBOX>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Envelope srsName="EPSG:4326>
<gml:lowerCorner>40.102613 70.212597</gml:lowerCorner>
<gml:upperCorner>41.361859 71.512517</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
> - The plugin is willing to insert "app" or "app2" etc. namespace in a deegree
> style here and there and they often cause some mess. Here is an example,
> removing "app3:" fixes this issue.
> <ogc:PropertyName xmlns:topp="http://www.openplans.org/topp">;
> topp:app3:STATE_NAME</ogc:PropertyName>
> where is that?
Perhaps stuff about qualified names/local names in WFServiceWrapper_1_1_0.java
has something to do with it. Or then (or in addition to)
SpatialCriteriaPanel.java
>
>> String comparisons (STATE_NAME LIKE 'Colorado') fail for me for some reason
>> but I had luck with some numeric filters (STATE_FIPS=17).
> ok, let's work through each panel one by one and try to fix it.
>>
>> So not totally hopeless situation I would say.
>>
> there is hope where there is man ;)..ede
-Jukka-
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel