Re: [Geoserver-users] viewparams + gwc

2012-06-15 Thread Ariel Falduto
Woow, thks Stephen !! I will check tomorrow ... And i give some feedback !! -- Ariel Falduto afald...@gmail.com On 15/06/2012, at 23:36, "Stephen V. Mather" wrote: > If I understand your question, you need to explicitly enable this in your > GWC instance in order to allow GWC to cache alterna

Re: [Geoserver-users] viewparams + gwc

2012-06-15 Thread Stephen V. Mather
If I understand your question, you need to explicitly enable this in your GWC instance in order to allow GWC to cache alternate parameters. You do this by using the stringParameterFilter, e.g. http://192.168.100.5:8080/geoserver/wms format

[Geoserver-users] viewparams + gwc

2012-06-15 Thread Ariel Falduto
Hi guys, its possible to use view parameters (viewparams) in conjunction with geowebcache (gwc) or it impossible ?? im using a layer from SQL view and took parameters dynamically ... -- Ariel Falduto afald...@gmail.com -

Re: [Geoserver-users] GetLegendGraphic and param FEATURETYPE

2012-06-15 Thread Andrea Aime
On Fri, Jun 15, 2012 at 9:58 PM, Felipe Frechiani wrote: > Hi, > > In the geoserver docs for GetLegendGraphic >  http://docs.geoserver.org/latest/en/user/services/wms/get_legend_graphic/legendgraphic.html says > that there is an > FEATURETYPE  that its description is Feature type for which to prod

[Geoserver-users] GetLegendGraphic and param FEATURETYPE

2012-06-15 Thread Felipe Frechiani
Hi, In the geoserver docs for GetLegendGraphic http://docs.geoserver.org/latest/en/user/services/wms/get_legend_graphic/legendgraphic.html says that there is an *FEATURETYPE *that its description is* Feature type for which to produce the legend graphic. This is not needed if the layer has only a

Re: [Geoserver-users] GeoServer pregeneralized features extension with OpenLayers

2012-06-15 Thread Justin Deoliveira
One idea i had while implementing stored queries for wfs 2.0. Just like rendering transformations in sld are the bridge between wms and wps, storied queries could the bridge between wfs and wps. I think they line up pretty well...stored queries essentially give you a way to call a known procedure p

Re: [Geoserver-users] GeoServer pregeneralized features extension with OpenLayers

2012-06-15 Thread Andrea Aime
On Fri, Jun 15, 2012 at 3:35 PM, wrote: > Hi Andrea > > I am with you, the first target is to be compliant to the specifications. > WPS would be a clean solution. Mind, I'm not saying that WFS should be left out of the game, but that there should be some solution that cleanly extends WFS and ope

Re: [Geoserver-users] GeoServer pregeneralized features extension with OpenLayers

2012-06-15 Thread christian . mueller
Hi Andrea I am with you, the first target is to be compliant to the specifications. WPS would be a clean solution. @Paul, we are working on an Open Source project, if you feel ready I want to invite you to contribute (I will try to assist), otherwise I cannot help here. Christian Zitat v

Re: [Geoserver-users] GDAL Library Load Failure with 2.1.4

2012-06-15 Thread John Koehring
Daniele and Andrea, Thanks for the pointers. The new native libraries did, indeed, solve my problem. -- john From: dany.geoto...@gmail.com [mailto:dany.geoto...@gmail.com] On Behalf Of Daniele Romagnoli Sent: Thursday, June 14, 2012 00:37 To: Andrea Aime Cc: John Koehring; geoserver-use

Re: [Geoserver-users] GeoServer pregeneralized features extension with OpenLayers

2012-06-15 Thread Andrea Aime
On Fri, Jun 15, 2012 at 11:30 AM, wrote: > Hi Andrea > > The pregenralized feature stuff is intended to reduce calculations at > runtime. The idea is comparable to image pyramids. > > The concept works well rendering images using WMS in geoserver. But what > about clients fetching the vector data

Re: [Geoserver-users] Geoserver, GeoWebcatch

2012-06-15 Thread Ricardo Bayley
Hi Mandana, I am pretty sure you mean GeoWebCache and not GeoWebCatch. Are you being able to create a map using Geoserver ? Geoserver has a built in GeoWebCache, which I believe it is prepopulated with GeoServer Layers. So you could start playing around and getting acquainted with. Are you being

Re: [Geoserver-users] GeoServer pregeneralized features extension with OpenLayers

2012-06-15 Thread christian . mueller
Hi Andrea The pregenralized feature stuff is intended to reduce calculations at runtime. The idea is comparable to image pyramids. The concept works well rendering images using WMS in geoserver. But what about clients fetching the vector data and doing the rendering for themselves ?. I can

Re: [Geoserver-users] only 30 srs in list

2012-06-15 Thread Wouter Schaubroeck
I get that too. In our case, the reason is a lost connection with geoserver's internal EPSG-db. Haven't tested 2.1.4 though.. But a refresh always works! Grtz, w -- Wouter Schaubroeck Sent from my nokia 3310 Http://blog.giswhat.be On 15-jun.-2012, at 07:58, Andrea Aime wrote: > On Fri, Jun

Re: [Geoserver-users] only 30 srs in list

2012-06-15 Thread Andrea Aime
On Fri, Jun 15, 2012 at 9:20 AM, Wouter Schaubroeck wrote: > I get that too. In our case, the reason is a lost connection with geoserver's > internal EPSG-db. Haven't tested 2.1.4 though.. But a refresh always works! Yep, that's exactly what the work done here is trying to address: http://jira.c

[Geoserver-users] Geoserver REST - Style error 500 with TextSymbolizer

2012-06-15 Thread Lucas Heezen - Covadis
Hello, We have the next situation. An SLD is loaded into geoserver with a textSymbolizer with a labelplacement like this: -5 0 richting_cw When we load the SLD with REST we get no content from the SLD, file is empty. When we replace the Displacement with this: -50

Re: [Geoserver-users] [App-schema plugin] Mapping of 3 tables into 2 features (join table)

2012-06-15 Thread Ben Caradoc-Davies
Rudy, have you considered using a database view to join LinkedTable and Sample1Table? You can then use feature chaining to deliver Sample1 (sourced from the view) nested inside Object1. This approach allows you to retain the correct normalisation of your database with the link table. I also no