Add derived data

This commit is contained in:
Quincy Morgan
2020-04-24 13:32:45 -07:00
parent b3f84c90ae
commit c48acd43a8
4 changed files with 604 additions and 179 deletions
+10
View File
@@ -6116,6 +6116,11 @@ en:
name: Running Track
# 'terms: athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking'
terms: '<translate with synonyms or related terms for ''Running Track'', separated by commas>'
leisure/trampoline_park:
# leisure=trampoline_park
name: Trampoline Park
# 'terms: bounce,jump,spring'
terms: '<translate with synonyms or related terms for ''Trampoline Park'', separated by commas>'
leisure/water_park:
# leisure=water_park
name: Water Park
@@ -7980,6 +7985,11 @@ en:
name: Hobby Shop
# 'terms: manga,figurine,model'
terms: '<translate with synonyms or related terms for ''Hobby Shop'', separated by commas>'
shop/household_linen:
# shop=household_linen
name: Household Linen Shop
# 'terms: bedspreads,blankets,domestic cloths,curtains,handkerchieves,napkins,pillow cases,robes,sheets,towels'
terms: '<translate with synonyms or related terms for ''Household Linen Shop'', separated by commas>'
shop/houseware:
# shop=houseware
name: Houseware Store
+584 -179
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -705,6 +705,7 @@
{"key": "sport", "value": "cycling", "description": "🄿 Cycling Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-biking.svg"},
{"key": "sport", "value": "horse_racing", "description": "🄿 Horse Racing Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/horse-riding-15.svg"},
{"key": "sport", "value": "running", "description": "🄿 Running Track", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/pitch-15.svg"},
{"key": "leisure", "value": "trampoline_park", "description": "🄿 Trampoline Park", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-chevron-circle-up.svg"},
{"key": "leisure", "value": "water_park", "description": "🄿 Water Park", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-swimmer.svg"},
{"key": "man_made", "value": "adit", "description": "🄿 Adit", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/adit_profile.svg"},
{"key": "man_made", "value": "antenna", "description": "🄿 Antenna", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/antenna.svg"},
@@ -1066,6 +1067,7 @@
{"key": "shop", "value": "herbalist", "description": "🄿 Herbalist", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-leaf.svg"},
{"key": "shop", "value": "hifi", "description": "🄿 Hifi Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/speaker.svg"},
{"key": "shop", "value": "hobby", "description": "🄿 Hobby Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-dragon.svg"},
{"key": "shop", "value": "household_linen", "description": "🄿 Household Linen Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/the-noun-project/4306.svg"},
{"key": "shop", "value": "houseware", "description": "🄿 Houseware Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-blender.svg"},
{"key": "shop", "value": "hunting", "description": "🄿 Hunting Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/binoculars.svg"},
{"key": "shop", "value": "interior_decoration", "description": "🄿 Interior Decoration Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
+8
View File
@@ -7825,6 +7825,10 @@
"name": "Running Track",
"terms": "athletics track,decathlon,foot race,long distance running,marathon,middle distance running,racetrack,running,sprint,track,walking"
},
"leisure/trampoline_park": {
"name": "Trampoline Park",
"terms": "bounce,jump,spring"
},
"leisure/water_park": {
"name": "Water Park",
"terms": "swim,pool,dive"
@@ -9390,6 +9394,10 @@
"name": "Hobby Shop",
"terms": "manga,figurine,model"
},
"shop/household_linen": {
"name": "Household Linen Shop",
"terms": "bedspreads,blankets,domestic cloths,curtains,handkerchieves,napkins,pillow cases,robes,sheets,towels"
},
"shop/houseware": {
"name": "Houseware Store",
"terms": "home,household,kitchenware"