Re: [Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-28 Thread Alan Hale
;>> >>>>> >>>>> -Arne >>>>> >>>>> >>>>> On 11/26/10 3:24 PM, Alan Hale wrote: >>>>>> Hi >>>>>> >>>>>> I am just starting to look at GeoWebCache (I'm with >>>

Re: [Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-28 Thread Arne Kepp
The key is correct. The floatParameterFilter tries to avoid duplicates, but in order to do so it needs to know all the possible values*. A regexParameterFilter just treats the numbers as a text, and matches it againt a pattern. So it doesn't need to know the 6000 values in advance. -Arne *: If

[Geoserver-users] Production environments.

2010-11-28 Thread Robert Buckley
Hi, I am looking for some examples of production environments with geoserver and postgis. User and group Permissions, data structures, issues and problems to consider and hopefully save me and my organisation time and stress. I am trying to set some of kind of authoring system up for a collecti

[Geoserver-users] can't access my layer info with (firefox & google chrome)

2010-11-28 Thread marwa El-said
Hello all, When trying to show my layer info by clciking on it from my web page that browsed by chrome or firefox I got no thing shown with fire fox i got this warnings: Warning: reference to undefined property window.opera Source File: http://localhost:1779/Globe_Maps/js/OpenLayers.js Line:

Re: [Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-28 Thread Alan Hale
Thank you Arne I'm not sure I understand the second point. My filter looks like this: "specid=x" where x is a decimal value from one of over 6000 possibilities. They are all of the same format. I assume "specid" is entered within the element tags. Alan On 28/11/2010 10:16, Arne Kepp wrote:

Re: [Geoserver-users] canĀ“t delete store

2010-11-28 Thread Andrea Aime
On Sat, Nov 27, 2010 at 8:33 PM, Robert Buckley wrote: > ahhhI forgot...opengeo-suite 2.3.0 Hmmm... that does not say which version of GeoServer you're using. Not even sure there is a way to know what GeoServer version is bundled on the suite and whether it has been modified compared

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

2010-11-28 Thread Arne Kepp
I would do empirical benchmarks, but it's tricky on Amazon instances, my experience is that the actual performance can vary a lot over the course of a month. The problem is that these units don't do much accounting on I/O or memory bandwidth, so it all depends on what your neighbors are doing.

Re: [Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-28 Thread Arne Kepp
Yes, you'll have to construct a configuration file. Make sure you give layers new names, otherwise you'll have a hard time finding errors. If you want a wildcard filter you should use the regular expression filter, and set it up for the types of numbers your backend supports. Note that GWC curr

Re: [Geoserver-users] GeoWebCache Parameter Filters documentation

2010-11-28 Thread Alan Hale
Many thanks Arne So, if I understand correctly, I have to construct my own geowebcache.xml which will include details of any layer for which I wish to call GWC, and place under data_dir/gwc/. Can I assume that (in ) the entries are optional? My values can be any one of over 6000 decimal numbe