diff --git a/data/presets.yaml b/data/presets.yaml index c9a55bc55..aae88b0e7 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1133,7 +1133,7 @@ en: label: Intermittent internet_access: # internet_access=* - label: Internet Access + label: Internet Connection options: # internet_access=no 'no': 'No' @@ -1146,12 +1146,19 @@ en: # internet_access=yes 'yes': 'Yes' # 'terms: wifi,wlan' - terms: '[translate with synonyms or related terms for ''Internet Access'', separated by commas]' + terms: '[translate with synonyms or related terms for ''Internet Connection'', separated by commas]' internet_access/fee: # 'internet_access:fee=*' - label: Internet Access Fee + label: Internet Access + options: + # 'internet_access:fee=customers' + customers: Customers Only + # 'internet_access:fee=no' + 'no': Free + # 'internet_access:fee=yes' + 'yes': Paid # 'terms: wifi fee' - terms: '[translate with synonyms or related terms for ''Internet Access Fee'', separated by commas]' + terms: '[translate with synonyms or related terms for ''Internet Access'', separated by commas]' internet_access/ssid: # 'internet_access:ssid=*' label: Wifi Network Name diff --git a/data/presets/fields.json b/data/presets/fields.json index bc98c0669..561308f0f 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -211,8 +211,8 @@ "inscription": {"key": "inscription", "type": "textarea", "label": "Inscription"}, "intermittent_yes": {"key": "intermittent", "type": "check", "label": "Intermittent", "default": "yes"}, "intermittent": {"key": "intermittent", "type": "check", "label": "Intermittent"}, - "internet_access": {"key": "internet_access", "type": "combo", "label": "Internet Access", "strings": {"options": {"yes": "Yes", "no": "No", "wlan": "Wifi", "wired": "Wired", "terminal": "Terminal"}}, "terms": ["wifi", "wlan"]}, - "internet_access/fee": {"key": "internet_access:fee", "type": "check", "label": "Internet Access Fee", "prerequisiteTag": {"key": "internet_access", "valueNot": "no"}, "terms": ["wifi fee"]}, + "internet_access": {"key": "internet_access", "type": "combo", "label": "Internet Connection", "strings": {"options": {"yes": "Yes", "no": "No", "wlan": "Wifi", "wired": "Wired", "terminal": "Terminal"}}, "terms": ["wifi", "wlan"]}, + "internet_access/fee": {"key": "internet_access:fee", "type": "combo", "label": "Internet Access", "strings": {"options": {"no": "Free", "yes": "Paid", "customers": "Customers Only"}}, "prerequisiteTag": {"key": "internet_access", "valueNot": "no"}, "terms": ["wifi fee"]}, "internet_access/ssid": {"key": "internet_access:ssid", "type": "text", "label": "Wifi Network Name", "prerequisiteTag": {"key": "internet_access", "valueNot": "no"}, "terms": ["ssid"]}, "interval": {"key": "interval", "type": "text", "label": "Interval"}, "junction_line": {"key": "junction", "type": "combo", "label": "Junction", "strings": {"options": {"roundabout": "Roundabout", "circular": "Traffic Circle", "jughandle": "Jughandle"}}}, diff --git a/data/presets/fields/internet_access.json b/data/presets/fields/internet_access.json index 9f24c880a..b16fb8425 100644 --- a/data/presets/fields/internet_access.json +++ b/data/presets/fields/internet_access.json @@ -1,7 +1,7 @@ { "key": "internet_access", "type": "combo", - "label": "Internet Access", + "label": "Internet Connection", "strings": { "options": { "yes": "Yes", diff --git a/data/presets/fields/internet_access/fee.json b/data/presets/fields/internet_access/fee.json index b683bd8eb..d2156a6d5 100644 --- a/data/presets/fields/internet_access/fee.json +++ b/data/presets/fields/internet_access/fee.json @@ -1,12 +1,14 @@ { "key": "internet_access:fee", "type": "combo", - "label": "Internet Access Fee", + "label": "Internet Access", "strings": { "options": { - "yes": "Yes", - "no": "No", - "customers": "For not-facility-customers only", + "no": "Free", + "yes": "Paid", + "customers": "Customers Only" + } + }, "prerequisiteTag": { "key": "internet_access", "valueNot": "no" diff --git a/data/taginfo.json b/data/taginfo.json index 78cab5334..98e657e43 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -580,7 +580,7 @@ {"key": "indoor", "value": "room", "description": "🄿 Room", "object_types": ["area"]}, {"key": "stairs", "value": "yes", "description": "🄿 Indoor Stairwell", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/iD-sprite/presets/highway-steps.svg"}, {"key": "indoor", "value": "wall", "description": "🄿 Indoor Wall", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/wall.svg"}, - {"key": "internet_access", "value": "wlan", "description": "🄿 Wi-Fi Hotspot, 🄵 Internet Access", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-wifi.svg"}, + {"key": "internet_access", "value": "wlan", "description": "🄿 Wi-Fi Hotspot, 🄵 Internet Connection", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-wifi.svg"}, {"key": "junction", "value": "yes", "description": "🄿 Junction", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/junction.svg"}, {"key": "landuse", "value": "basin", "description": "🄿 Basin (unsearchable), 🄳 ➜ natural=water + water=basin", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/water-15.svg"}, {"key": "landuse", "value": "churchyard", "description": "🄿 Churchyard (unsearchable)", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/religious-christian-15.svg"}, @@ -1561,11 +1561,13 @@ {"key": "information", "description": "🄵 Type"}, {"key": "inscription", "description": "🄵 Inscription"}, {"key": "intermittent", "description": "🄵 Intermittent"}, - {"key": "internet_access", "value": "yes", "description": "🄵 Internet Access"}, - {"key": "internet_access", "value": "no", "description": "🄵 Internet Access"}, - {"key": "internet_access", "value": "wired", "description": "🄵 Internet Access"}, - {"key": "internet_access", "value": "terminal", "description": "🄵 Internet Access"}, - {"key": "internet_access:fee", "description": "🄵 Internet Access Fee"}, + {"key": "internet_access", "value": "yes", "description": "🄵 Internet Connection"}, + {"key": "internet_access", "value": "no", "description": "🄵 Internet Connection"}, + {"key": "internet_access", "value": "wired", "description": "🄵 Internet Connection"}, + {"key": "internet_access", "value": "terminal", "description": "🄵 Internet Connection"}, + {"key": "internet_access:fee", "value": "no", "description": "🄵 Internet Access"}, + {"key": "internet_access:fee", "value": "yes", "description": "🄵 Internet Access"}, + {"key": "internet_access:fee", "value": "customers", "description": "🄵 Internet Access"}, {"key": "internet_access:ssid", "description": "🄵 Wifi Network Name"}, {"key": "interval", "description": "🄵 Interval"}, {"key": "junction", "value": "roundabout", "description": "🄵 Junction"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 2285f4209..99beaaa69 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3585,7 +3585,7 @@ "terms": "" }, "internet_access": { - "label": "Internet Access", + "label": "Internet Connection", "terms": "wifi,wlan", "options": { "yes": "Yes", @@ -3596,8 +3596,13 @@ } }, "internet_access/fee": { - "label": "Internet Access Fee", - "terms": "wifi fee" + "label": "Internet Access", + "terms": "wifi fee", + "options": { + "no": "Free", + "yes": "Paid", + "customers": "Customers Only" + } }, "internet_access/ssid": { "label": "Wifi Network Name",