Re: [Geoserver-users] Need WTS to serve based on Google/Bing/OSM tile coordinates instead of TMS ...

2017-03-15 Thread Kevin Smith
On 17-03-15 12:23 AM, Andrea Aime wrote: > On Wed, Mar 15, 2017 at 1:56 AM, Kevin Smith > wrote: > > I can't think of any way of doing coordinates as path element > coordinates with flipped y other than writing a custom service > implementation, > > > How a

Re: [Geoserver-users] Need WTS to serve based on Google/Bing/OSM tile coordinates instead of TMS ...

2017-03-15 Thread Kevin Smith
On 17-03-13 02:57 AM, Tom Cuthill wrote: > > > > If I use the TMS coordinates in the same URL in OpenLayers 3.0, the > features come down fine. Also, am I right in assuming to use the URL > as a template, I should just use the following? > > > > http://ge-gis-dev1.yambay.perth:8080/geoserver/g

[Geoserver-users] WMS POST - outputFormat KML Error

2017-03-15 Thread Tiago Vieira
Hi, I'm trying to make a request with format KML and it always returns nullpointerexception. VERSION: Geoserver 2.10.0 At geoserver web, in Demo requests, WMS_getMap.xml: URL: http://localhost/geoserver/wms BODY: http://www.opengis.net/ows"; xmlns:gml="http://www.opengis.net/gml";

Re: [Geoserver-users] Error checking for misconfigured gwc-layers

2017-03-15 Thread Paul Wittle
Hi, I’ve run a test with the latest version by deliberately misconfiguring it and I got the following message: [jar:file:/C:/…/webapps/ROOT/WEB-INF/lib/gs-gwc-2.11-RC1.jar!/geowebcache-diskquota-context.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException

Re: [Geoserver-users] Problem with YSLD ColorMapEntry from YAML file.

2017-03-15 Thread Moses.Gone
Hi Simone, Thanks a lot, I have raised an issue on this: https://osgeo-org.atlassian.net/browse/GEOS-8034?filter=-4 Regards, Moses From: Simone Giannecchini [mailto:simone.giannecch...@geo-solutions.it] Sent: Mittwoch, 15. März 2017 12:47 To: Gone, Moses Cc: geoserver-users Subject: Re: [Geoserv

Re: [Geoserver-users] Error checking for misconfigured gwc-layers

2017-03-15 Thread Andrea Aime
Hi Paul, I may be wrong, but believe this change has already been made in 2.11 as part of the large refactor to improve startup times but I might be wrong. Care to check it out and verify? Cheers Andrea On Wed, Mar 15, 2017 at 2:23 PM, Paul Wittle wrote: > Hi, > > > > We had another GeoSer

[Geoserver-users] [Deadline Extension] 15th International Symposium on Spatial and Temporal Databases (SSTD 2017)

2017-03-15 Thread Jin Soung Yoo
*** Please consider a paper submission from your research group and forward this CFP email to all relevant people who might be interested in this SSTD conference.*** Call for Papers [Deadline Extension] 15th International Symposium on Spatial and Temporal Databases (SSTD 2017) August 21-23, 2017

Re: [Geoserver-users] Feature Data Reader Query Zoom level

2017-03-15 Thread Chris Snider
Andrea, Thanks for the pointer. Chris Snider Senior Software Engineer Intelligent Software Solutions, A Polaris Alpha Company [Description: Description: Description: cid:image001.png@01CA1F1F.CBC93990] From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Wed

[Geoserver-users] Error checking for misconfigured gwc-layers

2017-03-15 Thread Paul Wittle
Hi, We had another GeoServer failure today as a result of a misconfigured entry in our gwc-layers folder. The message was: - Could not locate a layer or layer group with id... We have also had it complaining about duplicate layer entries in the past. Whilst I understand that these ar

Re: [Geoserver-users] Problem with YSLD ColorMapEntry from YAML file.

2017-03-15 Thread Simone Giannecchini
Hi Moses, this is most likely a minor bug in the YSLD to SLD conversion. SLD parser will not chew a Java color. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Directo

[Geoserver-users] Problem with YSLD ColorMapEntry from YAML file.

2017-03-15 Thread Moses.Gone
Dear List, We are using Geoserver REST API to upload and attach yaml style files to layers. A sample yaml file looks like this: name: Test title: Test Style title abstract: Styling of Test layer feature-styles: - rules: - title: raster symbolizers: - raster: opacity: 1.0

Re: [Geoserver-users] Feature Data Reader Query Zoom level

2017-03-15 Thread Andrea Aime
Hi Chris, during a WMS request the GetMap machinery sets some environment variables that you can pick, using the env function, to know the scale denominator: http://docs.geoserver.org/stable/en/user/styling/sld/extensions/substitution.html#predefined-variables There is no such a thing as a "zoom

Re: [Geoserver-users] Geoserver 2.10 with integrated GWC and secured workspace

2017-03-15 Thread Lucas Heezen
Hello Andrea, Thank you for your answer. We will discus this with our customer and if needed buy a feature request. Cheers, Lucas Van: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] Namens Andrea Aime Verzonden: woensdag 15 maart 2017 08:32 Aan: Lucas Heezen CC: geoserver-users@lists.sou

Re: [Geoserver-users] Geoserver 2.10 with integrated GWC and secured workspace

2017-03-15 Thread Andrea Aime
On Wed, Mar 8, 2017 at 9:29 AM, Lucas Heezen wrote: > Hello, > > > > We are facing a problem with Geoserver 2.10. > > There is a workspace configured with serveral layers. We have secured this > workspace with a role. > > We need to seed those layers with GWC. Here comes the problem, GWC cannot >

Re: [Geoserver-users] Need WTS to serve based on Google/Bing/OSM tile coordinates instead of TMS ...

2017-03-15 Thread Andrea Aime
On Wed, Mar 15, 2017 at 1:56 AM, Kevin Smith wrote: > I can't think of any way of doing coordinates as path element coordinates > with flipped y other than writing a custom service implementation, > How about implementing the REST bindings for WMTS in that case? ;-) Cheers Andrea -- == GeoSer