Re: [Geotools-devel] SLDParser and internal usage of FilterFactory(2) & ExpressionDOMParser

2021-06-01 Thread Frank Gasdorf via GeoTools-Devel
t;https://docs.geotools.org/latest/javadocs/org/opengis/filter/FilterFactory2.html> >> methods >> to the FilterFactory >> <https://docs.geotools.org/latest/javadocs/org/opengis/filter/FilterFactory.html> >> interface >> and simplify the library. >> -- >>

Re: [Geotools-devel] SLDParser and internal usage of FilterFactory(2) & ExpressionDOMParser

2021-05-25 Thread Frank Gasdorf via GeoTools-Devel
- Frank Am Mo., 24. Mai 2021 um 10:12 Uhr schrieb Andrea Aime < andrea.a...@geo-solutions.it>: > On Mon, May 17, 2021 at 8:48 AM Frank Gasdorf via GeoTools-Devel < > geotools-devel@lists.sourceforge.net> wrote: > >> Hi folks, >> >> I stumbled abo

[Geotools-devel] SLDParser and internal usage of FilterFactory(2) & ExpressionDOMParser

2021-05-16 Thread Frank Gasdorf via GeoTools-Devel
Hi folks, I stumbled about the SLDParser while I wass looking for final field initializations with CommonFactoryFinder.getXXX However, I'm not sure about whether it was by intension but internally ther is a cast from FilterFactory to FilterFactory2 on initailization an ExpressionDOMParser. This l

[Geotools-devel] ImageMosaicReader and Example how to use indexer.xml

2020-09-14 Thread Frank Gasdorf via GeoTools-Devel
Hello folks, >From uDig Perspective I had some transitive dependency issues using gt-imagemosaic plugin. The indexer Implementation seems to use jaxb to parse indexer.xml files. But I couldn't find a hint on how to configure ImageMosaicReader to invoke this code. Is this feature somewhere used a

Re: [Geotools-devel] any ideas on geotools-23.x-java11 job?

2020-09-11 Thread Frank Gasdorf via GeoTools-Devel
I tried to have a look at the job configuration and workspace. Obviously it's not possible to view configuration and browse through the workspace without log-in. Any chance to configure the job to allow viewing config.xml and workspace? How to get credentials (to view)? -- Frank Am Fr., 11. Sept

[Geotools-devel] How to pass hints from WebMapServer to GetMapRequests?

2020-08-23 Thread Frank Gasdorf via GeoTools-Devel
Hello everybody, I'm experimenting to enable advanced projection support with StreamingRenderer options ADVANCED_PROJECTION_HANDLING_KEY & CONTINUOUS_MAP_WRAPPING

Re: [Geotools-devel] Maven Release Repository

2020-05-28 Thread Frank Gasdorf via GeoTools-Devel
Great, you saved my day! -- Frank Am Do., 28. Mai 2020 um 15:30 Uhr schrieb Mark Prins : > Hi Frank, > > use https://repo.osgeo.org/ (the boudless repo was decommissioned) > > hth, Mark > > > On 28-05-2020 09:18, Frank Gasdorf via GeoTools-Devel wrote: > > Hello

[Geotools-devel] Maven Release Repository

2020-05-28 Thread Frank Gasdorf via GeoTools-Devel
Hello folks, recently I got errors downloading artifacts from Boundless repository (not available anymore). https://*repo*.*boundlessgeo*.com/main Where are release artifacts deployed to? Is there another repository I can use? However is Boundless Server down by intention or by mistake? -- Fra

Re: [Geotools-devel] deadlock CRS decode

2019-10-21 Thread Frank Gasdorf via GeoTools-Devel
Aime < andrea.a...@geo-solutions.it>: > On Mon, Oct 21, 2019 at 2:44 PM Frank Gasdorf via GeoTools-Devel < > geotools-devel@lists.sourceforge.net> wrote: > >> What do you think about synchronizing CRS.decode() as well? do you expect >> any performance issues or o

[Geotools-devel] deadlock CRS decode

2019-10-21 Thread Frank Gasdorf via GeoTools-Devel
Hello GeoTools Developers, recently we had some problems from within uDig with CRS.decode() and another call on CRS.getAuthorityFactory() The version we use at the moment of writing is 2.6.3 (with uDig 1.2) and I compared the code of CRS class with the current on master, where decode isn't synchr

Re: [Geotools-devel] Thinking about static analysis

2018-12-27 Thread Frank Gasdorf via GeoTools-Devel
We are using https://www.sonarqube.org/ to check code quality not only for one project. Maybe it's worth to define rules that can be used by other OSGeo Projects as well. Great stuff IMHO, because you get trends, and coverage reports with maven builds, just integrate the plugin and configure Jenki

Re: [Geotools-devel] GeoTools 20-RC blog post

2018-08-21 Thread Frank Gasdorf via GeoTools-Devel
I tried to change release-note links (two at the very end) to 20-RC ( https://osgeo-org.atlassian.net/secure/ReleaseNote.jspa?projectId=10001&version=16719) but can't get it saved at the end. While I read release-notes I added 19.3 to issue GEOT-6084

Re: [Geotools-devel] dependency to Jdk14Logger impl

2018-08-10 Thread Frank Gasdorf via GeoTools-Devel
d, Aug 8, 2018 at 10:31 PM Frank Gasdorf via GeoTools-Devel < > geotools-devel@lists.sourceforge.net> wrote: > >> Hi folks, >> >> I'm not sure about current implementation in >> *CommonsLoggerFactory.java* >> <https://github.com/geotools/geotools/

[Geotools-devel] dependency to Jdk14Logger impl

2018-08-08 Thread Frank Gasdorf via GeoTools-Devel
Hi folks, I'm not sure about current implementation in *CommonsLoggerFactory.java* whis has an "impl" package import f

Re: [Geotools-devel] [Geoserver-devel] StreamingRenderer and usage without JAI

2018-03-28 Thread Frank Gasdorf via GeoTools-Devel
Comments inline .. 2018-03-28 12:49 GMT+02:00 Andrea Aime : > Hi Frank, > first, I'm assuming you only want to render vectors? There is no way to > read and render rasters without JAI around as far as I know, > making one would likely be a lot of work. > Totally right, I'd like to render feature

Re: [Geotools-devel] StreamingRenderer and usage without JAI

2018-03-28 Thread Frank Gasdorf via GeoTools-Devel
Hi folks, sorry for cross-posting recently - during the FOSSGIS/OSGeo codesprint in Bonn - we tried to use StreamingRenderer in an Environment without JAI installation (from within uDig) However, it looks like the Renderer loads classes that reqired JAI and I'm wondering if and how we could refa