Edge and node Id conservation between different graphs

Hi,
I just have a question concerning the edge and node IDs. If I build two different graphs (with the importOrLoad() method) with the exact same parameters and the same OSM file, wil they have the same edge and node IDs ?
Thanks.

Yes, if it is the same import code and the same OSM file then it should be the same, see https://github.com/graphhopper/graphhopper/issues/556

1 Like