[Geoserver-users] Fwd: Constraints of requested bounding box and resolution?

2011-08-10 Thread Jeffrey Johnson
Forwarded from Ole Nielson on geonode-dev Dear all, We are developing an application for risk modelling based on spatial data hosted in GeoServer and accessed through REST and OGC Services. We came across what at first looked

Re: [Geoserver-users] Image Mosaic Gaps

2011-08-10 Thread AndyC
Gavin Do you think it is a Java issue then? I am currently running Jave SE 1.6.0_23-b03, I will try the latest JDK version on another machine and see if it makes any difference? Andy -- View this message in context:

Re: [Geoserver-users] Memory issues with WFS

2011-08-10 Thread Bonnet Axel
Last night we made the same bench on the last nightly build available and it lasted over 12 hours, so the memory leak has been mainly solved. But I still got in the logs several ConcurrentModificationException (much less than before of course), so there may remain some fixings to do. I can give

[Geoserver-users] How do I get WCS 1.1.1 to return a coverage?

2011-08-10 Thread Jon Britton
Hi, I'm trying the following GetCoverage request: http://li199-25.members.linode.com:8080/geoserver/wcs?SERVICE=WCSVERSION=1.1.1REQUEST=GetCoverageIDENTIFIER=sf:sfdemBOUNDINGBOX=589980.0,913700.0,609000.0,4928010.0,urn:ogc:def:crs:EPSG::26713FORMAT=geotiff However, it isn't returning a

Re: [Geoserver-users] Memory issues with WFS

2011-08-10 Thread Andrea Aime
On Wed, Aug 10, 2011 at 10:37 AM, Bonnet Axel axel.bon...@atos.net wrote: Last night we made the same bench on the last nightly build available and it lasted over 12 hours, so the memory leak has been mainly solved. But I still got in the logs several ConcurrentModificationException (much

Re: [Geoserver-users] NativeBoundingBox and LatLongBoundingBox

2011-08-10 Thread Andrea Aime
On Wed, Aug 10, 2011 at 2:08 AM, Alessandro Ferrucci alessandroferru...@gmail.com wrote: It would make sense that the BoundingBoxes are used for requests to do a quick check to even see if the DataStore needs to be queried for Features? (if the request provides a BBOX that is completely outside

[Geoserver-users] Display layer's metadata: the metadata is provided in pdf doc

2011-08-10 Thread Viola Anne
Hello lists, I would like to show the layer's metadata on context menu of a tree. The metadata is provided in pdf document. I was thinking of displaying this is in a ext.window. Is this possible and how can this be achieved? If not, what's my best option of displaying the selected layer's metedata

Re: [Geoserver-users] NativeBoundingBox and LatLongBoundingBox

2011-08-10 Thread Alessandro Ferrucci
Ah gotcha, thanks! On Wed, Aug 10, 2011 at 5:40 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Wed, Aug 10, 2011 at 2:08 AM, Alessandro Ferrucci alessandroferru...@gmail.com wrote: It would make sense that the BoundingBoxes are used for requests to do a quick check to even see if

Re: [Geoserver-users] Image Mosaic Gaps (Solved issue but possible 2.1.1 Bug)

2011-08-10 Thread AndyC
Okay after much pain I have worked out what the problem is. Using the same data set I tried using GeoServer 2.1.0 instead of Geoserver 2.1.1 and my imagemosaic worked without any errors. Using the same Tomcat 7 deployment I first created the imagemosaic in 2.1.1 (and had the same problem as the

[Geoserver-users] Problems with WFS-T insert

2011-08-10 Thread Hugo
Hello all, I'm facing some problems with WFS-T insert. I'm developing an openlayers app and have 3 layers (point, multiline, multipolygon) using the WFS protocol 1.1.0. I have no problems with the point layer (i can make insert, delete and update of both geometry and alphanumerical data. However,

Re: [Geoserver-users] Image Mosaic Gaps (Solved issue but possible 2.1.1 Bug)

2011-08-10 Thread Andrea Aime
On Wed, Aug 10, 2011 at 12:40 PM, AndyC andyclark...@gmail.com wrote: Okay after much pain I have worked out what the problem is. Using the same data set I tried using GeoServer 2.1.0 instead of Geoserver 2.1.1 and my imagemosaic worked without any errors. Using the same Tomcat 7 deployment I

[Geoserver-users] WCS GetCoverage exception - The specified dimensional parameter is non-positive

2011-08-10 Thread Jon Britton
Hi guys, I'm trying to carry out a GetCoverage request, but keep getting the following response: ows:ExceptionReport xmlns:ows=http://www.opengis.net/ows/1.1; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; version=1.1.0 xsi:schemaLocation=http://www.opengis.net/ows/1.1

[Geoserver-users] PDF Documentation of 2.1.1

2011-08-10 Thread Strangmann, Moritz
Hello, I just noticed that the PDF Documentation of the stable version 2.1.1 is not complete. There is missing the table of contents and all link inside the document are just leading to the first page. For me its an known Problem in LaTeX. I think someone just forgot to compile a second time.

Re: [Geoserver-users] PDF Documentation of 2.1.1

2011-08-10 Thread David Winslow
Have a look at the documentation documentation: http://docs.geoserver.org/latest/en/docguide/workflow.html#build-and-test-locally This should help you to get the documentation generator (latex and all) running locally. -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Aug 10, 2011 at 9:23

Re: [Geoserver-users] Geoserver-users Digest, Vol 63, Issue 29

2011-08-10 Thread Roman Gerlach
Jon, in case you are working with Python to further process your WCS 1.1.1 MIME multipart/mixed response, there is OWSLib ( http://trac.gispython.org/lab/wiki/OwsLib) including a WCS decoder. I am not sure how active this project still is, but I found it inspiring to write my own little WCS

[Geoserver-users] VendorOptions Priority and GoodnessOfFit in group layers.

2011-08-10 Thread Gis Mage
Hi list! I was wondering how do Priority and GoodnessOfFit vendor options in TextSymbolizers work, when layers are in a group. As soon as all the TextSymbolizers (labels) are rendered on top of all other layers, I guess the Priority is taken from each symbolizer of all layers and then compared.

Re: [Geoserver-users] flipped axis coordinates in GeoTIFF from WCS getCoverage

2011-08-10 Thread Roman Gerlach
Andrea, once again thanks a lot! Reprojection was the hint I needed. So for the record, here is the minimal request that finally worked in my case (GS 2.1.1 GS 2.0.2): http://localhost:8080/geoserver/ows? service=WCS version=1.1.1 request=getCoverage format=image/tiff;subtype=geotiff

[Geoserver-users] KML response different, 2.0.1 vs 2.1.1, external graphic in sld

2011-08-10 Thread Zachary Rouse
[Possible repost- I sent this before I had subscribed and was concerned it would not make it into the mailing list] The example SLD below works in 2.0.1 but is having some kml issues in 2.1.1. One of the properties associated with each of our PostGIS features is the location of a default

[Geoserver-users] SLD problem

2011-08-10 Thread Babak Dehghenpour
Hi, I have a problem with making of a SLD. I try make a SLD for an object. I want make something like this picture: [cid:image001.png@01CC5781.E58973D0] I try this Rule in SLD: Rule NameTypeweg=/Name Titleautoway /Title ogc:Filter

[Geoserver-users] REST for configuring datastores?

2011-08-10 Thread Garey Mills
Hi - I have about 15 datastores to create, and about 300 layers under them. All the datastores are Postgresql databases. Has someone got an example of the REST I would use to create the datastores and configure the layers? Thanks; Garey Mills

Re: [Geoserver-users] REST for configuring datastores?

2011-08-10 Thread David Winslow
Actually, there are examples for both configuring Postgres datastores and layers in the manual: http://docs.geoserver.org/stable/en/user/restconfig/rest-config-examples/rest-config-examples-curl.html#adding-a-postgis-database -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Aug 10, 2011 at

Re: [Geoserver-users] create features to save and edit

2011-08-10 Thread Nitin Gadia
Open Geo Suite looks like the best way to go... I was wondering about that before actually. I'm a bit confused - Stephen said that I should perhaps try the Open Geo Community Suite, and otherwise the tutorial at http://workshops.opengeo.org/stack-intro/ ... what is the difference between

Re: [Geoserver-users] create features to save and edit

2011-08-10 Thread John Scott
The OpenGeo Suite includes Geoserver, PostgreSQL, PostGIS, OpenLayers, GeoWebCache, and a few other tools. The tutorial starts with installing the Geoserver Suite, but if you already have some or all of the pieces installed, you can work through the rest of the tutorial. It is easier to use the

Re: [Geoserver-users] REST for configuring datastores?

2011-08-10 Thread David Winslow
null as the result of a RESTConfig request is usually indicative of an (improperly handled) error in GeoServer. Usually there will be more information about what went wrong in the server log. You can also add the -v flag (verbose) to your curl command line to get more info that way, but usually

Re: [Geoserver-users] Display layer's metadata: the metadata is provided in pdf doc

2011-08-10 Thread Phil Scadden
I would like to show the layer's metadata on context menu of a tree. The metadata is provided in pdf document. I was thinking of displaying this is in a ext.window. Is this possible and how can this be achieved? If not, what's my best option of displaying the selected layer's metedata

Re: [Geoserver-users] Labels repeating in polygon

2011-08-10 Thread Rohan Parkes
Thanks to everyone for your responses. I've actually tried experimenting with larger tile sizes. It's probably the best workaround. It's not so bad having the labels repeat - but it looks odd when they appear right over a boundary line. Rohan Parkes Melboune Australia On Tue, Aug 9, 2011 at

[Geoserver-users] WPS client for GeoServer

2011-08-10 Thread Bahman Javadi
Hi, I wonder if anyone knows about a WPS client for GeoServer. I already tested uDig, OpenLayer and OpenJump. They only worked with 52N WPS. I also tried to work with WPS request builder. However, I can not feed the process with geometry with GML2 or GML3 format. Any example would be

[Geoserver-users] Geoserver Postgis Polygon error

2011-08-10 Thread nalinigis
Greetings from Chennai ! We have been using GeoServer for a few years now.. In the latest GeoServer 2.1.0 and 2.1.1 we have had some issues in rendering the multipolygon layer of PostGIS data (tried in different versions 8.1, 8.3, 8.4 and 9.0)