Re: [Geotools-devel] Problems with shape marks

2022-08-11 Thread Andrea Aime
On Thu, Aug 11, 2022 at 11:32 AM wrote: > This one does (almost the same functioning): > > new Ellipse2D.Double(-0.1, -0.1, 0.1, 0.1) > Not close enough, the original shape was so thin so that it would not blow up to a visible circle when rescaled (it would stay a small dot instead). > And eve

Re: [Geotools-devel] Problems with shape marks

2022-08-11 Thread Jody Garnett
That is good research; we did find some unit tests failing when working on arm environment (example apple m1). Java virtual machines are not "perfect" and does delegate some math to the cpu; and the IEEE floating spec allows for some leeway. -- Jody Garnett On Thu, 11 Aug 2022 at 02:30, wrote:

Re: [Geotools-devel] Problems with shape marks

2022-08-11 Thread Ian Turton
Mika, can you atleast create a ticket for this ( https://osgeo-org.atlassian.net/jira/software/c/projects/GEOT/issues) and add the information that you've found so far. Thanks Ian On Thu, 11 Aug 2022 at 10:31, wrote: > Jody, > I understand that. I still feel that this "bug" is something that

Re: [Geotools-devel] Problems with shape marks

2022-08-11 Thread mika
Jody, I understand that. I still feel that this "bug" is something that needs particular dev experience on Geotools or Java. I haven't been an active developer for five years now and I have very limited time to investigate things but.. I did what you asked and I can confirm and repeat this ma

Re: [Geotools-devel] Problems with shape marks

2022-08-09 Thread Jody Garnett
This list is for the developer side of the street; we can help you here when you submit a bug and start working on a patch. There should be some existing test cases for mark factory you can copy; or if you run a build in that environment they should *fail* if there is indeed a regression in OpenJD

[Geotools-devel] Problems with shape marks

2022-08-09 Thread mika
Hello, maybe not the best platform to ask (spam..), but anyone having any idea of ShapeMarkfactory (https://github.com/geotools/geotools/blob/26.5/modules/library/render/src/main/java/org/geotools/renderer/style/ShapeMarkFactory.java) ..does it work with OpenJDK11 as planned? Or can someone deb