mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
move aliases of highway=track from terms to aliases field and add further terms (#470)
see https://github.com/openstreetmap/id-tagging-schema/pull/288#issuecomment-1134043557
This commit is contained in:
parent
d5fece12ce
commit
49ec9436d4
2 changed files with 14 additions and 5 deletions
|
|
@ -33,26 +33,35 @@
|
|||
"agricultural road",
|
||||
"atv",
|
||||
"carriage road",
|
||||
"dirt road",
|
||||
"double track",
|
||||
"farm road",
|
||||
"fire road",
|
||||
"forest road",
|
||||
"forestry road",
|
||||
"four wheel drive",
|
||||
"haul road",
|
||||
"haulage road",
|
||||
"high-clearance",
|
||||
"jeep",
|
||||
"land access road",
|
||||
"logging road",
|
||||
"mining road",
|
||||
"offroad",
|
||||
"off-road",
|
||||
"overgrown",
|
||||
"primitive",
|
||||
"quad",
|
||||
"ranch road",
|
||||
"rut",
|
||||
"track",
|
||||
"track road",
|
||||
"two-track",
|
||||
"two track",
|
||||
"unmaintained",
|
||||
"vehicular trail",
|
||||
"woods road"
|
||||
],
|
||||
"name": "Track / Land-Access Road"
|
||||
"name": "Track / Land-Access Road",
|
||||
"aliases": [
|
||||
"Land-Access Road",
|
||||
"Track Road"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue