Comparing WorldWindEarth:develop...Unmanned-Software-Solutions:develop · WorldWindEarth/WorldWindJava
Commits on Mar 6, 2025
Commits on May 15, 2025
-
Enhance scaling support with dynamic scale factor integration
Replaced static scale factor retrieval with a dynamic approach using `DrawContext`. Updated key rendering components (e.g., annotations, placemarks) to use `dc.getScaleFactor()`. Removed redundant code and integrated DPI-aware scaling into `DrawContext`.