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

OSM data parsing should retain OSM vertex id #102

Open
esaule opened this issue Nov 17, 2019 · 1 comment
Open

OSM data parsing should retain OSM vertex id #102

esaule opened this issue Nov 17, 2019 · 1 comment

Comments

@esaule
Copy link
Member

esaule commented Nov 17, 2019

The way we currently parse OSM data, we destroy the information of the OSM vertex ID by creating our own internal ID map.
This saves a little bit of data, but fundamentally prevent stitching maps together. The client should be written to retain OSM vertex IDs and use that for vertex identification.

We should check what the other clients are doing.

@esaule
Copy link
Member Author

esaule commented Nov 17, 2019

Fixed upstream in the C++ client. Should be tested and checked on the other two clients.

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