Re: [Geotools-devel] Some changes to LabelCache / RenderImageMapOutputFormat to ease customization

2017-12-01 Thread Ian Turton
Sounds like a useful idea, no objection from me Ian On 1 December 2017 at 11:24, Mauro Bartolomeoli < mauro.bartolome...@geo-solutions.it> wrote: > Hi, > I would like to refactor LabelCacheImpl a bit to allow extending / > overriding it and introduce custom behaviour through extension. > > What

[Geotools-devel] Some changes to LabelCache / RenderImageMapOutputFormat to ease customization

2017-12-01 Thread Mauro Bartolomeoli
Hi, I would like to refactor LabelCacheImpl a bit to allow extending / overriding it and introduce custom behaviour through extension. What I would do: - remove final from the class definition - transform some method from private to protected to allow overriding Then, I would like to add a