All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.graphhopper.custom_models.bike_elevation.json Maven / Gradle / Ivy

Go to download

GraphHopper is a fast and memory efficient Java road routing engine working seamlessly with OpenStreetMap data.

There is a newer version: 10.0
Show newest version
{
  "speed": [
      { "if":      "average_slope >= 15", "limit_to": "3"},
      { "else_if": "average_slope >= 12", "limit_to": "6"},
      { "else_if": "average_slope >=  8", "multiply_by": "0.80"},
      { "else_if": "average_slope >=  4", "multiply_by": "0.90"},
      { "else_if": "average_slope <= -4", "multiply_by": "1.10"}
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy