Building Map Matching with local version Graphhopper

Hey,

I have added some local routing flagencoders in graphhopper that I want to use in the Map Matching.
But buidling the Map Matching use the latest version.
Is it possible to refer to your local graphhopper version and how do you do that ?
kind regards,
Benjamin

That depends on your setup, i.e. what you mean by ‘local’.

In Eclipse and IntelliJ IDEA, when you put both ‘graphhopper’ and ‘map-matching’ in the same Workspace / Project, and then edit ‘map-matching/pom.xml’ so that it uses the version of graphhopper-core that you imported (e.g. ‘0.11-SNAPSHOT’), it works.

1 Like

I have my own alterd version of graphhopper (gives the osm ids while routing) and I would like to use it in the matching.
So far I did not make it work while compling the graphhopper-match.
How can I compile with a graphhopper-version that is already installed locally ?