Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WorldWindEarth/WorldWindJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: Unmanned-Software-Solutions/WorldWindJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    6f1de38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0cbed View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    f091e7a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Fix draw offset retrieval to use scaled attributes

    Replaced the use of unscaled attributes with scaled attributes for draw offset computation in `applyScreenTransform`.
    yaroslavkulinich committed May 15, 2025
    Configuration menu
    Copy the full SHA
    8df886b View commit details
    Browse the repository at this point in the history
  2. 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`.
    yaroslavkulinich committed May 15, 2025
    Configuration menu
    Copy the full SHA
    59def13 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    c88c317 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. [Fix] Do not change tile image type to TYPE_INT_ARGB always in transf…

    …ormPixels(), make non-alpha-based if it shouldn't have alpha channel.
    
    [Version] 2.3.2
    yaroslavkulinich committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    31e7b51 View commit details
    Browse the repository at this point in the history
Loading