Re: [Geoserver-users] REST-API: Layers doesn't have a workspace

2017-11-06 Thread Gubler, Ruediger
Hi, we tried the geoserver manager but got errors. The GitHub site show support until geoserver 2.9.x but we are using 2.12.0. Is there a newer version of geoserver manager available and does it support configuration of the plugin settings (e.g. vector-tiles)? Kind regards, Rüdiger Von:

Re: [Geoserver-users] SLD problem: area-calculation for polygons

2017-11-06 Thread Uwe Seher
Hello! Thank you for the info. Best regards Uwe 2017-11-06 16:26 GMT+01:00 Andrea Aime : > Hi Uwe, > known issue: > https://osgeo-org.atlassian.net/browse/GEOS-7885 > https://osgeo-org.atlassian.net/browse/GEOT-4750 > > No ETA for a fix due to lack of funding

Re: [Geoserver-users] GeoJSON not following the right-hand rule.

2017-11-06 Thread Rahkonen Jukka (MML)
Hi, Geoserver creates old style GeoJSON. I consider it is right thing to do just because it supports different coordinate systems. Also GDAL writes old style by default but it can be switched to new school with a parameter. Perhaps Geoserver could have a similar feature. - Jukka Rahkonen-

Re: [Geoserver-users] Invalid content was found starting with element 'PropetyName'.

2017-11-06 Thread Ben Caradoc-Davies
The documentation is for Filter 1.1. You are using Filter 2.0, which requires ValueReference. Are you using a validating XML editor to prepare your requests? Please file Jira reports for manual pages that are not clear about which version of Filter they address. Kind regards, Ben. On

[Geoserver-users] GeoJSON not following the right-hand rule.

2017-11-06 Thread jdege
I'm running WFS queries against GeoServer, with outputFormat=application/json, so I get GeoJSON output. When I test the output against http://geojsonlint.com/ , I'm getting errors: * old-style crs member is not recommended * Polygons and MultiPolygons should follow

Re: [Geoserver-users] Invalid content was found starting with element 'PropetyName'.

2017-11-06 Thread jdege
What is working for me is to use instead of . Why the documentation says to use the latter, I don't know. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html -- Check out the vibrant tech

[Geoserver-users] Invalid content was found starting with element 'PropetyName'.

2017-11-06 Thread jdege
I'm still trying to get even the simplest of queries to work. Looking here, it appears that if I want to do a DWithin, I need to include a , a GML Geometry, and a . So I'm trying this: http://www.opengis.net/wfs/2.0; xmlns:fes="http://www.opengis.net/fes/2.0;

Re: [Geoserver-users] Invalid typenames in WFS:GetFeatures POST?

2017-11-06 Thread jdege
Julian wrote > Have a look in the response to a GetCapabilities request. That should > contain the namespace declaration for mynamespace. I don't know why I didn't think of looking there. I found this, there: xmlns:mynamespace="mynamespace" Just too simple. Thanks. -- Sent from:

[Geoserver-users] Invalid typenames in WFS:GetFeatures POST?

2017-11-06 Thread Jeff Dege
I'm trying to get even the simplest WFS HTTP_POST request to work, against a GeoServer WFS endpoint. This HTTP_GET request works, and returns what I expect (newlines inserted for clarity): http://mygeoserver.com/geoserver/ows? service=wfs& version=2.0.0& request=getfeature&

Re: [Geoserver-users] Convert SLD to YSLD (or CSS)

2017-11-06 Thread Torben Barsballe
Hi Kris, You can view a style for a certain workspace using the following endpoint: /rest/workspaces/{workspaceName}/styles See the API docs for more info: http://docs.geoserver.org/api/#/1.0.0/styles.yaml There is no way of viewing all styles at once using the rest API. Torben On Mon, Nov 6,

Re: [Geoserver-users] Invalid typenames in WFS:GetFeatures POST?

2017-11-06 Thread Julian Hollingbery
Have a look in the response to a GetCapabilities request. That should contain the namespace declaration for mynamespace. Regards /julian > On 6 Nov 2017, at 18.53, jdege wrote: > > I'm trying to get even the simplest WFS HTTP_POST request to work, against a > GeoServer

Re: [Geoserver-users] Convert SLD to YSLD (or CSS)

2017-11-06 Thread Kris Johnson
Hi Torben, Thank you. That worked great. A related question: When I navigate to the REST endpoint for my styles I only see styles that have no workspace (ie. public, private, etc.). How can I view all styles, or at least the styles for a certain workspace? On Mon, Nov 6, 2017 at 11:05 AM,

[Geoserver-users] Invalid typenames in WFS:GetFeatures POST?

2017-11-06 Thread jdege
I'm trying to get even the simplest WFS HTTP_POST request to work, against a GeoServer WFS endpoint. This HTTP_GET request works, and returns what I expect (newlines inserted for clarity): http://mygeoserver.com/geoserver/ows? service=wfs& version=2.0.0& request=getfeature&

[Geoserver-users] Invalid typenames in WFS:GetFeatures POST?

2017-11-06 Thread jdege
I'm trying to get even the simplest WFS HTTP_POST request to work, against a GeoServer WFS endpoint. This HTTP_GET request works, and returns what I expect (newlines inserted for clarity): http://mygeoserver.com/geoserver/ows? service=wfs& version=2.0.0& request=getfeature&

Re: [Geoserver-users] Convert SLD to YSLD (or CSS)

2017-11-06 Thread Torben Barsballe
Hello Kris, If you are using 2.12.0, the instructions in the tutorial may be a little out of date. In addition to what is written there, you will need to set the Accept header. If you are using cURL, you can use the following command: curl -u admin:geoserver -H "Accept:

Re: [Geoserver-users] Spatio-temporal Data Handling

2017-11-06 Thread Daniele Romagnoli
Hi Felipe, for additional dimensions, you should use a "DIM_" prefix on your request. Please, take a look at this page: http://geoserver.geo-solutions.it/edu/en/multidim/accessing_multidim/wms.html#netcdf In your case, I think that something like

Re: [Geoserver-users] SLD problem: area-calculation for polygons

2017-11-06 Thread Andrea Aime
Hi Uwe, known issue: https://osgeo-org.atlassian.net/browse/GEOS-7885 https://osgeo-org.atlassian.net/browse/GEOT-4750 No ETA for a fix due to lack of funding direct to it (that I'm aware of at least), but it's marked for attention in the monthly bug fix code sprint, so it might get fixed before

[Geoserver-users] SLD problem: area-calculation for polygons

2017-11-06 Thread Uwe Seher
Hello! I try to label some polygons with with its area. I try to do this via the SLD with this Statement: shortname ( 00 geom m^2) This works mostly

Re: [Geoserver-users] Convert SLD to YSLD (or CSS)

2017-11-06 Thread Kris Johnson
Hello Torben, Thank you for your response. See my answers below: First of all, what version of GeoServer are you using? There have been a > number of changes recently that could affect the behaviour you are seeing. > Notably, GeoServer 2.12 includes a rewrite of the REST API that may be >

[Geoserver-users] configure use of .bak files

2017-11-06 Thread jsmit
There is a feature in GeoServer that keeps a backup (.bak file) of deleted SLD files. It would be really nice to be able to make the use of this feature configurable to keep clutter away from the data folder. It is part of this file:

Re: [Geoserver-users] WMTS Display Scale

2017-11-06 Thread Andrea Aime
Hi Mario, as far as I know it is not possible Cheers Andrea On Mon, Nov 6, 2017 at 2:42 AM, Mario Basa wrote: > Is it possible display/hide WMTS layers depending on its scale? > > I know that this is done through SLD for vector layers, but I am not sure > if it will also

[Geoserver-users] Spatio-temporal Data Handling

2017-11-06 Thread Felipe Odorizi de Mello
Hi all, I followed the tutorial on this page http://geoserver.geo-solutions.it/edu/en/multidim/netcdf/netcdf_config.html I’m currently trying to plot elevation dimensions of Grib File. $ grib_ls ucomp.grb edition centre typeOfLevel leveldataDate stepRange shortName

Re: [Geoserver-users] MapProjection doesn't converge

2017-11-06 Thread Matteo Cusmai
Hi Andrea, sorry for delay, I was in holiday. If I take the area of use from the site you mentioned (6 38.76, 12 83.92) I can calculate a bbox as follow: select st_astext(st_envelope(st_geometryfromtext('LINESTRING(6 38.76, 12 83.92 )', 4326))) and the result is: POLYGON((6 38.76,6 83.92,12

[Geoserver-users] Print google map with custom styles

2017-11-06 Thread Michele Schäuble
Hi all I'm currently trying to print a google map using Geoservers print module, which works perfectly fine for regular maps. However, I stuck passing multiple custom styles. What worked, was passing a single style using the customParams element: "customParams":{ "style":