extraParams in addition to routing-profile
This commit is contained in:
parent
e7c68abbd8
commit
22f27f89d4
@ -89,7 +89,10 @@ class KinematicModel extends OsmPathModel
|
||||
return Float.parseFloat( sval );
|
||||
}
|
||||
float v = ctxWay.getVariableValue( name, defaultValue );
|
||||
if ( params != null )
|
||||
{
|
||||
params.put( name, "" + v );
|
||||
}
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user