Re: [Geotools-devel] [Geoserver-devel] Rendering pre process Mark Factories extension point proposal

2021-08-12 Thread Jody Garnett
Right, sorry I missed that requirement earlier. For the workspace, or GetMap, use case that is a clear need for using a Hint (pass your comparator in as a hint and make a getMarkFactories( hints ) method; it probably already should of had one. Jody On Thu, Aug 12, 2021 at 2:34 PM Fernando Mino <

Re: [Geotools-devel] [Geoserver-devel] Rendering pre process Mark Factories extension point proposal

2021-08-12 Thread Fernando Mino
Hi Jody, Thanks for the insight on Factory registry as a better alternative. Indeed the DynamicSymbolFactoryFinder.getMarkFactories() -> FactoryRegister.setOrdering(..) approach will do the trick for one of the scenarios we want to support (I will amend the proposal to add this to support the glo