Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop "Portable Toilets" preset #1159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion data/fields/toilets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"key": "toilets",
"type": "check",
"label": "Toilets"
"label": "Restroom",
"terms": [
"bathroom",
"latrine",
"lavatory",
"outhouse",
"privy",
"toilet",
"water closet",
"W.C.",
"WC"
]
}
8 changes: 4 additions & 4 deletions data/presets/amenity/toilets.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"privy",
"head",
"latrine",
"water closet",
"WC",
"W.C."
],
"tags": {
"amenity": "toilets"
},
"name": "Restroom",
"name": "Toilets",
"aliases": [
"Toilets",
"Restroom",
"Bathroom",
"Lavatory",
"Water Closet"
"Lavatory"
]
}
5 changes: 4 additions & 1 deletion data/presets/amenity/toilets/disposal/flush.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"key": "toilets:disposal",
"value": "flush"
},
"name": "Flush Toilets"
"name": "Flush Toilets",
"aliases": [
"Water Closet"
]
}
29 changes: 0 additions & 29 deletions data/presets/amenity/toilets/portable.json

This file was deleted.

22 changes: 9 additions & 13 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5479,8 +5479,9 @@ en:
label: To
toilets:
# toilets=*
label: Toilets
terms: '[translate with synonyms or related terms for ''Toilets'', separated by commas]'
label: Restroom
# 'terms: bathroom,latrine,lavatory,outhouse,privy,toilet,water closet,w.c.,wc'
terms: '[translate with synonyms or related terms for ''Restroom'', separated by commas]'
toilets/disposal:
# toilets:disposal=*
label: Disposal
Expand Down Expand Up @@ -7491,25 +7492,20 @@ en:
# 'terms: ticket,validator,puncher'
terms: <translate with synonyms or related terms for 'Ticket Validator', separated by commas>
amenity/toilets:
# amenity=toilets | Toilets, Bathroom, Lavatory, Water Closet | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Restroom
# 'terms: outhouse,privy,head,latrine,wc,w.c.'
terms: <translate with synonyms or related terms for 'Restroom', separated by commas>
# amenity=toilets | Restroom, Bathroom, Lavatory | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Toilets
# 'terms: outhouse,privy,head,latrine,water closet,wc,w.c.'
terms: <translate with synonyms or related terms for 'Toilets', separated by commas>
amenity/toilets/disposal/flush:
# amenity=toilets + toilets:disposal=flush | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
# amenity=toilets + toilets:disposal=flush | Water Closet | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Flush Toilets
# 'terms: bathroom,head,lavatory,privy,restroom,water closet,wc,w.c.'
# 'terms: bathroom,head,lavatory,privy,restroom,wc,w.c.'
terms: <translate with synonyms or related terms for 'Flush Toilets', separated by commas>
amenity/toilets/disposal/pitlatrine:
# amenity=toilets + toilets:disposal=pitlatrine | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Pit Latrine
# 'terms: head,lavatory,long drop,outhouse,pit toilet,privy'
terms: <translate with synonyms or related terms for 'Pit Latrine', separated by commas>
amenity/toilets/portable:
# amenity=toilets + portable=yes | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Portable Toilet
# 'terms: restroom,privy,porta john,porta potty,portapot,chemical toilet'
terms: <translate with synonyms or related terms for 'Portable Toilet', separated by commas>
amenity/townhall:
# amenity=townhall | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Town Hall
Expand Down
Loading