[Geoserver-users] Uploading Coverages via REST API

2013-04-11 Thread Otto Krauth
Dear All, I am using Geoserver 2.3.x and I want to Register a Geotiff image that I first upload into the Geoserver data directory and then I would like to register the file using REST (Curl). Are there any examples out there that can help me figure that out. So far I can create the coveragesto

Re: [Geoserver-users] Whitespace in Value Passed to Filter

2013-04-11 Thread Jerome A. Wendell
Ben, Thank you very much for your reply. Below is the portion of my code used to make the request: var filter = new OpenLayers.Filter.Comparison({ type: OpenLayers.Filter.Comparison.EQUAL_TO, property: 'myproperty', value: ‘myvalue’ }); wfsProto

Re: [Geoserver-users] App-schema not working with joining=true

2013-04-11 Thread Ben Caradoc-Davies
On 10/04/13 17:42, Miguel R. Luaces wrote: > Second, it has a wizard to generate the configuration and the database > tables starting from an XML Schema. Miguel, do you have an existing database schema, and if so, how do you map it to the generated deegree database schema? Kind regards, -- Ben

Re: [Geoserver-users] Whitespace in Value Passed to Filter

2013-04-11 Thread Ben Caradoc-Davies
Jerome, can you please provide us with the exact request including filter? Note that if this is a GET request, the path must be correctly encoded. Kind regards, Ben. On 12/04/13 04:17, Jerome A. Wendell wrote: > I am using GeoServer 2.2.4 and OpenLayers 2.12. I have not found any > explanation

Re: [Geoserver-users] Whitespace in Value Passed to Filter

2013-04-11 Thread Jerome A. Wendell
I am using GeoServer 2.2.4 and OpenLayers 2.12. I have not found any explanation documented as to why having whitespace within the value passed to the filter would cause the filter to fail. Could this be a bug? Thanks, Jerome Wendell From: Jerome A. Wendell [mailto:jawend...@sudden

Re: [Geoserver-users] Get rid of CRS:84

2013-04-11 Thread Rahkonen Jukka
Hi, The whole chapter is "A WMS must support at least one CRS, and maps from multiple servers may be overlaid only if all the selected servers have at least one CRS in common. This International Standard does not mandate support for any particular Layer CRS(s). Instead, it only defines how CRSs

Re: [Geoserver-users] Get rid of CRS:84

2013-04-11 Thread Andrea Aime
On Thu, Apr 11, 2013 at 4:54 PM, Jonathan Moules < jonathanmou...@warwickshire.gov.uk> wrote: > I've had similar feelings in the past; ArcGIS defaults to CRS:84 if its > there, ignoring whatever you specified or the native one is. > > I'm not sure if its possible, but the WMS spec says: > > *To ma

Re: [Geoserver-users] Geoserver GetFeatureInfo and Freemarker Templates

2013-04-11 Thread Eduard Natale
Thank you very much for your kind answer. Yeah, I think it's the best solution. And I think parsing the received GML file with OpenLayers should be easy. Then I can use javascript and OpenLayers, for example, to print all that stuff in a callout for my moving marker inside my map. Thanks again! -

Re: [Geoserver-users] Get rid of CRS:84

2013-04-11 Thread Jonathan Moules
I've had similar feelings in the past; ArcGIS defaults to CRS:84 if its there, ignoring whatever you specified or the native one is. I'm not sure if its possible, but the WMS spec says: *To maximize interoperability among servers, providers * *should also support geographic coordinates by geocen

Re: [Geoserver-users] GetCapabilities 1.1.1 error

2013-04-11 Thread carlo cancellieri
Dmitriy, I've just tested it and it has no problem, so your error may depends on some data configuration: try changing 'Resource Error Handling' from the '*global*' settings page. Cheers, Carlo 2013/4/11 Dmitriy Tyugaev > Hi list, > > I get an error when a request getCapabilities document vers

[Geoserver-users] Get rid of CRS:84

2013-04-11 Thread Premysl Vohnout
Dear all, I would like to know how I can get rid of CRS:84 in my GetCapabilities for WMS http://www.habitats.cz/geoserver_habitats/wms?service=WMS&request=getCapabilities&version=1.3.0 As you can see there is list of available CRS: EPSG:102067 EPSG:3035 EPSG:3875 EPSG:4326 EPSG:900913 CR

Re: [Geoserver-users] geoserver-2.3.0 + spatialite extension

2013-04-11 Thread Justin Deoliveira
Hi Daniel, Unfortunately there have been reports of folks having issues on 64 bit windows with the spatialite libraries. Reason being that they are compiled for 32 bit. I have been able to make it work on a 64 bit system by running the jvm in 32 bit mode. You can do this with the -d32 parameter to

Re: [Geoserver-users] Geoserver GetFeatureInfo and Freemarker Templates

2013-04-11 Thread David Winslow
I think you might do better using WFS - it is designed to give access to tabular data, whereas WMS is more oriented around typical "view" and "click for info" operations. You could simply request all features since (1 second ago at time of request) and get them in XML or JSON. Since you are using

[Geoserver-users] graphic-margin

2013-04-11 Thread Chris Haste
Ok, I don't think this is a CSS Module issue at all. Straight forward SLD such as: stretch false 8 12 Seems to result in the same error on my system. Although there is a jira ticket from 2010 which implies that this work has been done and tested http://jira.codehaus.org/b

[Geoserver-users] GetCapabilities 1.1.1 error

2013-04-11 Thread Dmitriy Tyugaev
Hi list, I get an error when a request getCapabilities document version=1.1.1 from the geoserver 2.3.0. http://localhost:8090/geoserver/tiger/wms?SERVICE=WMS&REQUEST=GetCapabilities&TILED=true&VERSION=1.1.1- ERROR 11 Apr 16:42:44 ERROR [geoserver.ows] - org.geoserver.platform.ServiceException: j

[Geoserver-users] SLD encoding problem

2013-04-11 Thread Сергей Колосов
Hi all! I have SLD file in UTF-8. And i can't load it with Style Editor. When i'm trying to load file with "Upload..." Style Editor shows me error "java.io.IOException: Error parsing content" And if i copy file content and just paste it into Style Editor field, error occurs later on layer previe

Re: [Geoserver-users] JVM goes up in smoke

2013-04-11 Thread Simone Giannecchini
Ciao Brad, please, read below... Regards, Simone Giannecchini == GeoServer training in Milan, 6th & 7th June 2013! Visit http://geoserver.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (L

Re: [Geoserver-users] Failed to use SDO_TUNE.EXTENT

2013-04-11 Thread Jonathan Moules
Hi Angelo, I picked up on this a few months ago, which is the ticket Andrea is pointing to. Its fixed in 2.2.5 and 2.3 (thanks again Andrea ;-) ). Its not much of an issue with small datasets (few thousand features), but 100,000 plus and it'll lock up the GeoServer admin interface for noticeable

[Geoserver-users] AIG Arc/Info Binary Grid (adf) problem

2013-04-11 Thread Santiago Timón
Hi, I installed the GDAL plugin and now I see the multiple raster formats. I am interested in AIG .adf format and when I try to create the data source I get the following error: Could not list layers for this store, an error occurred retrieving them: The Provided input is not supported by this rea

[Geoserver-users] Geoserver GetFeatureInfo and Freemarker Templates

2013-04-11 Thread Eduard Natale
Hello guys, I'm a new entry for this mailing-list. I started playing around with Geoserver a couple of weeks ago. Now I have Geoserver installed, a couple of layers, a client browser I use to watch this map using OpenLayers. Now, Geoserver is linked with a PostGIS database. There's a table that i