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

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

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

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