brouter-web/tests/format/data/track.json
2021-03-01 21:01:16 +01:00

40 lines
1.5 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"creator": "BRouter-1.1",
"name": "Track",
"track-length": "319",
"filtered ascend": "2",
"plain-ascend": "-1",
"total-time": "44",
"total-energy": "4412",
"cost": "533",
"voicehints": [
[1,5,0,140.0,24.90994644165039,89," 6(90)6 (0)6 (-89)2"],
[5,2,0,90.0,9.614852905273438,-90," 6(-89)6 (0)6 (89)6"]
],
"messages": [
["Longitude", "Latitude", "Elevation", "Distance", "CostPerKm", "ElevCost", "TurnCost", "NodeCost", "InitialCost", "WayTags", "NodeTags"],
["8468340", "49488794", "101", "89", "1000", "0", "0", "0", "0", "highway=residential surface=asphalt cycleway=lane oneway=yes lcn=yes smoothness=good route_bicycle_icn=yes route_bicycle_ncn=yes route_bicycle_rcn=yes", ""],
["8470671", "49488909", "99", "230", "1150", "0", "180", "0", "0", "highway=residential surface=asphalt oneway=yes smoothness=good", ""]
],
"times": [0.0,9.592433,12.270765,14.129882,19.406338,34.50238,44.117233]
},
"geometry": {
"type": "LineString",
"coordinates": [
[8.467714, 49.488115, 101.5],
[8.468340, 49.488794, 101.5],
[8.468586, 49.488698, 101.5],
[8.468743, 49.488636, 101.5],
[8.469161, 49.488473, 101.75],
[8.469971, 49.488151, 103.5],
[8.470610, 49.488842, 99.75]
]
}
}
]
}