graphhopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.

Home Page:https://www.graphhopper.com/open-source/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GHUtility's method not found

Redy1908 opened this issue · comments

Describe the bug
I am currently integrating the GraphHopper library into a Java project via Maven. I have been following the provided example. However, i have the error Cannot resolve method 'loadCustomModelFromJar' in 'GHUtility' at this line. I have tested this with the following versions of GraphHopper: 9.0-pre1, 8.0, 7.0

To Reproduce

  1. Add the latest version of GraphHopper to a Java Project thru Maven
  2. Replicate the code from the provided example
  3. Note the error