We are doing a minor “douglas peucker” point reduction on import:
You could disable that via providing a custom OSMReader.
And if you are using the web service (I guess you are not) we do a second simplification step to reduce the geometry overhead: https://github.com/graphhopper/graphhopper/blob/master/core/src/main/java/com/graphhopper/GraphHopper.java#L229
1 Like