Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GeoPackage support implementation. #243

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    8f023bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b5aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46989e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88e6f0e View commit details
    Browse the repository at this point in the history
  5. Improve GeoPackage support implementation:

    - Add support of local tile origin based on tile matrix set extent instead of full sphere origin.
    - Add surface image name based on content identifier.
    - Change level set sector initialization based on tile matrix set extent instead of content extent.
    - Change first level tile delta and number of levels calculation based on tile matrix zoom levels.
    - Fix row calculation in tile factory.
    ComBatVision committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    99c51c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Calculate number of levels as (maximal - minimal + 1) instead of taki…

    …ng levels size in case of gaps in levels numeration.
    ComBatVision committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    c17e8b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

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

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    06ee66c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/mercator' into feature/g…

    …eopackage
    
    # Conflicts:
    #	worldwind/src/main/java/gov/nasa/worldwind/layer/mercator/MercatorImageTile.java
    #	worldwind/src/main/java/gov/nasa/worldwind/layer/mercator/MercatorSector.java
    #	worldwind/src/main/java/gov/nasa/worldwind/layer/mercator/MercatorTiledImageLayer.java
    #	worldwind/src/main/java/gov/nasa/worldwind/render/ImageRetriever.java
    #	worldwind/src/main/java/gov/nasa/worldwind/render/ImageSource.java
    ComBatVision committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    6d01bab View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

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

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    dabf6af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e12a0 View commit details
    Browse the repository at this point in the history