Re: [Geoserver-users] Debugging geoserver/geotools source

2013-07-03 Thread Ben Caradoc-Davies
Edward, please ensure that you built the correct version of GeoTools for your GeoServer. For example, if you built GeoTools 9.2 from source and then built GeoServer 2.3-SNAPSHOT from the 2.3.x branch (not 2.3.2), then your GeoServer will depend on GeoTools 9-SNAPSHOT, not the one built locally

Re: [Geoserver-users] Debugging geoserver/geotools source

2013-07-03 Thread Justin Deoliveira
Hey Edward, It really depends on what revision of GeoServer you are building at. The latest on the stable and master branches (currently versioned 2.3-SNAPSHOt and 2.4-SNAPSHOT) follow the latest on the geotools stable and master branches (currently 9-SNAPSHOT and 10-SNAPSHOT). Any numbered geose

Re: [Geoserver-users] Debugging geoserver/geotools source

2013-07-03 Thread Edward Judge
Hi Justin, Yea, I have noticed that my geotools build is 9.2 and the one that geoserver uses is 9.1. I see both in my maven repository. Is there a geoserver version that uses 9.2 or can the version be overridden when I build geoserver? This sounds like it could be the issue. I've done ""mvn e

Re: [Geoserver-users] Debugging geoserver/geotools source

2013-07-03 Thread Justin Deoliveira
Hi Edward, Posting here is fine but you may want to post to geoserver-de...@lists.sourceforge.net for future dev questions. As for your question, if you have built geotools locally you should have the source attachments for all the jars in the local maven repository. Might be good to just double

[Geoserver-users] Debugging geoserver/geotools source

2013-07-03 Thread Edward Judge
Not sure if this is the correct forum but I am trying to debug some geotools code used by geoserver. I have followed these instructions: http://docs.geoserver.org/latest/en/developer/quickstart/index.html#quickstart Geoserver starts up fine and I can debug (set breakpoints and walk through)

[Geoserver-users] How to give rights to one layer from secured workspace?

2013-07-03 Thread sredl
Hi all, I have a workspace with restricted access: hasici.*.r=ROLE_HASICI hasici.*.w=ROLE_HASICI hasici.*.a=ROLE_HASICI And I have one layer in the workspace, that should be accessible to more people then the others: hasici.pest.r=ROLE_HASICI,ROLE_PEST Then I have a user, who does have ROLE

[Geoserver-users] Are there examples of how to use the union and buffer filters?

2013-07-03 Thread Michael Moore
I see that union and buffer are listed features here: http://docs.geoserver.org/latest/en/user/filter/function_reference.html#filter-function-reference Are there any examples of how to use them with WFS? In the application the user should be able to draw a rectangle which is used with an intersec

Re: [Geoserver-users] Problems when running geoserver with gdal extension

2013-07-03 Thread Daniele Romagnoli
Hi Markus, you may consider building GDAL and JNI on your system to make sure to use the libc available on your system. Let me paste here some hints I have just sent a few minutes ago for a similar case to another user (having issues with Debian) You may take some hints from the

Re: [Geoserver-users] Trouble getting GDAL Extension to work

2013-07-03 Thread Daniele Romagnoli
Hi Emmanuel, You are not the first one having a similar issue... Each linux distribution/version seems having a different set of installed libc libraries and versions... This is why we have added Centos and Ubuntu prefixes (as well with version number) to the available downloads since we have creat

Re: [Geoserver-users] Trouble getting GDAL Extension to work

2013-07-03 Thread Emmanuel Lesouef
Thanks for answering Daniele. My answers inline. Le Wed, 3 Jul 2013 15:58:57 +0200, Daniele Romagnoli a écrit : > Hi Emmanuel, > please read below... > > On Wed, Jul 3, 2013 at 3:16 PM, Emmanuel Lesouef > wrote: > > > Hi, > > > > I'm trying to enable some extra features on our geoserver, suc

[Geoserver-users] WMS getMap Using PHP

2013-07-03 Thread st...@b-i-s.org
Hi, I am trying to do generate a getMap request using POSTed XML data using PHP. This will return an image that i can save, diplay etc. I have no problem forming the XML request and already use PHP to POST WFS requests. But I cant find any way of using PHP to get the WMS image! Has anyone managed

Re: [Geoserver-users] Trouble getting GDAL Extension to work

2013-07-03 Thread Michele Beneventi
Hi Emmanuel, you could check if the "Raster Data Sources" has been created in the "store" section. I also remind you that gdal libraries don't support ECW format natively: you need an ECW license. cheers Michele On Wed, Jul 3, 2013 at 3:16 PM, Emmanuel Lesouef wrote: > Hi, > > I'm trying to en

Re: [Geoserver-users] Change data of geoserver of server

2013-07-03 Thread FNK
Hi cmaul, I found the problem some days ago, however, thanks for your help. The problem was one layer that was throwing an exception when Geoserver was being deployed in Glassfish (I use Glassfish). I didn't notice it in the first computer because I hadn't needed to restart it, when I did it the s

Re: [Geoserver-users] Trouble getting GDAL Extension to work

2013-07-03 Thread Daniele Romagnoli
Hi Emmanuel, please read below... On Wed, Jul 3, 2013 at 3:16 PM, Emmanuel Lesouef wrote: > Hi, > > I'm trying to enable some extra features on our geoserver, such as ECW > raster formats through GDAL extension. > I suppose you have purchased an ECW license (which is mandatory to use it in a Ser

[Geoserver-users] Trouble getting GDAL Extension to work

2013-07-03 Thread Emmanuel Lesouef
Hi, I'm trying to enable some extra features on our geoserver, such as ECW raster formats through GDAL extension. I followed (in my opinion...) carefully the following documentation : http://docs.geoserver.org/stable/en/user/data/raster/gdal.html In the status page of geoserver (version 2.3.2),

[Geoserver-users] [GeoWebCache] Boundingbox of grouped layers is wrong

2013-07-03 Thread Paul Meems
Hi List, I'm looking at my GetCapabilities xml from GWC: http://myserver/geoserver/gwc/service/wms?request=GetCapabilities and I see the bounding boxes of my layers are as expected: I also have two grouped layers, those bounding boxes are not OK. The SRS is set properly but the coordinates are i

Re: [Geoserver-users] SLD encoding problem

2013-07-03 Thread Kolosov Sergey
geowolf wrote > So you made it work? How did you do it? I load all styles with cURL and geoserver REST. I have a PHP script on the server which accepts sld (xml content) from the client and creates style in geoserver. It's kind of workaround, but i see no other way for now. -- View this message

Re: [Geoserver-users] SLD encoding problem

2013-07-03 Thread Andrea Aime
On Wed, Jul 3, 2013 at 2:09 PM, Kolosov Sergey wrote: > At last i made geoserver understand right encoding with REST services. > So you made it work? How did you do it? Cheers Andrea -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Andrea Ai

Re: [Geoserver-users] SLD encoding problem

2013-07-03 Thread Kolosov Sergey
At last i made geoserver understand right encoding with REST services. The reason i need right encoding in style so badly is using GetLegendGraphic request. I have unicode symbols in legend labels, so wrong encoding breaks legend's description. -- View this message in context: http://osgeo-org.

Re: [Geoserver-users] Layer render order within a layer

2013-07-03 Thread Andrea Aime
On Wed, Jul 3, 2013 at 10:00 AM, Jonathan Moules < jonathanmou...@warwickshire.gov.uk> wrote: > Interesting. I've found that "Line with Border" works just fine if you use > two LineSymbolisers within the same rule. Using separate > seems over-kill, as that way you also need to set up two rules, t

Re: [Geoserver-users] Problems when running geoserver with gdal extension

2013-07-03 Thread markusin
Ciao Simo, I did not move to Ubuntu - it is only our test server. But for the production mode we use Red Hat EL 6, so I have to find some solution. I wanted to ask you, if there is a way to build a package with the native for redhat 6 like you are providing in http://demo.geo-solutions.it/share/g

Re: [Geoserver-users] Layer render order within a layer

2013-07-03 Thread Jonathan Moules
Interesting. I've found that "Line with Border" works just fine if you use two LineSymbolisers within the same rule. Using separate seems over-kill, as that way you also need to set up two rules, two sets of filters, etc. If the same layer is overlapping itself, doing it within the same rule seem