fix: custom profile dir relative to profile dir
This commit is contained in:
parent
3df98310fb
commit
8327fd4e24
3 changed files with 5 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ import btools.router.OsmNodeNamed;
|
|||
public class ServiceContext
|
||||
{
|
||||
public String segmentDir;
|
||||
public String profileDir;
|
||||
public String customProfileDir;
|
||||
public Map<String,String> profileMap = null;
|
||||
public List<OsmNodeNamed> nogoList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue