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

Java API: Ability to input OSM data via primitive types instead of an XML string #201

Open
BudgieInWA opened this issue Feb 16, 2023 · 0 comments

Comments

@BudgieInWA
Copy link
Collaborator

In order to avoid serialising the OSM data into XML in Java just to deserialise it in Rust, we should provide the ability to get OSM data into StreetNetwork from a collection of floats and strings.

My idea is to create bare-bones Java types to represent the OSM nodes and ways and translate them into an osm_reader::Document in osm2streets-java.

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