mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 17:12:31 +00:00
add highway info to elevation profile, closes #65
This commit is contained in:
@@ -139,6 +139,52 @@
|
||||
"clay": "Clay",
|
||||
"stone": "Stone"
|
||||
},
|
||||
"highway": {
|
||||
"unknown": "Unknown",
|
||||
"residential": "Residential",
|
||||
"service": "Service",
|
||||
"track": "Track",
|
||||
"unclassified": "Unclassified",
|
||||
"footway": "Footway",
|
||||
"tertiary": "Tertiary",
|
||||
"path": "Path",
|
||||
"secondary": "Secondary",
|
||||
"primary": "Primary",
|
||||
"cycleway": "Cycleway",
|
||||
"trunk": "Trunk",
|
||||
"living_street": "Living Street",
|
||||
"motorway": "Motorway",
|
||||
"motorway_link": "Motorway Link",
|
||||
"steps": "Steps",
|
||||
"road": "Road",
|
||||
"pedestrian": "Pedestrian",
|
||||
"trunk_link": "Trunk Link",
|
||||
"primary_link": "Primary Link",
|
||||
"secondary_link": "Secondary Link",
|
||||
"tertiary_link": "Tertiary Link",
|
||||
"construction": "Construction",
|
||||
"bridleway": "Bridleway",
|
||||
"platform": "Platform",
|
||||
"proposed": "Proposed",
|
||||
"raceway": "Raceway",
|
||||
"rest_area": "Rest Area",
|
||||
"abandoned": "Abandoned",
|
||||
"services": "Services",
|
||||
"corridor": "Corridor",
|
||||
"bus_stop": "Bus Stop",
|
||||
"busway": "Busway",
|
||||
"elevator": "Elevator",
|
||||
"via_ferrata": "Via Ferrata"
|
||||
},
|
||||
"sac_scale": {
|
||||
"hiking": "Hiking",
|
||||
"mountain_hiking": "Mountain hiking",
|
||||
"demanding_mountain_hiking": "Demanding mountain hiking",
|
||||
"alpine_hiking": "Alpine hiking",
|
||||
"demanding_alpine_hiking": "Demanding alpine hiking",
|
||||
"difficult_alpine_hiking": "Difficult alpine hiking"
|
||||
},
|
||||
"mtb_scale": "MTB scale",
|
||||
"error": {
|
||||
"from": "The start point is too far from the nearest road",
|
||||
"via": "The via point is too far from the nearest road",
|
||||
@@ -355,9 +401,11 @@
|
||||
"power": "Power",
|
||||
"slope": "Slope",
|
||||
"surface": "Surface",
|
||||
"highway": "Category",
|
||||
"time": "Time",
|
||||
"moving": "Moving",
|
||||
"total": "Total"
|
||||
"total": "Total",
|
||||
"osm_extensions": "OpenStreetMap data"
|
||||
},
|
||||
"units": {
|
||||
"meters": "m",
|
||||
|
Reference in New Issue
Block a user