Re: [Geoserver-users] *****SPAM***** Re: How to add a function

2010-11-26 Thread Jeremy HANOUN
Hey Justin, Thanks for the reply. Do functions work for filter only or they can be used to transform geometries too like in LineSymbolizer>Geometry ? Btw, it's definitively something to look for, I'll give a try when I'll have time, may be next week. Cheers, -- Jérémy Hanoun De : Justin Deo

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server, when using layers from SQL

2010-11-26 Thread Martin Søgaard
Sorry, i forgot to reply to all. Here is my answer Sure, I have tried a lot of different approaches. But it boils down to something like. select id, name, the_geom from testtable With where clause select id,name,the_geom from testtable where id>1 Trying the wildcard. select * from testtable

Re: [Geoserver-users] Problem with GWC when overlay with Google Maps

2010-11-26 Thread Sasikumar Kanniyappan
Many thanks to Arne, i got displayed the layers using GWC. Thanks Sasikumar On Thu, Nov 25, 2010 at 11:38 AM, Sasikumar Kanniyappan < arcdevelo...@gmail.com> wrote: > Hello Arne, > > > As per your previous reply i set WMS request as in > http://localhost:8080/geoserver/gwc/demo this page. B

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server, when using layers from SQL

2010-11-26 Thread Martin Søgaard
I have found af workaround, so that it works on ms sqlserver 2008. So, if anyone else wants to get it working, here are my findings. I found the proposal made by Andrea Aime ( http://geoserver.org/display/GEOS/GSIP+48+-+Parametric+SQL+views+in+GeoServer) and

[Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-26 Thread Alan Hale
Hi I am just starting to look at GeoWebCache (I'm with Geoserver-2.0.2) and see from the documentation that you can use Parameter Filters to handle CQL filters set by the client - which is just what I need. But the documentation is incomplete and refers the reader to the comprehensive configur

Re: [Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-26 Thread Arne Kepp
Hi, have a look at https://github.com/GeoWebCache/geowebcache/blob/1.1.2/geowebcache/src/main/resources/geowebcache.xml -Arne On 11/26/10 3:24 PM, Alan Hale wrote: > Hi > > I am just starting to look at GeoWebCache (I'm with Geoserver-2.0.2) and > see from the documentation that you can use Pa

Re: [Geoserver-users] *****SPAM***** Re: How to add a function

2010-11-26 Thread Justin Deoliveira
Yup, they can be used in sld as well. Pretty much anywhere else a filter function is used as the python plugin integrates directly into the spi which si the way geotools and geoserver discover filter function implementations. Let me know how it goes trying it out. -Justin On Fri, Nov 26, 2010 at

[Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Ariel Nunez
Hello list, I am having to host a few GeoNode instances and it uses GeoServer as the backend. We have a lot of shapefile based datastores (some with tens of megs and just a couple of polygons so GeoServer has a hard time rendering them). I am going to host more than one GeoServer instance on a mo

Re: [Geoserver-users] Cookie based getMap request to a secured layer

2010-11-26 Thread Jamie Popkin
Good to know... Thanks Alexandre. On Thu, Nov 25, 2010 at 3:22 PM, Jamie Popkin wrote: > Interesting... Could it be how you're generating the hash in your php code? > I'm struggling with the same issue and trying to avoid it with Perl CGI... > With no solution as of yet. > > I'm going to start an

Re: [Geoserver-users] Cookie based getMap request to a secured layer

2010-11-26 Thread Arne Kepp
I haven't tried generating a cookie from scratch, I prefer to avoid storing the password on the client, but I've modified something I use to also include the rememberme cookie. Attached, hope that helps. -Arne On 11/26/10 4:40 PM, Jamie Popkin wrote: Good to know... Thanks Alexandre. On Thu

Re: [Geoserver-users] Help with GeoWebCache

2010-11-26 Thread Luís de Sousa
Dear all, I've been researching around this issue for the past few days, without success. Googling for this error returns zero (0) results. Is there any way I can get specific help for GWC, a forum or mail-list I can post to? Thank you, Luís 2010/11/25 Luís de Sousa : > Dear all, > > I'm still

Re: [Geoserver-users] Cookie based getMap request to a secured layer

2010-11-26 Thread Jamie Popkin
Awesome! Thanks Arne. On Fri, Nov 26, 2010 at 8:02 AM, Arne Kepp wrote: > I haven't tried generating a cookie from scratch, I prefer to avoid > storing the password on the client, but I've modified something I use to > also include the rememberme cookie. Attached, hope that helps. > > -Arne > >

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Vince Lotito
Ariel, Since you are looking at server sizing in a cloud (Amazon's EC2) you may want to consider other offerings in your analysis. EC2 carves out memory and cpu as a limit, while other cloud offerings (built on Zen, i.e RackSpace) carves out memory and cpu as "committed" or garanteed minimum a

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Ariel Nunez
Thanks for the Advice Vince, however I am tied to Amazon for the next few months while we figure out a better longer term option (probably with RackSpace). However I still need to figure out wether I should use more RAM or more CPU to host more than one GeoServer instance in the same server. Chee

Re: [Geoserver-users] Help with GeoWebCache

2010-11-26 Thread Gabriel Roldán
It's probably caused by the GeoServer Dispatcher system while looking up for a bean that handles the GetCaps operation on a "wms service" for version 1.1.0. Rationale being that GeoServer implements 1.1.1 and no 1.1.0. But that's just guessing based on the error description and what the Dispatcher

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Gabriel Roldán
On Fri, 2010-11-26 at 12:59 -0500, Ariel Nunez wrote: > Thanks for the Advice Vince, however I am tied to Amazon for the next > few months while we figure out a better longer term option (probably > with RackSpace). > > However I still need to figure out wether I should use more RAM or > more CPU

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Ariel Nunez
This is what it looks after I request the layer in question: geon...@crisis:~$ free -m total used free sharedbuffers cached Mem: 1700 1559140 0139352 -/+ buffers/cache: 1067633 Swap: 8

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Gabriel Roldán
looks like it's only using ~500MB, and 1G for the OS buffers. How're you running tomcat/jetty wrt to heap allocation? Be sure to pass -Xmx as appropriate to the java virtual machine and follow this where applicable: I would go for t

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Ariel Nunez
On Fri, Nov 26, 2010 at 3:47 PM, Gabriel Roldán wrote: > looks like it's only using ~500MB, and 1G for the OS buffers. > How're you running tomcat/jetty wrt to heap allocation? Be sure to pass > -Xmx as appropriate to the java virtual machine and follow this where > applicable: >

Re: [Geoserver-users] problem with metadata url

2010-11-26 Thread Gabriel Roldán
I'm not sure why the apache wicket URL validator does not accept "localhost" as host name. It should work if you use 127.0.0.1 instead. Yet, for publishing purposes it would be better if you use your real host name/IP address, otherwise the link will work _only_ if accessed through the same machine

[Geoserver-users] Layer error

2010-11-26 Thread zenozaplaic
I added a new shapefile and a new layer but when i try to preview the layer with OpenLayer i get an xml to download containing java.lang.NullPointerException null I am a beginner with GeoServer, can anyone please provide some directions? Thanks! -- View this message in context: http

[Geoserver-users] Spatial Filter on two or more layers

2010-11-26 Thread M. Rizwan Khan
Hi All, I wanted to know can we have spatial filter using OGCs Filter Encoding on more than 1 layer? I saw few examples on http://docs.geoserver.org/latest/en/user/styling/sld-reference/filters.html but didnt got any example which shows any spatila filter among 2 or more layers. If not using OG

[Geoserver-users] ImagePyramid: Rendering process failed (using openlayers TILED)

2010-11-26 Thread ma...@west
Hi all, I used ImagePyramid plugin to add a store in Geoserver 2.0.2; I made the pyramid following some tutorials and using FWTools (currently working under Windows). After successfully adding the store and publishing the layer, I noticed that using openlayers from "Layer Preview" and only using "

Re: [Geoserver-users] Geoserver: reference system

2010-11-26 Thread Antonio Diaz
Hi, Sorry for answering so late. I have been off for a time. All of you are right. I was not changing the bounding box. It works perfectly if it is specified a BBOX according to the reference system that is being used. Now it is also working with gvSig. Thanks a lot. Also, I would like t

Re: [Geoserver-users] Spatial Filter on two or more layers

2010-11-26 Thread Adam Ratcliffe
I too would be interested in knowing if this is possible. I have the need to find all features that fall within a specified distance of any instance of a feature of another type e.g. ATMs within 200m of a hospital Cheers Adam On 25/11/2010, at 11:35 PM, M. Rizwan Khan wrote: > > Hi All, > >

Re: [Geoserver-users] More CPU or more RAM?

2010-11-26 Thread Chris Holmes
How much data is going to be served up? The advantage of more memory would be that your shapefile disk block would make it in to the OS disk cache, and then things would go quite fast. Of course once that happens then you'll definitely be CPU bound, so if most of your data will fit in the 7g of r