com.graphhopper.custom_models.curvature.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.
// prefer curvy roads
{
"priority": [
{
"if": "curvature >= 0.98",
"multiply_by": "0.4"
}
]
}