[Geoserver-users] Additional Point with Vector KML output

2010-10-01 Thread Jeremy Palmer
I'm outputting vector KML for a polygon layer which does need to display labels, but needs a custom pop-up description. I have set an SLD for the polygon layer that only has a PolygonSymbolizer and I've created the appropriate featureType description.ftl and tile.ftl files for the custom popup.

[Geoserver-users] Using Geo server to reference external data stores.

2010-10-01 Thread Mckeane
Hello, I want to be able to reference shape files that are stored in an external directory without making an actual copy of the files using geo-server. I used the use case provided by in the Geo-server documentation for uploading a shape file and it works, however tweaking produced errors

Re: [Geoserver-users] Out of memory exception

2010-10-01 Thread Luís de Sousa
Hello everyone, One of the shapefiles this instance is serving was recently updated. I had to delete and recreate the datastore, otherwise any request to this layer would stall Geoserver. Thanks for the help anyway. Best, Luís

Re: [Geoserver-users] Ext.Panel with BorderLayout doesn't appear

2010-10-01 Thread Martin.L
Ok perhaps I have a solution. I defined a fix size for the hole panel. new Ext.Panel({ layout: "border", width: 800, height: 600, items: [{ region: 'west', width: 100,

Re: [Geoserver-users] Out of memory exception

2010-10-01 Thread Justin Deoliveira
As much information as possible would be great. In particular: * version of geoserver * version of java * application container * server usage pattern, if your server wfs, wms, both, etc... * have you followed all the recommendations here: http://docs.geoserver.org/stable/en/user/production/in

[Geoserver-users] How to define MaxScaleDenominator or ScaleHit in Geoserver

2010-10-01 Thread Pedro Briones García
Hello. I'm new to Geoserver. I need to set a zoom visibility for a very detailed layer to be drawn only at very big (detailed) scales. How can I set it? Is it possible to be set in Capabilities file? Thanks in advance. Un saludo. Pedro Briones García TRAGSATEC Gerencia de SI

[Geoserver-users] Ext.Panel with BorderLayout doesn't appear

2010-10-01 Thread Martin.L
Hi @ all! I'm using GeoExt and Ext JS in an application. For that, im trying to use the BorderLayout for panels. Here is the code: new Ext.Panel({ layout: "border", items: [{ region: 'west', width: 100,

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread Simone Giannecchini
A few quick questions: - define better what you mean for "GeoServers or GeoWebCaches instances crashes" - which version of GeoServer are we talking about? - I need to know the following about your mosaic of ecw: -1- number of tiles in the mosaic -2- gdalinfo on a representative tile -3- how you c

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread christian . mueller
Did you test native sql queries with a bounding box against your oracle tables ?. Did you test your application servers individually ? Are the performance differences between the cluster members ? Which operating system are you using ? Quoting DGIS Devels : > Thanks, but I think our probl

Re: [Geoserver-users] Imageio-ext

2010-10-01 Thread Daniele Romagnoli
Hello Mike. Sorry for the very late reply. I was sick for a few days and I have just recovered this mail today. Can you please summarize with some details the type of issue do you have with MrSID? As an instance, you can provide us info on OS, GeoServer version, and errors/messages/behaviour you no

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread DGIS Devels
Thanks, but I think our problem is more complex. We have been testing without rasters (only the five vecorial layers), and the performance goes on being very bad :S 2010/10/1 > Upps, I see your problem. I had the same situation. Your tiles have 3 > bands, red,green and blue. So you need about 3

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread christian . mueller
Upps, I see your problem. I had the same situation. Your tiles have 3 bands, red,green and blue. So you need about 3 times more bytes compared to an image with a color table. http://www.gdal.org/rgb2pct.html is the utility you need. Be careful, you cannot compare the file size of an image af

[Geoserver-users] Design/Architecture Information to Integrate GeoServer

2010-10-01 Thread Ottofaro, Jack
Hi all, I'm new to GeoServer and to this list. I've read the GeoServer documentation and some of the OGC specs which are all very informative and helpful. However I have not found any documentation that addresses design/architecture considerations, trade-offs, examples, etc. that would be helpf

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread Arne Kepp
During your tests, what is your cache hit ratio? GWC should with some fairly predictable tweaks (number of threads supported by Tomcat, and so forth) be able to handle around 4000 tiles per second, at which point gigabit ethernet will be saturated, for most tiles. -Arne On 10/1/10 1:13 PM,

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread DGIS Devels
Hi! We have tested with six layers: five Oracle DB layers and a ECW mosaic. GeoWebCache stores tiles in the same machine where Geoserver instances run. We generated "data" tiles in PNG (palette safe) and images in JPEG. I'm not sure about the type of these images. I give you the result of the gda

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread Luca Morandini
On 10/01/2010 01:13 PM, DGIS Devels wrote: > Hi, we have a question about Geoserver performance. > > We have been trying for a couple of months to find a good configuration > that offers a solution to our use case. You can see our > current architecture in the attachment: > - WebLogic cluster with

Re: [Geoserver-users] Doubt about Geoserver performance

2010-10-01 Thread christian . mueller
Some additional questions. You wrote about tiles, so you are talking about raster/image data ? Where are your tiles stored. On a shared drive or in a database ? if you use a database, which one ? Are your tiles multiband images or images with a color table. If you are unsure, send me the outp

Re: [Geoserver-users] How do you keep Geoserver 2.0.2 running?

2010-10-01 Thread Nomeneta Saili
Hi people. I think i found the reason why. I normally remote login into our new Windows 2008 server and start up Geoserver. When i close my remote log in window it stops Geoserver as well. However when i log in locally into our server and start up Geoserver it remains running even if i log off. I

Re: [Geoserver-users] Feature chaining vs denormalized tables

2010-10-01 Thread Rini.Angreani
Hi Andrea, After looking at your other email, I realised you have to use feature chaining for multiple multi-valued properties in some circumstances, i.e. in different levels of nesting. I think this is what Ben meant. i.e. ... ... ... ... ... ...

[Geoserver-users] Out of memory exception

2010-10-01 Thread Luís de Sousa
Dear all, I have a Geoserver instance that went incredibly slow yesterday, producing an exception on every request for it always passed the max rendering time limit. Looking at the log I found out several exception like this: 2010-10-01 03:51:28,744 ERROR [geotools.rendering] - Java heap space ja

Re: [Geoserver-users] Feature chaining vs denormalized tables

2010-10-01 Thread Andrea Aime
On Fri, Oct 1, 2010 at 10:13 AM, Rini Angreani wrote: > > Hi Andrea, > > I also thought that the main reason to use feature chaining like you said, > is to avoid managing large denormalised views. The table/view gets really > big when you have deeply nested features (sub features that have also ha

Re: [Geoserver-users] Feature chaining vs denormalized tables

2010-10-01 Thread Rini Angreani
Hi Andrea, I also thought that the main reason to use feature chaining like you said, is to avoid managing large denormalised views. The table/view gets really big when you have deeply nested features (sub features that have also have features), especially when multiple multi-valued properties ar

Re: [Geoserver-users] Image Management

2010-10-01 Thread Andrea Aime
On Fri, Oct 1, 2010 at 7:06 AM, Ted wrote: > List, > I have a large archive of scanned topo sheets, size around 500MB each and > 200 sheets in total. > Thats around 100 GB approx. > ow, whats the best OPEN SOURCE solution to mange these images and call them > on my web application (WMS, WMS-C...)

Re: [Geoserver-users] full red tiles

2010-10-01 Thread Andrea Aime
On Thu, Sep 30, 2010 at 5:11 PM, Balázs Bámer wrote: > Hi All, > > I have rare problems with Oracle Spatial layer in Geoserver 2.0.2. I > use SLD for styling. Most queries work fine, but sometimes some zoom > levels yield a correct WMS tile image, but the content is full red. It > is NOT the pink

Re: [Geoserver-users] Error on WMS GetCapabilities

2010-10-01 Thread Andrea Aime
Ah, that error happens when one adds an empty layer group. I was planning on changing the GUI to make that impossible, as an emty layer group does not make sense, but I honestly don't remember if that happened or not. Try out a nightly build here: http://gridlock.openplans.org/geoserver/2.0.x/ Che