com.graphhopper.custom_models.foot_elevation.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphhopper-core Show documentation
Show all versions of graphhopper-core Show documentation
GraphHopper is a fast and memory efficient Java road routing engine
working seamlessly with OpenStreetMap data.
{
"speed": [
{ "if": "average_slope >= 15", "limit_to": "1.5"},
{ "else_if": "average_slope >= 7", "limit_to": "2.5"},
{ "else_if": "average_slope >= 4", "multiply_by": "0.85"},
{ "else_if": "average_slope <= -4", "multiply_by": "1.05"}
]
}