diff --git a/data/presets.yaml b/data/presets.yaml index 7b9195453..107c20621 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -7244,6 +7244,11 @@ en: # place=village name: Village terms: '' + place/welcome_sign: + # 'description=A sign welcoming users to a place, place=welcome' + name: Welcome Sign + # 'terms: new location' + terms: '' playground: # playground=* name: Playground Equipment diff --git a/data/presets/presets.json b/data/presets/presets.json index f9d5d0e14..30fd88952 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -939,6 +939,7 @@ "place/suburb": {"icon": "maki-triangle-stroked", "fields": ["name", "population"], "moreFields": ["{place}", "website"], "geometry": ["point", "area"], "tags": {"place": "suburb"}, "terms": ["boro", "borough", "quarter"], "name": "Borough / Suburb"}, "place/town": {"icon": "maki-town", "fields": ["name", "population"], "moreFields": ["{place}", "website"], "geometry": ["point", "area"], "tags": {"place": "town"}, "name": "Town"}, "place/village": {"icon": "maki-village", "fields": ["name", "population"], "moreFields": ["{place}", "website"], "geometry": ["point", "area"], "tags": {"place": "village"}, "name": "Village"}, + "place/welcome_sign": {"icon": "maki-lighthouse", "geometry": ["point", "area"], "terms": ["new location"], "tags": {"description": "A sign welcoming users to a place", "place": "welcome"}, "name": "Welcome Sign"}, "playground/balance_beam": {"icon": "maki-playground", "geometry": ["point", "line"], "tags": {"playground": "balancebeam"}, "name": "Play Balance Beam"}, "playground/basket_spinner": {"icon": "maki-playground", "geometry": ["point"], "terms": ["basket rotator"], "tags": {"playground": "basketrotator"}, "name": "Basket Spinner"}, "playground/basket_swing": {"icon": "maki-playground", "geometry": ["point"], "tags": {"playground": "basketswing"}, "name": "Basket Swing"}, diff --git a/data/presets/presets/place/welcome_sign.json b/data/presets/presets/place/welcome_sign.json new file mode 100644 index 000000000..a3b599932 --- /dev/null +++ b/data/presets/presets/place/welcome_sign.json @@ -0,0 +1,15 @@ +{ + "icon": "maki-lighthouse", + "geometry": [ + "point", + "area" + ], + "terms": [ + "new location" + ], + "tags": { + "description": "A sign welcoming users to a place", + "place": "welcome" + }, + "name": "Welcome Sign" +} \ No newline at end of file diff --git a/data/taginfo.json b/data/taginfo.json index 861dae55f..692f9274d 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -917,6 +917,7 @@ {"key": "place", "value": "suburb", "description": "🄿 Borough / Suburb", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/triangle-stroked-15.svg"}, {"key": "place", "value": "town", "description": "🄿 Town", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/town-15.svg"}, {"key": "place", "value": "village", "description": "🄿 Village", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/village-15.svg"}, + {"key": "place", "value": "welcome", "description": "🄿 Welcome Sign", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lighthouse-15.svg"}, {"key": "playground", "value": "balancebeam", "description": "🄿 Play Balance Beam", "object_types": ["node", "way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "basketrotator", "description": "🄿 Basket Spinner", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, {"key": "playground", "value": "basketswing", "description": "🄿 Basket Swing", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/playground-15.svg"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index f9f35db51..9eb14863f 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -8924,6 +8924,10 @@ "name": "Village", "terms": "" }, + "place/welcome_sign": { + "name": "Welcome Sign", + "terms": "new location" + }, "playground/balance_beam": { "name": "Play Balance Beam", "terms": ""