diff --git a/data/presets.yaml b/data/presets.yaml index e6be290f2..f389f06e7 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -8764,6 +8764,11 @@ en: # 'tourism=information, information=board' name: Information Board terms: '' + tourism/information/board/welcome_sign: + # 'tourism=information, information=board, board_type=welcome_sign' + name: Welcome Sign + # 'terms: new location' + terms: '' tourism/information/guidepost: # 'tourism=information, information=guidepost' name: Guidepost diff --git a/data/presets/presets.json b/data/presets/presets.json index 93ab3cff0..df70e888a 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1254,6 +1254,7 @@ "tourism/hotel": {"icon": "fas-concierge-bell", "fields": ["{tourism/motel}"], "moreFields": ["{tourism/motel}", "bar", "stars"], "geometry": ["point", "area"], "tags": {"tourism": "hotel"}, "terms": ["concierge", "lodge", "lodging", "overnight accommodations"], "name": "Hotel"}, "tourism/information": {"icon": "maki-information", "fields": ["information", "operator", "address", "building_area"], "moreFields": ["level"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information"}, "name": "Information"}, "tourism/information/board": {"icon": "temaki-info_board", "fields": ["name", "operator", "board_type", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "board"}, "reference": {"key": "information", "value": "board"}, "name": "Information Board"}, + "tourism/information/board/welcome_sign": {"icon": "maki-embassy", "geometry": ["point"], "terms": ["new location"], "tags": {"tourism": "information", "information": "board", "board_type": "welcome_sign"}, "name": "Welcome Sign"}, "tourism/information/guidepost": {"icon": "fas-map-signs", "fields": ["name", "ele_node", "operator", "ref"], "moreFields": ["material"], "geometry": ["point", "vertex"], "terms": ["signpost"], "tags": {"tourism": "information", "information": "guidepost"}, "reference": {"key": "information", "value": "guidepost"}, "name": "Guidepost"}, "tourism/information/map": {"icon": "fas-map", "fields": ["operator", "map_type", "map_size", "direction"], "geometry": ["point", "vertex"], "tags": {"tourism": "information", "information": "map"}, "reference": {"key": "information", "value": "map"}, "name": "Map"}, "tourism/information/office": {"icon": "maki-information", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee"], "moreFields": ["building/levels_building", "email", "fax", "gnis/feature_id", "height_building", "internet_access/ssid", "phone", "website", "wheelchair"], "geometry": ["point", "vertex", "area"], "tags": {"tourism": "information", "information": "office"}, "reference": {"key": "information", "value": "office"}, "terms": ["information office", "tour guide", "tourism office", "tourist information center", "visitors center", "visitors information center", "welcome center"], "name": "Visitor Center"}, diff --git a/data/presets/presets/tourism/information/board/welcome_sign.json b/data/presets/presets/tourism/information/board/welcome_sign.json new file mode 100644 index 000000000..e3aa872b0 --- /dev/null +++ b/data/presets/presets/tourism/information/board/welcome_sign.json @@ -0,0 +1,15 @@ +{ + "icon": "maki-embassy", + "geometry": [ + "point" + ], + "terms": [ + "new location" + ], + "tags": { + "tourism": "information", + "information": "board", + "board_type": "welcome_sign" + }, + "name": "Welcome Sign" +} \ No newline at end of file diff --git a/data/taginfo.json b/data/taginfo.json index 4812c5eb8..d83d820b0 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1199,6 +1199,7 @@ {"key": "tourism", "value": "hotel", "description": "🄿 Hotel", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-concierge-bell.svg"}, {"key": "tourism", "value": "information", "description": "🄿 Information", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"}, {"key": "information", "value": "board", "description": "🄿 Information Board", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/info_board.svg"}, + {"key": "board_type", "value": "welcome_sign", "description": "🄿 Welcome Sign", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/embassy-15.svg"}, {"key": "information", "value": "guidepost", "description": "🄿 Guidepost", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-map-signs.svg"}, {"key": "information", "value": "map", "description": "🄿 Map", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-map.svg"}, {"key": "information", "value": "office", "description": "🄿 Visitor Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/information-15.svg"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 774510f38..4f2c141ca 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -10200,6 +10200,10 @@ "name": "Information Board", "terms": "" }, + "tourism/information/board/welcome_sign": { + "name": "Welcome Sign", + "terms": "new location" + }, "tourism/information/guidepost": { "name": "Guidepost", "terms": "signpost"