Re: [Geoserver-users] dynamic feature property possible?

2010-08-19 Thread Jody Garnett
There is the idea of "component" WMS where you send the feature you want rendered as part of the request. I think you may even be able to define a small feature collection as part of the style. As for what is possible; almost anything if you write up the change request and have a bead on producing

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread christian . mueller
No problem, I could make my source available if you like. At the moment I have no access to the source, you should ping me next week again. In my opinion, it does not make sense to create a java application using REST doing the same as the geoserver GUI. Batch configurations are individual

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread christian . mueller
Yep, using Java it is like PHP. You develop an application using http requests for configuring geoserver. curl is a (powerfull) command line utility, which you can use to configure geoserver with batch jobs. For production environments with a large number of layers/slds, you should decide b

[Geoserver-users] GeoServer examples (Gallery wiki page)

2010-08-19 Thread Jody Garnett
Afternoon: I am pulling together a geoserver presentation and would love to be able to cite additional case studies. If people have examples of using geoserver they are proud of please let me know :-) Presentations are sometimes hard to get back to the community (simply because they are not in sv

Re: [Geoserver-users] wishlist

2010-08-19 Thread Jody Garnett
On the GeoTools side some of those things are available - the filter api supports matchCase; and the datastore api allows a page size and offset. You may want to look at the code to see if the request/response system supports these options. Jody On Fri, Aug 20, 2010 at 5:00 AM, Bart van den Eijn

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread Brian Ghigiarelli
Christian, A few days before reading this thread, I started building my own Java client for the Geoserver REST API. Any chance you would want to team up with what you've already got and open source it to create a distributable JAR? (Unless anyone knows of an existing JAR solution for this that I

[Geoserver-users] wishlist

2010-08-19 Thread Bart van den Eijnden
Hi list, does anyone know of any plans to support the following in Geoserver: 1) have an option on a datastore to have all queries handled case-insensitive (mostly needed for Oracle in my case), irregardless of what the WFS client specifies 2) paging using WFS (basically a backport of the start

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread Robert Hicks
Yes, it works with both ' and " Thanks again! On Thu, Aug 19, 2010 at 1:44 PM, Luca Morandini wrote: > On 19/08/10 19:24, Robert Hicks wrote: >> Ah, great! That worked. > > We live to please ;) > > >> Okay so just to clarify, the url: >> http://10.10.0.20:8001/geoserver/rest/workspaces/gv/datast

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread Luca Morandini
On 19/08/10 19:24, Robert Hicks wrote: > Ah, great! That worked. We live to please ;) > Okay so just to clarify, the url: > http://10.10.0.20:8001/geoserver/rest/workspaces/gv/datastores/roads/file.shp > specifies the name of the new datastore to be created called roads, > and file.shp is just a

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread Robert Hicks
Hey Christian, maybe I'm looking at the wrong examples...if you are using java.net.url, are you just making the same HTTP requests that are made via PHP? I admit I didn't look at those examples, just the cURL ones. On Wed, Aug 18, 2010 at 10:33 PM, wrote: > My Java application runs in its own VM

Re: [Geoserver-users] Geoserver REST Question

2010-08-19 Thread Robert Hicks
Ah, great! That worked. Okay so just to clarify, the url: http://10.10.0.20:8001/geoserver/rest/workspaces/gv/datastores/roads/file.shp specifies the name of the new datastore to be created called roads, and file.shp is just a generic name and the destination of the uploaded shapefile? On Wed, A

Re: [Geoserver-users] dynamic feature property possible?

2010-08-19 Thread David Winslow
The CSS community moduleis also good for this kind of thing. You could accomplish what you're talking about with a stylesheet like: * { /* common properties */ } [DYNAMIC <= 1000] { fill: #fffdd7 } [DYNAMIC > 1000] [DYNAMIC <= 2

Re: [Geoserver-users] dynamic feature property possible?

2010-08-19 Thread Andrea Aime
Hajo Kliemeck ha scritto: > Hi Andrea, > > i just want to associate numbers(sales volume) that are stored in a > database to polygons (in that case the polygons are the features which > are requested). afterwards i want to fill these polygons with the help > of a color table and sld rules. e.g. >

Re: [Geoserver-users] dynamic feature property possible?

2010-08-19 Thread Hajo Kliemeck
Hi Andrea, i just want to associate numbers(sales volume) that are stored in a database to polygons (in that case the polygons are the features which are requested). afterwards i want to fill these polygons with the help of a color table and sld rules. e.g. dynamic-number-property lower/equal 100

Re: [Geoserver-users] dynamic feature property possible?

2010-08-19 Thread Andrea Aime
Hajo Kliemeck ha scritto: > Hi, > > current scenario: client accesses a wms which get features out of a > shapefile. the returned features including the geometric informations > have properties. i want to add additional dynamic properties to these > features at runtime to be involved into the sld

[Geoserver-users] dynamic feature property possible?

2010-08-19 Thread Hajo Kliemeck
Hi, current scenario: client accesses a wms which get features out of a shapefile. the returned features including the geometric informations have properties. i want to add additional dynamic properties to these features at runtime to be involved into the sld rendering process. i noticed that vari

[Geoserver-users] ProjectionException for GeoTIFF

2010-08-19 Thread Udo Einspanier
Hi, I have a GeoTIFF as a Layer in GeoServer 2.0.1. All works well when the layer is requested in declared SRS epsg:3395. However, when the client requests SRS epsg:4326, no image is generated and the following error is logged by GeoServer: 19 Aug 14:08:31 WARN [geotools.rendering] - Unable to

Re: [Geoserver-users] Openlayers + geoserver WFS-T

2010-08-19 Thread Luca Morandini
On 19/08/10 08:49, apogliaghi wrote: > > This is my config in openlayers: > testWFS = new OpenLayers.Layer.Vector("edit2", { > strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy], > projection: new OpenLayers.Projection("EPSG:4326"), > protocol: new OpenLayers.Prot

[Geoserver-users] Fwd: Openlayers + geoserver WFS-T

2010-08-19 Thread Lennart Jütte
Forgot the list in CC... Anfang der weitergeleiteten E-Mail: > Von: Lennart Jütte > Datum: 19. August 2010 09:28:11 MESZ > An: apogliaghi > Betreff: Re: [Geoserver-users] Openlayers + geoserver WFS-T > > Hi Andrea > > featureNS ist the NameSpace of your workspace - the URL you entered when yo