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

Use TileXYZ instead of QuadkeysAndAltitudekeys #28

Open
mi-24v opened this issue Aug 16, 2024 · 0 comments · Fixed by #29
Open

Use TileXYZ instead of QuadkeysAndAltitudekeys #28

mi-24v opened this issue Aug 16, 2024 · 0 comments · Fixed by #29
Assignees
Labels
enhancement New feature or request

Comments

@mi-24v
Copy link
Member

mi-24v commented Aug 16, 2024

Is your feature request related to a problem? Please describe.

There is overhead about converting QuadKey into 3D-tile key index.

Spatial ID uses f, x and y independently.
While both 3D-tile key index and QuadkeysAndAltitudekeys have z-order feature, QuadkeysAndAltitudekeys causes convert between QuadKey and 3D-tile key for using independent indices.
This conversion is not essential and has overhead.

Describe the solution you'd like

QuadkeysAndAltitudekeys needs to replace into TileXYZ

Describe alternatives you've considered

It is breaking change because backward compatibility will be broken if QuadkeysAndAltitudekeys are deleted totally.
It needs transition duration.

Additional context

(nothing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant