[Geotools-devel] GeoServer/GeoTools PMC Meeting at 18:30 CET / 9:30 PST tomorrow

2022-01-31 Thread Torben Barsballe
Reminder that the next PMC meeting is scheduled for tomorrow, February 1, at 18:30 CET. Cheers, Torben ___

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