<div dir="ltr">Don't know if this is the right forum. New to this project.<div>Another project map-matching which depends on graphhopper project build fail with error below.</div>
<p style="margin:0in;font-family:Menlo;font-size:8.25pt">[ERROR]
/home/ec2-user/map-matching/src/main/java/com/graphhopper/matching/MapMatchingMain.java:[62,104]
cannot find symbol</p>
<p style="margin:0in;font-family:Menlo;font-size:8.25pt"> symbol:
method getSingle()</p>
<p style="margin:0in;font-family:Menlo;font-size:8.25pt"> location: class
com.graphhopper.routing.util.EncodingManager</p>
<p style="margin:0in;font-family:Menlo;font-size:8.25pt">[INFO] 1 error</p>
<div><br></div><div>I was able to build map-matching last month. This is probably due to some re-factoring change on EncodingManager and getSingle() method is not available anymore.</div><div>Wondering if we should add back the getSingle() method in EncodingManager or refactor Map-Matching not to use getSingle() to move forward?</div><div><br></div><div>Thanks </div></div>