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

Current spec is not friendly for massive points. #153

Open
insar-dev opened this issue Jan 19, 2023 · 0 comments
Open

Current spec is not friendly for massive points. #153

insar-dev opened this issue Jan 19, 2023 · 0 comments

Comments

@insar-dev
Copy link

I have massive points that almost fill the tile.
So the coordinate data takes the major size of tile.
Would the spec design new format for this situation?
For example, supposing the extent is 4096, it can use 4096 * 4096 bit matrix to store x and y.
if( bit(x, y) == 1), it has coordinate, else.....
And we can use array to store properties(number value?)., then compress them like being done in 3d tiles.

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

No branches or pull requests

1 participant