Re: [Geotools-devel] WMTS projections

2022-02-02 Thread Roar Brænden
Hi, The documentation is rather outdated. And to be honest not very helpful. https://docs.geotools.org/latest/userguide/library/referencing/index.html#references At this page there is a comment that you shoul

Re: [Geotools-devel] WMTS projections

2022-02-02 Thread Andrea Aime
On Wed, Feb 2, 2022 at 9:44 AM Roar Brænden wrote: > Hi, > > Got it! > > You're both right that using URN:DEF will override the forceXY pattern. > > My problem had more to it than that. In some way I had both gt-epsg-wkt > and gt-epsg-hsql at the class path. > No can do, it's not supposed to wor

Re: [Geotools-devel] WMTS projections

2022-02-02 Thread Roar Brænden
Hi, Got it! You're both right that using URN:DEF will override the forceXY pattern. My problem had more to it than that. In some way I had both gt-epsg-wkt and gt-epsg-hsql at the class path. For my specific projection EPSG:3006, they are using a mix of axis orientation. Gt-epsg-hsql being the

Re: [Geotools-devel] WMTS projections

2022-01-31 Thread Jody Garnett
I that is a problem for the WMS code also (needing to ensure the coordinate reference system matches the external system). You can use the full urn syntax to get the EPSG database order (ignoring forceXY during lookup). Check the WMS client code for 1.3.0. Jody On Mon, Jan 31, 2022 at 12:21 AM

Re: [Geotools-devel] WMTS projections

2022-01-31 Thread Andrea Aime
On Mon, Jan 31, 2022 at 9:22 AM Roar Brænden wrote: > Hi Jody, > > Thanks for the reply. > > I've had a certain interest in WMTS lately, and also in gt-tile-client. I > see some clear benefits in clarifying the similarities between those two > projects. So that we at a later stage can introduce n

Re: [Geotools-devel] WMTS projections

2022-01-31 Thread Roar Brænden
Hi Jody, Thanks for the reply. I've had a certain interest in WMTS lately, and also in gt-tile-client. I see some clear benefits in clarifying the similarities between those two projects. So that we at a later stage can introduce new functionality. Those goes more in the direction of geowebcac

Re: [Geotools-devel] WMTS projections

2022-01-30 Thread Jody Garnett
First up thank you for the work, I spotted a couple documentation examples that needed to change headers, but Ian merged before my review was done. I recently looked at the geopackage module which also has a concept of tiles sets and projections (and defines some data structure along these lines).

[Geotools-devel] WMTS projections

2022-01-26 Thread Roar Brænden
Hi, For the last year I've been working with the gt-wmts module. I've tried to clarify the responsibilties between WebMapTileServer and WMTSTileService. The first one building on OGC web service modules, and gimmick the WMTS standard. While the other one WMTSTileServer representing a single WMS