profile upload (a first implementation), similar to CgiUpload,
adds a new customprofiledir argument, a new file is created on each upload
This commit is contained in:
parent
ba867b4779
commit
6f9cef9b3f
5 changed files with 126 additions and 14 deletions
|
|
@ -11,6 +11,7 @@ import btools.router.OsmNodeNamed;
|
|||
public class ServiceContext
|
||||
{
|
||||
public String segmentDir;
|
||||
public String customProfileDir;
|
||||
public Map<String,String> profileMap = null;
|
||||
public List<OsmNodeNamed> nogoList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue