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

com.graphhopper.custom_models.curvature.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
// prefer curvy roads

{
  "priority": [
    {
      "if": "curvature >= 0.98",
      "multiply_by": "0.4"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy