mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
move examples to hover text, fix typo
This commit is contained in:
parent
19a021b130
commit
344d939d5a
3 changed files with 24 additions and 18 deletions
|
|
@ -5,20 +5,20 @@
|
|||
"strings": {
|
||||
"options": {
|
||||
"motorcar": {
|
||||
"title": "Motorcar (implied default)",
|
||||
"description": "Regular car"
|
||||
"title": "Motorcar",
|
||||
"description": "Regular car (implied default)"
|
||||
},
|
||||
"motorcycle": {
|
||||
"title": "Motorcycle (e.g. mototáxi, etc.)",
|
||||
"description": "With passengers 'riding pillon'"
|
||||
"title": "Motorcycle",
|
||||
"description": "With passengers 'riding pillion' (e.g. mototáxi, etc.)"
|
||||
},
|
||||
"auto_rickshaw": {
|
||||
"title": "Auto Rickshaw (e.g. bajaj, tricycle, tuk-tuk, etc.)",
|
||||
"description": "Motorized rickshaws"
|
||||
"title": "Auto Rickshaw",
|
||||
"description": "Motorized rickshaws (e.g. bajaj, tricycle, tuk-tuk, etc.)"
|
||||
},
|
||||
"cycle_rickshaw": {
|
||||
"title": "Cycle Rickshaw (e.g. padyak, velotaxi, etc.)",
|
||||
"description": "Pedal-powered rickshaws"
|
||||
"title": "Cycle Rickshaw",
|
||||
"description": "Pedal-powered rickshaws (e.g. padyak, velotaxi, etc.)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue