Hi Ede,

Fits better, at least still I open the advanced features when the Options, Hide 
advanced settings, OK, and Cancel buttons go hide for me and I must make the 
window lower and move it. The Request tab is better now.

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"
- 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.
- 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>

String comparisons (STATE_NAME LIKE 'Colorado') fail for me for some reason but 
I had luck with some numeric filters (STATE_FIPS=17).

So not totally hopeless situation I would say.

-Jukka Rahkonen-
________________________________________
edgar.soldin wrote:

hey Jukka,

please try out the reworked WFS ui (commit below). much smaller now, should fit 
on your laptop nicely.

also try the Request/Response feature.

..ede


-------- Forwarded Message --------
Subject: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4235] 
core/trunk/src/de/latlon/deejump/wfs/ui
Date: Mon, 29 Dec 2014 19:22:21 +0000
From: [email protected]
Reply-To: [email protected]
To: [email protected]

Revision: 4235
          http://sourceforge.net/p/jump-pilot/code/4235
Author:   edso
Date:     2014-12-29 19:22:20 +0000 (Mon, 29 Dec 2014)
Log Message:
-----------
wfs dialog is much more compressed now


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

Reply via email to