Re: [Geoserver-users] Geoserver + Squid - There is anyone that try cache with this structure?

2010-11-02 Thread Emilio Facundo Cabrera
Hi Justin, I'm thinking in a service where each user can create custom layers base on his personal data, so, the tiles are one part of the problem. From my point of view, the general maps can by cached using "GeoWebCache" or "Tile Cache" but the custom layers could be a problem. I'll try to give

Re: [Geoserver-users] App schema feature chaining issue

2010-11-02 Thread Ben Caradoc-Davies
Ryan, I do not think this is an app-schema problem as it is the inner feature type that is affected and this error will likely occur before any chaining takes place. My guess is this is either a subtle bug in the geotools oracle support, or an unintended interaction with your database configur

[Geoserver-users] Questions about Filter Namespace Qualifiers for XML WFS Requests

2010-11-02 Thread phony baloney
Hi all, First time writer/subscriber to the list. I've been experimenting with POST'd XML WFS requests in GeoServer 2.02 recently and have observed some strange results. Basically, according to my understanding of the OGC WFS and filter specifications, in a valid WFS request sent via XML, every X

[Geoserver-users] App schema feature chaining issue

2010-11-02 Thread Ryan Zoerb
Hi everyone. I'm trying to get application schema with feature chaining working, but I'm running into an issue. I've attached the two mapping files I'm using. WaterWell is the top level element, which can have several nested logElement's. I've been able to successfully get GeoServer to retur

[Geoserver-users] JVM crashes on corrupt jp2 image

2010-11-02 Thread Bill van Dyk
I am using GeoServer 2.0.2 on CentOS 5.2. I am building an image mosaic using 31 jp2 files and the image mosaic plugin. After the layer builds and I try to view the layer in openlayers the jvm always crashes. I found one image with an error reported by kakadu show "Kakadu Core Error: Invalid

Re: [Geoserver-users] tomcat crashing on high load

2010-11-02 Thread Andrea Aime
On Tue, Nov 2, 2010 at 5:23 PM, Wolfgang Wasserburger wrote: > The tiles consist of a layerGroup with several Layers with several > FeatureTypeStyles with several Rules. The Request Time ist not the problem, > but the unstability. > > I changed the following parameters in various combinations: >

Re: [Geoserver-users] WCS 1.0.0 GetCoverage in native resolution

2010-11-02 Thread Rahkonen Jukka
Hi, See resx, resy and response_crs for example in Mapserver documentation http://mapserver.org/ogc/wcs_server.html. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: Jon Britton [mailto:jonbritt...@googlemail.com] Lähetetty: ti 2.11.2010 18:57 Vastaanottaja: geoserver-users Aihe: [Geo

[Geoserver-users] WCS 1.0.0 GetCoverage in native resolution

2010-11-02 Thread Jon Britton
Hi, This is more of a WCS question than a GeoServer question, but I thought you guys might know the answer... I want to request a coverage with a requestCRS of EPSG:4326 and a responseCRS of EPSG:32630 (its native projection). I need the image in its native resolution, rather than a fixed width

Re: [Geoserver-users] Google Maps and GeoServer without open layer

2010-11-02 Thread David Winslow
I'd recommend searching for information on using WMS with Google Maps, searching for GeoServer specifically might be a bit too specific (and get drowned out by the Google Earth section of the manual, etc.) A quick check on google seems to show lots of relevant results. -- David Winslow OpenGeo -

Re: [Geoserver-users] Dynamic layer creation

2010-11-02 Thread David Winslow
GeoServer has an extension providing a REST API for just this sort of thing: http://docs.geoserver.org/stable/en/user/extensions/rest/index.html Hope this helps. -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Nov 2, 2010 at 12:25 PM, Kostis Kyzirakos wrote: > Hi, > I am new to geoserv

[Geoserver-users] Dynamic layer creation

2010-11-02 Thread Kostis Kyzirakos
Hi, I am new to geoserver and a have a question that may be trivial for everybody, but unfortunatelly it is not clear for me (and googling wasn't very helpful). I have some gis data stored in a PostGIS database. Depending on data that are been inserted in PostGIS, I am currently creating some vie

[Geoserver-users] tomcat crashing on high load

2010-11-02 Thread Wolfgang Wasserburger
Dear all, I am using geoserver for development since half a year and it worked quite OK, the graphical result was really nice. As we now liked to change to a production environment, geoserver uses more and more memory and when all memory is used it crashes and tomcat crashes with itself. I no

[Geoserver-users] Google Maps and GeoServer without open layer

2010-11-02 Thread Rickard Pettersson
Hello, i am new to GeoServer and i whant to use GeoServer as WMS server to a Google Maps i developing. But i can not find any good example codes for GeoServer with Google Maps V3, someone that has done this and can give me code example? Kind regards Rickard Pettersson

[Geoserver-users] SLD: Point symbol on center of line

2010-11-02 Thread Sveen Atle Frenvik (Geomatikk IKT)
Hello all. Excuse me if this topic has been dealt with before, but I couldn't find any relevant information on this. I have a case where I want to display an external graphic on top of a line geometry. The grahpic is used to indicate certain properties of the line. Anyways: I quickly found ou

Re: [Geoserver-users] Geoserver + Squid - There is anyone that try cache with this structure?

2010-11-02 Thread Justin Deoliveira
Yes, some users do indeed use squid for caching and it seems to work just fine. I will let them comment on individual setups. What about going with a true tile cache? What types of services are you planning to publish? -Justin On Mon, Nov 1, 2010 at 11:21 AM, Emilio Facundo Cabrera < facundo.cab

Re: [Geoserver-users] Restrict access to components in Web Administration Interface

2010-11-02 Thread Andrea Aime
On Tue, Nov 2, 2010 at 2:06 PM, Henrich Stefan wrote: > Hi Andrea > > Thank you for the quick reply. Probably there are other ways to go then... > > I just tried to accomplish my restriction in the file system. I denied write > access to the Windows SYSTEM security principal for the file users.p

Re: [Geoserver-users] too big labels are not displayed?

2010-11-02 Thread David Winslow
Decrease the "goodnessOfFit" vendor option which tells GeoServer how closely you want labels to match the geometries they go with. http://docs.geoserver.org/2.0.x/en/user/styling/sld-reference/labeling.html#goodness-of-fit -- David Winslow OpenGeo - http://opengeo.org/ On Tue, Nov 2, 2010 at 3:3

Re: [Geoserver-users] Restrict access to components in Web Administration Interface

2010-11-02 Thread Henrich Stefan
Hi Andrea Thank you for the quick reply. Probably there are other ways to go then... I just tried to accomplish my restriction in the file system. I denied write access to the Windows SYSTEM security principal for the file users.properties. Although this gave me an error when adding a user usin

Re: [Geoserver-users] Restrict access to components in Web Administration Interface

2010-11-02 Thread Andrea Aime
n Tue, Nov 2, 2010 at 9:02 AM, Henrich Stefan wrote: > Hi all > > Is there a way to restrict access to certain components in the Web > Administration Interface of GeoServer? > E.g. I'd like a logged in user to only have access to the Data section of the > Web Interface to create new workspaces,

[Geoserver-users] Restrict access to components in Web Administration Interface

2010-11-02 Thread Henrich Stefan
Hi all Is there a way to restrict access to certain components in the Web Administration Interface of GeoServer? E.g. I'd like a logged in user to only have access to the Data section of the Web Interface to create new workspaces, data stores and layers. But I don't want this user to change any

[Geoserver-users] too big labels are not displayed?

2010-11-02 Thread tommaso
Hallo List, I want to label polygons, and I noticed that if a label is bigger as his polygon (but not only some pixels bigger, I mean 1/3 bigger or more), no label is displayed. How can I change this behavior? My sld: Default Polygon Default polygon style