Glenn Burkhardt

Results 20 comments of Glenn Burkhardt

It is curious, isn't it?  BitDefender reports "5 threats" in mesa3d-20.3.4-release-mingw.7z: Gen:Variant.Bulz.311850 (twice) Gen:Variant.Fugrafa.99534 Trojan.GenericKD.45765450 Trojan.GenericKD.45765462 and 37 hits in mesa3d-20.3.4-release-msvc.7z.  BitDefender unpacks the archive and examines individual files. On...

Yeah, BitDefender reports 13 threats from the 21.1.1 msvc release, and 1 from the mingw. The reports are for the .exe files.  Symantec Endpoint also reports malware. On 5/31/2021 7:42...

Thanks for the vote of confidence. However, with 30+ pull requests outstanding, and the last update to the code having been on Nov 8, 2017, I get the feeling that...

Sure.  Do you have a timeframe?  I'm in the middle of rebuilding GDAL with version 2.4.1.  There were several formats omitted from the build that's in GitHub.  I still have...

I've been thinking about how to minimize long term maintenance of the GDAL support. What I've been doing isn't viable - it's been taking days to accumulate the source code,...

Actually, since the variable 'Southern_Hemisphere' is non-zero for negative latitudes, it's the northing for southern hemisphere values that's incorrect. Thank you very much for noting this.

See also: https://github.com/NASAWorldWind/WorldWindJava/pull/157

Clipper is simply fixing the orientation of your outer boundary. See the documentation in ClipperLib for 'Orientation'. In computational geometry, polygons have a orientation, and algorithms make assumptions about the...

Obsolete now. See more recent code in https://github.com/WorldWindEarth/WorldWindJava commits: https://github.com/NASAWorldWind/WorldWindJava/commit/9e6e5044dde37c758cba7f8886d93d5a5e58bfff https://github.com/NASAWorldWind/WorldWindJava/commit/81731e8f643f67094c0dc7f0c8b439efbb17f9f6 https://github.com/NASAWorldWind/WorldWindJava/commit/6225f20211763dad837b57a0672e9f3c683fb1c0 https://github.com/NASAWorldWind/WorldWindJava/commit/63a0346b17b5802ded83b7780bb2a8a5d9e9dad9

Why isn't this a bug in AWT? Seems that for 'Canvas' ought to expand in size to fix the parent JPanel. I think Canvas is using physical pixel for its...