[Geoserver-users] RV: Error Monitor Extension

2017-02-27 Thread David Alda Fernandez de Lezea
Hi, Any ideas?? Thanks. Regards. Agur bero bat, David Alda Fernández de Lezea Área de Sistemas de Información Geográfica, Planificación Territorial y Forestal Informazio Geografikoen Sistemak, Lurralde eta Baso Antolaketaren Arloa. da...@hazi.eus | www.hazi.eus T 945 003 240 - M 627 923 

Re: [Geoserver-users] Default Style via REST

2017-02-27 Thread David Alda Fernandez de Lezea
Hi Martin, Thanks for your response. I tried again adjusting my url and body to yours but again without success.. I’m just running out of ideas. Here are the response headers provided by fiddler if it can help. HTTP/1.1 405 Method Not Allowed Allow: GET, DELETE, PUT Date: Tue, 28 Feb 2017

Re: [Geoserver-users] Demo request just from localhost?

2017-02-27 Thread Andrea Aime
Hi, as Ben said, it's a security measure. If you set the proxy base url the system will fix the demo urls accordingly, but there is still a snag that we need fixing, the code checking the urls cannot tell apart "http://host:80/; from "http://host;, and pretends the former, that's something we need

Re: [Geoserver-users] Demo request just from localhost?

2017-02-27 Thread Ben Caradoc-Davies
On 28/02/17 08:28, P O'Toole wrote: > Jose - >> When I try to make a POST demo request to an external server I get the >> message: >> "java.lang.IllegalArgumentException: Invalid url requested, the demo >> requests should be hitting: http://localhost:8080/geoserver; > I'm not sure whether this

Re: [Geoserver-users] Demo request just from localhost?

2017-02-27 Thread P O'Toole
Jose - >When I try to make a POST demo request to an external server I get the >message: > >"java.lang.IllegalArgumentException: Invalid url requested, the demo >requests should be hitting: http://localhost:8080/geoserver; I'm not sure whether this behavior has changed since previous versions of

Re: [Geoserver-users] Demo request just from localhost?

2017-02-27 Thread Ben Caradoc-Davies
José, support for demo requests against URLs other than http://localhost:8080/geoserver was removed in 2.10.1 because it is a vulnerability both in that it allows access to otherwise inaccessible internal hosts using GeoServer as a proxy, and because the proxy allows circumvention of browser

Re: [Geoserver-users] Guttering on map box vector tiles incorrect, and slivered polygons being served as polygons with zero area ...

2017-02-27 Thread Dave Blasby
Hi, Tom, Most people are asking for larger gutters around the tiles! You can set it the size in the code, but there isn't an easy way to change it... https://github.com/geoserver/geoserver/blob/master/src/extension/vectortiles/src/main/java/org/geoserver/wms/vector/PipelineBuilder.java#L80 I'm

Re: [Geoserver-users] GeoServer: how to get min/max values of a raster band?

2017-02-27 Thread Bessette-Halsema, Dominique E
You can Transform the geotiff to a FeatureCollection using RasterAsPointCollectionProcess and then use the AggregateProcess Dominique Bessette Software Engineer General Dynamics Information Technology Office: 619-881-2748 From: Victor.Sinceac [mailto:victor.sinc...@corobor.com] Sent:

Re: [Geoserver-users] Default Style via REST

2017-02-27 Thread Martin Davis
We use the request below, and it works for us. URL: %HOST%/rest/layers/%LYR% Body: %STYLE% On Mon, Feb 27, 2017 at 1:24 AM, David Alda Fernandez de Lezea < da...@hazi.eus> wrote: > Hi, > > I'm developing a small program to automatically populate some satellite > images via REST. I

[Geoserver-users] YSLD Reference - Label Priority

2017-02-27 Thread sikeoka
The YSLD Reference incorrectly lists the label priority as the vendor option "x-labelPriority" but it is actually just a regular property "priority". Converting an SLD style to YSLD will use "priority" and attempting to use "x-labelPriority" doesn't do anything. SLD Reference:

[Geoserver-users] Guttering on map box vector tiles incorrect, and slivered polygons being served as polygons with zero area ...

2017-02-27 Thread Tom Cuthill
Hi, It doesn’t appear that the guttering setting is entirely working for mapbox vector tiles (I’m using the 2.10 snapshot with the vector tiles extension). Even though I set the gutter to zero, I still see negative pixel coordinates and coordinates greater than 256 when I look at the

[Geoserver-users] Demo request just from localhost?

2017-02-27 Thread José Carlos Martínez Llario
Hi all, When I try to make a POST demo request to an external server I get the message: "java.lang.IllegalArgumentException: Invalid url requested, the demo requests should be hitting: http://localhost:8080/geoserver; In previous geoserver versions I could use external servers in order to

[Geoserver-users] GeoServer: how to get min/max values of a raster band?

2017-02-27 Thread Victor . Sinceac
Hi, Is there a simple method (i.e. without adding extra WPS functions) to get the min/max values and/or the histogram of a given raster (e.g. geotiff) band, by using the standard services of the GeoServer? Mani Thanks, Victor This message is subject to and does

[Geoserver-users] Default Style via REST

2017-02-27 Thread David Alda Fernandez de Lezea
Hi, I'm developing a small program to automatically populate some satellite images via REST. I successfully populate them , but now I'm trying to set a specific style for one type of layer I'm populating but I'm getting some errors 405 and nothing else. I want that style to be the default

Re: [Geoserver-users] Complex GML 3.1.1 from App Schema

2017-02-27 Thread sammeek
Hello again Ben, I have created my own xsds from ones I found online. I have included type names in my xsds and I believe that my mapping files are correctly formatted so I can't see what's wrong. I have uploaded the two mapping files and two XSDs to this location: