Fix build
This commit is contained in:
parent
bbff59a88b
commit
e0ef5bfe58
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class CurrentPositionHelper {
|
|||
if (rs.length > 0) {
|
||||
RoutingConfiguration defCfg = RoutingConfiguration.getDefault().build("geocoding", 10,
|
||||
new HashMap<String, String>());
|
||||
defCtx = new RoutePlannerFrontEnd(false).buildRoutingContext(defCfg, null, rs);
|
||||
defCtx = new RoutePlannerFrontEnd().buildRoutingContext(defCfg, null, rs);
|
||||
} else {
|
||||
defCtx = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue