-
Notifications
You must be signed in to change notification settings - Fork 2
/
osrm_endpoints.json
70 lines (70 loc) · 2.59 KB
/
osrm_endpoints.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"OSRM India": {
"active": false,
"url": "https://routing-in.sriharithalla.com/",
"title": "OSRM India",
"description": "",
"center": [17.963,77.432],
"zoom": 5,
"frontend": "https://www-routing-in.sriharithalla.com/",
"maintainer": "Srihari Thalla"
},
"OSRM Pune": {
"active": true,
"url": "https://server2.nikhilvj.co.in/osrm_pune/",
"title": "OSRM for Pune, India",
"center": [18.51,73.86],
"zoom": 13,
"maintainer": "<a href=\"https://nikhilvj.co.in\">Nikhil VJ, Pune</a>, nikhil.js [at] gmail.com"
},
"OSRM Switzerland (car)": {
"active": true,
"url": "https://routing.osm.ch/routed-car/",
"title": "OSRM Switzerland (car)",
"description": "",
"center": [47,9],
"zoom": 8,
"frontend": "https://routing.osm.ch/",
"maintainer": "<a href=\"https://sosm.ch\">Swiss OpenStreetMap Association</a>"
},
"OSRM Switzerland (city bike)": {
"active": true,
"url": "https://routing.osm.ch/routed-bike/",
"title": "OSRM Switzerland (city bike)",
"description": "Bike profile for smooth surfaces",
"center": [47,9],
"zoom": 8,
"frontend": "https://routing.osm.ch/",
"maintainer": "<a href=\"https://sosm.ch\">Swiss OpenStreetMap Association</a>"
},
"OSRM Switzerland (touring bike)": {
"active": true,
"url": "https://routing.osm.ch/routed-bike-touring/",
"title": "OSRM Switzerland (touring bike)",
"description": "Bike profile including rough surfaces",
"center": [47,9],
"zoom": 8,
"frontend": "https://routing.osm.ch/",
"maintainer": "<a href=\"https://sosm.ch\">Swiss OpenStreetMap Association</a>"
},
"OSRM Switzerland (foot)": {
"active": true,
"url": "https://routing.osm.ch/routed-foot/",
"title": "OSRM Switzerland (foot)",
"description": "General walking profile",
"center": [47,9],
"zoom": 8,
"frontend": "https://routing.osm.ch/",
"maintainer": "<a href=\"https://sosm.ch\">Swiss OpenStreetMap Association</a>"
},
"OSRM Switzerland (hiking)": {
"active": true,
"url": "https://routing.osm.ch/routed-hiking/",
"title": "OSRM Switzerland (hiking)",
"description": "Routing including demanding hiking paths",
"center": [47,9],
"zoom": 8,
"frontend": "https://routing.osm.ch/",
"maintainer": "<a href=\"https://sosm.ch\">Swiss OpenStreetMap Association</a>"
}
}