mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
18
data/fields/smoothness.json
Normal file
18
data/fields/smoothness.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"key": "smoothness",
|
||||
"type": "combo",
|
||||
"label": "Smoothness",
|
||||
"placeholder": "Thin Rollers, Wheels, Off-Road...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"excellent": "Thin Rollers: rollerblade, skateboard",
|
||||
"good": "Thin Wheels: racing bike",
|
||||
"intermediate": "Wheels: city bike, wheelchair, scooter",
|
||||
"bad": "Robust Wheels: trekking bike, car, rickshaw",
|
||||
"very_bad": "High Clearance: light duty off-road vehicle",
|
||||
"horrible": "Off-Road: heavy duty off-road vehicle",
|
||||
"very_horrible": "Specialized off-road: tractor, ATV",
|
||||
"impassable": "Impassable / No wheeled vehicle"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue