[Geoserver-users] WFS 2.0 Joins

2013-08-16 Thread Jeremy Palmer
We are planning on upgrading from Geoserver 2.1 to 2.3 and are interested in 
the WFS 2.0 support. I've been trying to find docs on executing "standard 
joins" with Geoserver's implementation of WFS 2.0, but without luck.

Reading the WFS standard it seems there are two approaches to creating a join 
query using the POST and KVP methods. I've tried constructing requests using 
the OpenGeo geoserver site for testing:

POST data:


http://www.opengis.net/wfs/2.0";
xmlns:myns="http://www.someserver.com/myns";
xmlns:fes="http://www.opengis.net/fes/2.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.opengis.net/wfs/2.0
http://schemas.opengis.net/wfs/2.0.0/wfs.xsd";>



medford:libraries/branchname
medford:schools/name





wget -O- --post-file request.xml http://suite.opengeo.org/geoserver/wfs

returns:

http://www.opengis.net/ows/1.1 
http://suite.opengeo.org/geoserver/schemas/ows/1.1.0/owsAll.xsd";
  xmlns:ows="http://www.opengis.net/ows/1.1"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  
Could not determine geoserver request from http request 
org.geoserver.monitor.MonitorServletRequest@5170630d
  


I'm not sure which parameter I'm missing. The HTTP post request looks correct...

Using KVP approach:

http://suite.opengeo.org/geoserver/wfs?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&TypeNames=(medford:libraries,medford:schools)&FILTER=medford:libraries/branchnamemedford:schools/name

Only seems to return the medford:libraries featuretype members, rather than a 
tuple of the joined features..

If someone could help out I would be happy to contribute docs or testing to get 
this working.

Also because the WFS 2.0 client support is poor at the moment, it would be 
excellant if the KVP way of sending a request worked. Also using cql_filter 
approach would be the easiest for users.

Warm Regards,
Jeremy

This message contains information, which is confidential and may be subject to 
legal privilege. If you are not the intended recipient, you must not peruse, 
use, disseminate, distribute or copy this message. If you have received this 
message in error, please notify us immediately (Phone 0800 665 463 or 
i...@linz.govt.nz) and destroy the original message. LINZ accepts no 
responsibility for changes to this email, or for any attachments, after its 
transmission from LINZ. Thank You.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Image Pyramid layer settings for faster rendering

2013-08-16 Thread Amiala
Dear all,

I have an image pyramid layer which is working too slow while rendering
tiles on the screen. I look at documintation and settings for image
pyramid(mozaic) layers. I set AllowMultithreading to true and
USE_JAI_IMAGEREAD to false. But still then I am opening it in Geoexplorer it
is slow.

It is ok for me if at first time loading of the map will be a bit slow, more
important if it load fast while zooming and moving around.

Should I change some settings? I was thinking that maybe some settings in
GeoServer menu "Settings" or "Tile Caching" can help. 
Could you advice, please, some tricks to make it works faster?

p.s. I hope I am posting to correct mailing list :)

Regards, Amiala



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Image-Pyramid-layer-settings-for-faster-rendering-tp5072871.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Css styling extension under jre6 or jre7?

2013-08-16 Thread David Winslow
This issue is already corrected in the upstream build and we should be able
to pull it into the GeoServer build before the release candidate goes out
this weekend.  I probably wouldn't have filed a bug for it.

--
David Winslow
OpenGeo - http://opengeo.org/




On Fri, Aug 16, 2013 at 8:51 AM, Rubén Illana  wrote:

> Done ;)
>
> Thanks to you for the quick response.
>
>
> Rubén Illana
>
>
> 2013/8/16 Jody Garnett 
>
>> Going to guess it is a lapse of compilation for this class :D Can you
>> report the problem to the issue tracker - and thanks for the testing.
>>
>> Note we are scheduled to make a release candidate this week (perhaps even
>> now) so please hurry with the bug report.
>>
>> .
>>
>>
>> On Fri, Aug 16, 2013 at 8:17 PM, Rubén Illana  wrote:
>>
>>> Hello everyone,
>>>
>>> we are testing official extension "css styling" under tomcat6 + jre6
>>> (6u25) and have found errors like
>>>
>>> 'org/geoscript/geocss/compat/CSS2SLD : Unsupported major.minor version'
>>>
>>> when we submit new sld styles from web console.
>>>
>>> Change our jvm to jre7 makes it work properly so, do we need this jre7
>>> to run this extension or it has been a lapse of compilation for this class?
>>>
>>> Thanks,
>>>
>>>
>>> Rubén Illana
>>>
>>>
>>> --
>>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>>> It's a free troubleshooting tool designed for production.
>>> Get down to code-level detail for bottlenecks, with <2% overhead.
>>> Download for free and get started troubleshooting in minutes.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>>> ___
>>> Geoserver-users mailing list
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>>
>>
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Css styling extension under jre6 or jre7?

2013-08-16 Thread Rubén Illana
Done ;)

Thanks to you for the quick response.


Rubén Illana


2013/8/16 Jody Garnett 

> Going to guess it is a lapse of compilation for this class :D Can you
> report the problem to the issue tracker - and thanks for the testing.
>
> Note we are scheduled to make a release candidate this week (perhaps even
> now) so please hurry with the bug report.
>
> .
>
>
> On Fri, Aug 16, 2013 at 8:17 PM, Rubén Illana  wrote:
>
>> Hello everyone,
>>
>> we are testing official extension "css styling" under tomcat6 + jre6
>> (6u25) and have found errors like
>>
>> 'org/geoscript/geocss/compat/CSS2SLD : Unsupported major.minor version'
>>
>> when we submit new sld styles from web console.
>>
>> Change our jvm to jre7 makes it work properly so, do we need this jre7 to
>> run this extension or it has been a lapse of compilation for this class?
>>
>> Thanks,
>>
>>
>> Rubén Illana
>>
>>
>> --
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>> ___
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Css styling extension under jre6 or jre7?

2013-08-16 Thread Jody Garnett
Going to guess it is a lapse of compilation for this class :D Can you
report the problem to the issue tracker - and thanks for the testing.

Note we are scheduled to make a release candidate this week (perhaps even
now) so please hurry with the bug report.

.


On Fri, Aug 16, 2013 at 8:17 PM, Rubén Illana  wrote:

> Hello everyone,
>
> we are testing official extension "css styling" under tomcat6 + jre6
> (6u25) and have found errors like
>
> 'org/geoscript/geocss/compat/CSS2SLD : Unsupported major.minor version'
>
> when we submit new sld styles from web console.
>
> Change our jvm to jre7 makes it work properly so, do we need this jre7 to
> run this extension or it has been a lapse of compilation for this class?
>
> Thanks,
>
>
> Rubén Illana
>
>
> --
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Css styling extension under jre6 or jre7?

2013-08-16 Thread Rubén Illana
Hello everyone,

we are testing official extension "css styling" under tomcat6 + jre6 (6u25)
and have found errors like

'org/geoscript/geocss/compat/CSS2SLD : Unsupported major.minor version'

when we submit new sld styles from web console.

Change our jvm to jre7 makes it work properly so, do we need this jre7 to
run this extension or it has been a lapse of compilation for this class?

Thanks,


Rubén Illana
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users