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: JOSM/MapWithAI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v820
Choose a base ref
...
head repository: JOSM/MapWithAI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v822
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 3, 2024

  1. PMTiles: invert y axis of tile coordinates

    The y axis of XYZ tiles is oriented from north to south. When
    enumerating tiles for a given bounding box, the y coordinates have to be
    enumerated from north/top to south/bottom.
    hfs committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d13d61f View commit details
    Browse the repository at this point in the history
  2. Extract TileXYZ and add some basic tests

    Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
    tsmock committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    eff911c View commit details
    Browse the repository at this point in the history
Loading