I have a linux image with osrm v3.5.0 where i extract my osm files to osrm. these osrm files are read by java code that allows me to handle the routing info in my project.
I wanted to migrate this to ec2 and I got the last 4.3 build. Everything worked to generate my osrm files, but my java code won't read my osrm file anymore.
Is there an overview of how the output of osrm-extract files changes? A sort of migration guide or such?
I have a linux image with osrm v3.5.0 where i extract my osm files to osrm. these osrm files are read by java code that allows me to handle the routing info in my project.
I wanted to migrate this to ec2 and I got the last 4.3 build. Everything worked to generate my osrm files, but my java code won't read my osrm file anymore.
Is there an overview of how the output of osrm-extract files changes? A sort of migration guide or such?