Skip to content

Commit

Permalink
Update Model Shop terms and icon (re: #7779)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jul 15, 2020
1 parent 6e01538 commit db5dfa1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8233,7 +8233,7 @@ en:
shop/model:
# shop=model
name: Model Shop
# 'terms: Toys,Games,Crafts'
# 'terms: hobby,model building,model figures,model kits,model store,scale models'
terms: '<translate with synonyms or related terms for ''Model Shop'', separated by commas>'
shop/money_lender:
# shop=money_lender
Expand Down
2 changes: 1 addition & 1 deletion data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@
"shop/medical_supply": {"icon": "fas-crutch", "geometry": ["point", "area"], "tags": {"shop": "medical_supply"}, "name": "Medical Supply Store"},
"shop/military_surplus": {"icon": "temaki-military", "geometry": ["point", "area"], "terms": ["armor", "army-navy store", "army surplus", "navy surplus", "tactical gear", "war surplus shop", "weapons"], "tags": {"shop": "military_surplus"}, "name": "Military Surplus Store"},
"shop/mobile_phone": {"icon": "fas-mobile-alt", "geometry": ["point", "area"], "tags": {"shop": "mobile_phone"}, "name": "Mobile Phone Store"},
"shop/model": {"icon": "fas-dice", "geometry": ["point", "area"], "tags": {"shop": "model"}, "terms": ["Toys", "Games", "Crafts"], "name": "Model Shop"},
"shop/model": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "model"}, "terms": ["hobby", "model building", "model figures", "model kits", "model store", "scale models"], "name": "Model Shop"},
"shop/money_lender": {"icon": "temaki-money_hand", "fields": ["{shop}", "currency_multi"], "geometry": ["point", "area"], "tags": {"shop": "money_lender"}, "name": "Money Lender"},
"shop/motorcycle_repair": {"icon": "temaki-motorcycle_repair", "fields": ["{shop}", "service/vehicle"], "geometry": ["point", "area"], "terms": ["auto", "bike", "garage", "motorcycle", "repair", "service"], "tags": {"shop": "motorcycle_repair"}, "name": "Motorcycle Repair Shop"},
"shop/motorcycle": {"icon": "fas-motorcycle", "fields": ["name", "brand", "{shop}"], "geometry": ["point", "area"], "terms": ["bike"], "tags": {"shop": "motorcycle"}, "name": "Motorcycle Dealership"},
Expand Down
16 changes: 13 additions & 3 deletions data/presets/presets/shop/model.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
{
"icon": "fas-dice",
"geometry": ["point", "area"],
"icon": "maki-shop",
"geometry": [
"point",
"area"
],
"tags": {
"shop": "model"
},
"terms": ["Toys", "Games", "Crafts"],
"terms": [
"hobby",
"model building",
"model figures",
"model kits",
"model store",
"scale models"
],
"name": "Model Shop"
}
2 changes: 1 addition & 1 deletion data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@
{"key": "shop", "value": "medical_supply", "description": "🄿 Medical Supply Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-crutch.svg"},
{"key": "shop", "value": "military_surplus", "description": "🄿 Military Surplus Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/military.svg"},
{"key": "shop", "value": "mobile_phone", "description": "🄿 Mobile Phone Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-mobile-alt.svg"},
{"key": "shop", "value": "model", "description": "🄿 Model Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-dice.svg"},
{"key": "shop", "value": "model", "description": "🄿 Model Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
{"key": "shop", "value": "money_lender", "description": "🄿 Money Lender", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/money_hand.svg"},
{"key": "shop", "value": "motorcycle_repair", "description": "🄿 Motorcycle Repair Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/motorcycle_repair.svg"},
{"key": "shop", "value": "motorcycle", "description": "🄿 Motorcycle Dealership", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-motorcycle.svg"},
Expand Down
2 changes: 1 addition & 1 deletion dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9751,7 +9751,7 @@
},
"shop/model": {
"name": "Model Shop",
"terms": "Toys,Games,Crafts"
"terms": "hobby,model building,model figures,model kits,model store,scale models"
},
"shop/money_lender": {
"name": "Money Lender",
Expand Down

0 comments on commit db5dfa1

Please sign in to comment.