mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
improve highway names
This commit is contained in:
@@ -141,40 +141,40 @@
|
|||||||
},
|
},
|
||||||
"highway": {
|
"highway": {
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"residential": "Residential",
|
"motorway": "Highway",
|
||||||
"service": "Service",
|
"motorway_link": "Highway link",
|
||||||
|
"trunk": "Primary road",
|
||||||
|
"trunk_link": "Primary road link",
|
||||||
|
"primary": "Primary road",
|
||||||
|
"primary_link": "Primary road link",
|
||||||
|
"secondary": "Secondary road",
|
||||||
|
"secondary_link": "Secondary road link",
|
||||||
|
"tertiary": "Tertiary road",
|
||||||
|
"tertiary_link": "Tertiary road link",
|
||||||
|
"unclassified": "Minor road",
|
||||||
|
"residential": "Residential road",
|
||||||
|
"living_street": "Living street",
|
||||||
|
"service": "Service road",
|
||||||
"track": "Track",
|
"track": "Track",
|
||||||
"unclassified": "Unclassified",
|
|
||||||
"footway": "Footway",
|
"footway": "Footway",
|
||||||
"tertiary": "Tertiary",
|
|
||||||
"path": "Path",
|
"path": "Path",
|
||||||
"secondary": "Secondary",
|
"pedestrian": "Pedestrian",
|
||||||
"primary": "Primary",
|
|
||||||
"cycleway": "Cycleway",
|
"cycleway": "Cycleway",
|
||||||
"trunk": "Trunk",
|
|
||||||
"living_street": "Living Street",
|
|
||||||
"motorway": "Motorway",
|
|
||||||
"motorway_link": "Motorway Link",
|
|
||||||
"steps": "Steps",
|
"steps": "Steps",
|
||||||
"road": "Road",
|
"road": "Road",
|
||||||
"pedestrian": "Pedestrian",
|
|
||||||
"trunk_link": "Trunk Link",
|
|
||||||
"primary_link": "Primary Link",
|
|
||||||
"secondary_link": "Secondary Link",
|
|
||||||
"tertiary_link": "Tertiary Link",
|
|
||||||
"construction": "Construction",
|
|
||||||
"bridleway": "Bridleway",
|
"bridleway": "Bridleway",
|
||||||
"platform": "Platform",
|
"platform": "Platform",
|
||||||
"proposed": "Proposed",
|
"raceway": "Racing circuit",
|
||||||
"raceway": "Raceway",
|
"rest_area": "Rest area",
|
||||||
"rest_area": "Rest Area",
|
|
||||||
"abandoned": "Abandoned",
|
"abandoned": "Abandoned",
|
||||||
"services": "Services",
|
"services": "Services",
|
||||||
"corridor": "Corridor",
|
"corridor": "Corridor",
|
||||||
"bus_stop": "Bus Stop",
|
"bus_stop": "Bus stop",
|
||||||
"busway": "Busway",
|
"busway": "Busway",
|
||||||
"elevator": "Elevator",
|
"elevator": "Elevator",
|
||||||
"via_ferrata": "Via Ferrata"
|
"via_ferrata": "Via ferrata",
|
||||||
|
"proposed": "Road to be built",
|
||||||
|
"construction": "Road under construction"
|
||||||
},
|
},
|
||||||
"sac_scale": {
|
"sac_scale": {
|
||||||
"hiking": "Hiking",
|
"hiking": "Hiking",
|
||||||
|
Reference in New Issue
Block a user