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

v4.1.0 #31

Merged
merged 26 commits into from
Aug 23, 2024
Merged

v4.1.0 #31

merged 26 commits into from
Aug 23, 2024

Conversation

HarutakaMatsumoto
Copy link
Member

No description provided.

Rafael Camelo and others added 26 commits July 11, 2024 14:41
…lIDs

especially altitude conversion between AltitudeKeys and VerticalFIndex
in ConvertQuadkeysAndAltitudekeysToExtendedSpatialIDs
…ConvertTileXYZToExtendedSpatialIDs()`

not to using Quadkey
If horizontal index conversion is needed, use HorizontalZoom alone; because this function does not need horizontal index conversion.
…tialIDs()`

- tests are renamed(missing older commit)
- added `ElementsMatch` for comparing slices without order
via `ConvertExtendedSpatialIDsToSpatialIDs`

`HorizontalZoom` is refactored for using integer output
via `ConvertTileXYZToSpatialIDs`

`ConvertExtendedSpatialIDsToSpatialIDs` is renamed to `ConvertExtendedSpatialIDToSpatialIDs`
about updating `ConvertQuadkeysAndAltitudekeysToExtendedSpatialIDs` to `ConvertTileXYZToExtendedSpatialIDs`
- replaced `fmt.Sprintf` as `strconv.FormatInt`
- removed golang.org/x/exp/maps
- replaced constants as `consts` package
- fixed wrong inline document
    - `ConvertAltitudeKeyToZ`
    - `TileXYZ`
- adjusted fields' integer size int64
- renamed `object.TileXYZ`s' test functions
- restructured conversion functions table
  - removed future plan column to prevent confusing
- added overview of ConvertExtendedSpatialIDToSpatialIDs
- remove local `zOriginValue` (`consts.ZOriginValue` still remains)
- renamed `ConvertAltitudeKeyToZ` to `ConvertAltitudeKeyToMinMaxZ`
- renamed `ConvertZToAltitudekey` to `ConvertZToMinMaxAltitudekey`
- refactored tests using test table
- updated go version at build
- upgraded external library
- functions is renamed from `convertZToMinAltitudeKey` to `convertZToMinAltitudekey`
- changed tests not to use test tables
 Conversion from TileXYZ into extendedSpatialID and SpatialID
@HarutakaMatsumoto HarutakaMatsumoto self-assigned this Aug 23, 2024
@HarutakaMatsumoto HarutakaMatsumoto merged commit 11506da into main Aug 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants