diff --git a/data/presets.yaml b/data/presets.yaml index 18dbb5454..8859f7911 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2112,6 +2112,10 @@ en: # smoothness field placeholder placeholder: 'Thin Rollers, Wheels, Off-Road...' terms: '[translate with synonyms or related terms for ''Smoothness'', separated by commas]' + sms: + # sms=* + label: SMS + terms: '[translate with synonyms or related terms for ''SMS'', separated by commas]' social_facility: # social_facility=* label: Type @@ -2457,6 +2461,10 @@ en: vending: # vending=* label: Types of Goods + video_calls: + # video=* + label: Video Calls + terms: '[translate with synonyms or related terms for ''Video Calls'', separated by commas]' visibility: # visibility=* label: Visibility diff --git a/data/presets/fields.json b/data/presets/fields.json index fbf6febc8..41c070139 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -356,6 +356,7 @@ "site": {"key": "site", "type": "combo", "label": "Type"}, "smoking": {"key": "smoking", "type": "combo", "label": "Smoking", "placeholder": "No, Separated, Yes...", "strings": {"options": {"no": "No smoking anywhere", "separated": "In smoking areas, not physically isolated", "isolated": "In smoking areas, physically isolated", "outside": "Allowed outside", "yes": "Allowed everywhere", "dedicated": "Dedicated to smokers (e.g. smokers' club)"}}}, "smoothness": {"key": "smoothness", "type": "combo", "label": "Smoothness", "placeholder": "Thin Rollers, Wheels, Off-Road...", "strings": {"options": {"excellent": "Thin Rollers: rollerblade, skateboard", "good": "Thin Wheels: racing bike", "intermediate": "Wheels: city bike, wheelchair, scooter", "bad": "Robust Wheels: trekking bike, car, rickshaw", "very_bad": "High Clearance: light duty off-road vehicle", "horrible": "Off-Road: heavy duty off-road vehicle", "very_horrible": "Specialized off-road: tractor, ATV", "impassable": "Impassable / No wheeled vehicle"}}}, + "sms": {"key": "sms", "type": "check", "label": "SMS"}, "social_facility_for": {"key": "social_facility:for", "type": "combo", "label": "People Served"}, "social_facility": {"key": "social_facility", "type": "combo", "label": "Type"}, "source": {"key": "source", "type": "semiCombo", "icon": "source", "universal": true, "label": "Sources", "snake_case": false, "caseSensitive": true, "options": ["survey", "local knowledge", "gps", "aerial imagery", "streetlevel imagery"], "terms": ["reference"]}, @@ -416,6 +417,7 @@ "utility_semi": {"key": "utility", "type": "semiCombo", "label": "Utilities"}, "valve": {"key": "valve", "type": "combo", "label": "Type"}, "vending": {"key": "vending", "type": "semiCombo", "label": "Types of Goods"}, + "video_calls": {"key": "video", "type": "check", "label": "Video Calls"}, "visibility": {"key": "visibility", "type": "combo", "label": "Visibility", "strings": {"options": {"house": "Up to 5m (16ft)", "street": "5 to 20m (16 to 65ft)", "area": "Over 20m (65ft)"}}}, "volcano/status": {"key": "volcano:status", "type": "combo", "label": "Volcano Status", "strings": {"options": {"active": "Active", "dormant": "Dormant", "extinct": "Extinct"}}}, "volcano/type": {"key": "volcano:type", "type": "combo", "label": "Volcano Type", "strings": {"options": {"stratovolcano": "Stratovolcano", "shield": "Shield", "scoria": "Scoria"}}}, diff --git a/data/presets/fields/sms.json b/data/presets/fields/sms.json new file mode 100644 index 000000000..003b500f7 --- /dev/null +++ b/data/presets/fields/sms.json @@ -0,0 +1,5 @@ +{ + "key": "sms", + "type": "check", + "label": "SMS" +} diff --git a/data/presets/fields/video_calls.json b/data/presets/fields/video_calls.json new file mode 100644 index 000000000..f3494176c --- /dev/null +++ b/data/presets/fields/video_calls.json @@ -0,0 +1,5 @@ +{ + "key": "video", + "type": "check", + "label": "Video Calls" +} diff --git a/data/presets/presets.json b/data/presets/presets.json index 7834dc980..11ff0e395 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -230,7 +230,7 @@ "amenity/studio/television": {"icon": "fas-video", "geometry": ["point", "area"], "terms": ["television broadcast", "television studio", "tv broadcast", "tv station", "tv studio"], "tags": {"amenity": "studio", "studio": "television"}, "reference": {"key": "studio", "value": "television"}, "name": "Television Station"}, "amenity/studio/video": {"icon": "fas-video", "geometry": ["point", "area"], "terms": ["movie production", "movie studio", "video production", "video recording", "video studio"], "tags": {"amenity": "studio", "studio": "video"}, "reference": {"key": "studio", "value": "video"}, "name": "Film Studio"}, "amenity/taxi": {"icon": "fas-taxi", "fields": ["name", "operator", "capacity", "address"], "moreFields": ["access_simple", "brand", "opening_hours", "wheelchair"], "geometry": ["point", "vertex", "area"], "terms": ["cab"], "tags": {"amenity": "taxi"}, "name": "Taxi Stand"}, - "amenity/telephone": {"icon": "maki-telephone", "fields": ["operator", "phone", "fee", "payment_multi_fee", "charge_fee", "booth"], "moreFields": ["covered", "indoor", "level", "lit", "wheelchair"], "geometry": ["point", "vertex"], "tags": {"amenity": "telephone"}, "terms": ["phone"], "name": "Telephone"}, + "amenity/telephone": {"icon": "maki-telephone", "fields": ["operator", "phone", "fee", "payment_multi_fee", "charge_fee", "booth"], "moreFields": ["covered", "indoor", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "lit", "ref", "sms", "video_calls", "wheelchair"], "geometry": ["point", "vertex"], "tags": {"amenity": "telephone"}, "terms": ["phone"], "name": "Telephone"}, "amenity/theatre": {"icon": "maki-theatre", "fields": ["name", "operator", "address", "building_area", "website"], "moreFields": ["air_conditioning", "email", "fax", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "min_age", "payment_multi", "phone", "wheelchair"], "geometry": ["point", "area"], "terms": ["theatre", "performance", "play", "musical"], "tags": {"amenity": "theatre"}, "name": "Theater"}, "amenity/theatre/type/amphi": {"icon": "maki-theatre", "fields": ["name", "operator", "address", "lit"], "geometry": ["point", "area"], "terms": ["open air", "outdoor", "greek", "ampi"], "tags": {"amenity": "theatre", "theatre:type": "amphi"}, "name": "Amphitheatre"}, "amenity/toilets": {"icon": "maki-toilet", "fields": ["toilets/disposal", "access_simple", "gender", "changing_table", "wheelchair", "building_area"], "moreFields": ["charge_fee", "fee", "level", "opening_hours", "operator", "payment_multi_fee", "toilets/handwashing", "toilets/position"], "geometry": ["point", "vertex", "area"], "terms": ["bathroom", "restroom", "outhouse", "privy", "head", "lavatory", "latrine", "water closet", "WC", "W.C."], "tags": {"amenity": "toilets"}, "name": "Toilets"}, diff --git a/data/presets/presets/amenity/telephone.json b/data/presets/presets/amenity/telephone.json index cca13f6e8..296675eb7 100644 --- a/data/presets/presets/amenity/telephone.json +++ b/data/presets/presets/amenity/telephone.json @@ -11,8 +11,14 @@ "moreFields": [ "covered", "indoor", + "internet_access", + "internet_access/fee", + "internet_access/ssid", "level", "lit", + "ref", + "sms", + "video_calls", "wheelchair" ], "geometry": [ diff --git a/data/taginfo.json b/data/taginfo.json index 2b4926638..888537099 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1752,6 +1752,7 @@ {"key": "smoothness", "value": "horrible", "description": "🄵 Smoothness"}, {"key": "smoothness", "value": "very_horrible", "description": "🄵 Smoothness"}, {"key": "smoothness", "value": "impassable", "description": "🄵 Smoothness"}, + {"key": "sms", "description": "🄵 SMS"}, {"key": "social_facility:for", "description": "🄵 People Served"}, {"key": "social_facility", "description": "🄵 Type"}, {"key": "source", "description": "🄵 Sources"}, @@ -1838,6 +1839,7 @@ {"key": "utility", "description": "🄵 Utilities"}, {"key": "valve", "description": "🄵 Type"}, {"key": "vending", "description": "🄵 Types of Goods"}, + {"key": "video", "description": "🄵 Video Calls"}, {"key": "visibility", "value": "house", "description": "🄵 Visibility"}, {"key": "visibility", "value": "street", "description": "🄵 Visibility"}, {"key": "visibility", "value": "area", "description": "🄵 Visibility"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 6ed74b8e6..42e91f974 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4240,6 +4240,10 @@ "impassable": "Impassable / No wheeled vehicle" } }, + "sms": { + "label": "SMS", + "terms": "" + }, "social_facility_for": { "label": "People Served" }, @@ -4530,6 +4534,10 @@ "vending": { "label": "Types of Goods" }, + "video_calls": { + "label": "Video Calls", + "terms": "" + }, "visibility": { "label": "Visibility", "options": {