Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Ákos Maróy
On 31/01/13 00:16, Martin Davis wrote: > Chris, what exact technique did you use to solve the problem? Did you > use the "invisible circle" technique? Any chance you could post your > SVG file to look at? I can't speak for Chris, but please look at this SVG which worked for me: http://code.googl

[Geoserver-users] Fwd: how to save added collection in server side

2013-01-30 Thread 杨华杰
Hi I use the program to create a collection in the map. Now I want to save it to the server. I am using openlayer. I captured the xml which was sent to geoserver. http://www.opengis.net/wfs"; service="WFS" version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Martin Davis
Chris, what exact technique did you use to solve the problem? Did you use the "invisible circle" technique? Any chance you could post your SVG file to look at? On Wed, Jan 30, 2013 at 9:38 AM, Chris Haste wrote: > Thank you, that was the problem and it is now behaving as it should > > **

Re: [Geoserver-users] Dynamic url's is not working for external graphics in SLD

2013-01-30 Thread Martin Davis
You can also use dynamic symbolizers for this, which may produce a shorter SLD: http://docs.geoserver.org/stable/en/user/styling/sld-extensions/pointsymbols.html#dynamic-symbolizers On Tue, Jan 29, 2013 at 10:31 PM, mano3688 wrote: > I founded alternate solution for this issue. > I have added s

[Geoserver-users] Passing multiple values to parameters / SQL Server Stored Procedure

2013-01-30 Thread Meichun Li
Hi,   I need to do a  query for a map layer, and pass mulitple values to  parameters.   For example,   Select * from VIEW where LocationID in (1, 3, 4, 5, 11)    The values of  locationID is dynamic, it mabye one ID, two IDs or many IDs.   Is it doable to set up parameters like this?   Also, is it

Re: [Geoserver-users] . Installing native JAI on GeoServer 2.2.4

2013-01-30 Thread Andrea Aime
On Wed, Jan 30, 2013 at 5:53 PM, Mark Volz wrote: > Hi, > > I am curious about this. The link from GeoServer goes to jai-1.1.3, which > is from 2006, which seems quite old. Is that the correct native jai > package? > Yes, it is. Sun/Oracle stopped developing it, but it's still the best image p

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Ákos Maróy
On 30/01/13 18:38, Chris Haste wrote: > > Thank you, that was the problem and it is now behaving as it should > > glad to hear that :) -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Do

Re: [Geoserver-users] . Installing native JAI on GeoServer 2.2.4

2013-01-30 Thread Jonathan Moules
Looks like it. There's a "daily" build of imageio if you navigate around the structure, but even that stopped in 2011. http://download.java.net/media/jai-imageio/builds/ On 30 January 2013 16:53, Mark Volz wrote: > Hi, > > I am curious about this. The link from GeoServer goes to jai-1.1.3, wh

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Jonathan Moules
Yep, I remember that from our previous conversation, but didn't know if displacement was part of SLD 1.0 for non-fills. I guess not. :-) On 30 January 2013 16:50, Andrea Aime wrote: > On Wed, Jan 30, 2013 at 5:35 PM, Jonathan Moules < > jonathanmou...@warwickshire.gov.uk> wrote: > >> Hi Chris,

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Chris Haste
Thank you, that was the problem and it is now behaving as it should From: Ákos Maróy [mailto:a...@maroy.hu] Sent: 30 January 2013 17:05 To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] SVG Marks On 30/01/13 17:22, Chris Haste wrote: Hello List, I want to use an external S

[Geoserver-users] . Installing native JAI on GeoServer 2.2.4

2013-01-30 Thread Mark Volz
Hi, I am curious about this. The link from GeoServer goes to jai-1.1.3, which is from 2006, which seems quite old. Is that the correct native jai package? Thanks Mark Volz GIS Specialist > > Message: 3 > Date: Tue, 29 Jan 2013 11:55:14 +0100 > From: Andrea Aime > Subject: Re: [Geoserver-u

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Ákos Maróy
On 30/01/13 17:22, Chris Haste wrote: > > Hello List, > > > > I want to use an external SVG symbol as a mark and I'm using the CSS > module for my styling, although I don't think that makes any > difference to this question. > > > > The SVG represents a pin and I want to position the pin so tha

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Andrea Aime
On Wed, Jan 30, 2013 at 5:35 PM, Jonathan Moules < jonathanmou...@warwickshire.gov.uk> wrote: > Hi Chris, > Well, if the offset is consistently wrong (i.e., always 3 pixels too far > left for instance) the SLD spec may allow you to use a "displacement" > parameter (you can for fills with SLD 1.1

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Chris Haste
Hi Jonathan, It isn't a fixed value. The offset seems related to the zoom. As I zoom in the symbols moves closer and closer to where it should be and as I zoom out it moves further away! I'm sure this is something obvious and that I'm doing something stupid... From: Jonathan Moules [mailto:jo

Re: [Geoserver-users] SVG Marks

2013-01-30 Thread Jonathan Moules
Hi Chris, Well, if the offset is consistently wrong (i.e., always 3 pixels too far left for instance) the SLD spec may allow you to use a "displacement" parameter (you can for fills with SLD 1.1). Jonathan On 30 January 2013 16:22, Chris Haste wrote: > Hello List, > > ** ** > > I want t

Re: [Geoserver-users] gsconfig.py for java

2013-01-30 Thread Denise Janson Ferreira
Thank you for all your answers. I'm trying GeoServerManager, it seems to be working well. On Thu, Jan 24, 2013 at 12:03 PM, David Winslow wrote: > http://docs.geoserver.org/stable/en/user/rest/examples/java.html > > The manual also lists gsrcj: http://code.google.com/p/gsrcj/ . I haven't > used

[Geoserver-users] SVG Marks

2013-01-30 Thread Chris Haste
Hello List, I want to use an external SVG symbol as a mark and I'm using the CSS module for my styling, although I don't think that makes any difference to this question. The SVG represents a pin and I want to position the pin so that the base of the pin is drawn at the position for that point,

[Geoserver-users] 2.3-beta1 starts from command line but not Finder

2013-01-30 Thread Russell Hore
I must be missing something obvious but I just downloaded 2.3-beta1 for Mac. Installed ok but if I double click on the finder I get a message saying "“GeoServer.app” is damaged and can’t be opened. You should move it to the Trash." If I drop to the command line I can start it and it seems to wo

[Geoserver-users] geoserver 2.2.x builds broken with pyramid

2013-01-30 Thread Fabrice Phung
Hello, Just wanted to let you know that I couln't make imagemosaic and pyramid work with the geoserver > 2.2.1 downloaded wars - but it works perfectly with a fresh build from sources. There was a report about mosaic not working with the WPS extension. WPS+mosaic are working with our own builds.