We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
right now, the same id can exist under a node, way, and relation. buffer schema should be modified to make id's global.
The text was updated successfully, but these errors were encountered:
can: multiply id by 3 and add 0 for node, 1 for way, 2 for relation.
to get out the original id: divide enhanced id by 3 and take the floor. to get the type: enhanced id modulo 3.
Sorry, something went wrong.
No branches or pull requests
right now, the same id can exist under a node, way, and relation. buffer schema should be modified to make id's global.
The text was updated successfully, but these errors were encountered: