You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
inosm2streets-java
.The text was updated successfully, but these errors were encountered: