Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-20 Thread Andrea Aime
Hi Jody, I've noticed, thanks! Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions Group phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339

Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-20 Thread Jody Garnett
Thanks Andrea, the two PRs are now merged. - - Jody Garnett On Aug 18, 2024 at 12:27:10 AM, Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Pull requests are available: > > >- https://github.com/geotools/geotools/pull/4879 >- https://github.com/geoserver/geoserver/pull/7838 > >

Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-18 Thread Andrea Aime
Pull requests are available: - https://github.com/geotools/geotools/pull/4879 - https://github.com/geoserver/geoserver/pull/7838 Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andrea Aime @geo

Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-17 Thread Andrea Aime
On Sun, Aug 11, 2024 at 1:24 AM Jody Garnett wrote: > I have encountered one awkward difficult with the use of zoom levels as a > very cheerful shorthand for scale denominator. I got a bit stuck on with > mbox style where zoom level was defined with respect to web mercator. > > At the time there

Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-10 Thread Jody Garnett
Andrea, Please feel free to move them around as needed, your plan sounds great! I have encountered one awkward difficult with the use of zoom levels as a very cheerful shorthand for scale denominator. I got a bit stuck on with mbox style where zoom level was defined with respect to web mercator.

Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-10 Thread Andrea Aime
Hi Ian, once we have support for TileMatrixSet definitions generally available in gt-main, there are a multiplicity of module that can use them, for example, I was also considering features-pregeneralized to be also a good candidate. Going to SLD, of course one could leverage the zoom to scale map

Re: [Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-10 Thread Ian Turton
This sounds good to me, is there a possibility that it will allow zoom level to become available in SLD as a vendor option or special variable? I'm not suggesting that you do that now but it would be nice if it is possible for future implementations, though I'm not promising that I'll ever get arou

[Geotools-devel] Supporting zoom levels in CSS, sharing some YSLD code

2024-08-10 Thread Andrea Aime
Hi, first of all, apologies for the cross post, I've done it because the refactor I'm proposing concerns both projects. I want to add zoom level support in CSS, with a familiar syntax like [@z = 10] or [@z >= 15], and an eventual tile matrix set choice as a top level directive like @tms "myCustomT