mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
add term "hobby" to related shop presets, closes #24
This commit is contained in:
parent
66a2d087c3
commit
b9f35b5556
19 changed files with 49 additions and 26 deletions
|
|
@ -3,14 +3,15 @@
|
|||
"type": "multiCombo",
|
||||
"label": "Services",
|
||||
"options": [
|
||||
"repair",
|
||||
"courses",
|
||||
"rental",
|
||||
"filling",
|
||||
"air_filling",
|
||||
"courses",
|
||||
"filling",
|
||||
"hobby",
|
||||
"nitrox_filling",
|
||||
"trimix_filling",
|
||||
"oxygen_filling"
|
||||
"oxygen_filling",
|
||||
"rental",
|
||||
"repair",
|
||||
"trimix_filling"
|
||||
],
|
||||
"autoSuggestions": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
"shop": "anime"
|
||||
},
|
||||
"terms": [
|
||||
"manga",
|
||||
"japan",
|
||||
"cosplay",
|
||||
"figurine",
|
||||
"dakimakura",
|
||||
"hobby"
|
||||
"figurine",
|
||||
"hobby",
|
||||
"japan",
|
||||
"manga"
|
||||
],
|
||||
"name": "Anime / Manga Shop"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"bicycle store",
|
||||
"bike",
|
||||
"bike store",
|
||||
"hobby",
|
||||
"repair",
|
||||
"tricycle",
|
||||
"unicycle"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
],
|
||||
"terms": [
|
||||
"fishing boat",
|
||||
"hobby",
|
||||
"jetski",
|
||||
"motorboat",
|
||||
"rowboat",
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
"tags": {
|
||||
"shop": "books"
|
||||
},
|
||||
"terms": [
|
||||
"hobby"
|
||||
],
|
||||
"name": "Bookstore",
|
||||
"aliases": [
|
||||
"Bookshop",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
],
|
||||
"terms": [
|
||||
"brew shop",
|
||||
"hobby",
|
||||
"homebrew supply store"
|
||||
],
|
||||
"tags": {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
"comics",
|
||||
"dolls",
|
||||
"figurines",
|
||||
"hobby",
|
||||
"numismatics",
|
||||
"philately",
|
||||
"stamps",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"diy",
|
||||
"do it yourself",
|
||||
"hardware",
|
||||
"hobby",
|
||||
"home improvement",
|
||||
"tools"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"fishing line",
|
||||
"flies",
|
||||
"fly",
|
||||
"hobby",
|
||||
"lure",
|
||||
"reel",
|
||||
"rod",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"card game",
|
||||
"dice game",
|
||||
"game shop",
|
||||
"hobby",
|
||||
"larp",
|
||||
"live action role-playing game",
|
||||
"miniature wargame",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"bows",
|
||||
"bullets",
|
||||
"crossbows",
|
||||
"hobby",
|
||||
"rifles",
|
||||
"traps"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"tape cassettes",
|
||||
"CDs",
|
||||
"compact discs",
|
||||
"hobby",
|
||||
"vinyl records",
|
||||
"CD store",
|
||||
"casette",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"drum",
|
||||
"flute",
|
||||
"guitar",
|
||||
"hobby",
|
||||
"keyboard",
|
||||
"piano",
|
||||
"saxophone",
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
"camping",
|
||||
"climbing",
|
||||
"hiking",
|
||||
"hobby",
|
||||
"outfitter",
|
||||
"outdoor equipment",
|
||||
"outdoor supplies"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@
|
|||
"shop": "sports"
|
||||
},
|
||||
"terms": [
|
||||
"athletics"
|
||||
"athletics",
|
||||
"hobby"
|
||||
],
|
||||
"name": "Sporting Goods Store"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
},
|
||||
"terms": [
|
||||
"games",
|
||||
"hobby",
|
||||
"teddy"
|
||||
],
|
||||
"name": "Toy Store"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
],
|
||||
"terms": [
|
||||
"DVD",
|
||||
"hobby",
|
||||
"VHS",
|
||||
"video cassette",
|
||||
"video casette"
|
||||
|
|
|
|||
|
|
@ -7,5 +7,8 @@
|
|||
"tags": {
|
||||
"shop": "video_games"
|
||||
},
|
||||
"terms": [
|
||||
"hobby"
|
||||
],
|
||||
"name": "Video Game Store"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue