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

Fix data/presets/amenity/ticket_validator format #391

Merged
merged 4 commits into from
Feb 7, 2022
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"icon": "temaki-vending_machine",
"fields": [
"ref",
"operator",
"operator"
],
"moreFields": [
"colour",
Expand All @@ -20,13 +20,12 @@
"terms": [
"ticket",
"validator",
"puncher",
"puncher"
],
},
"aliases": [
"ticket puncher",
"punching machine",
"ticket marker",
"ticket marker"
],
"name": "Ticket Validator"
}
2 changes: 1 addition & 1 deletion data/presets/disc_golf/basket.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-disc_golf_basket",
"icon": "temaki-disc_golf_basket",
"geometry": [
"point",
"vertex"
Expand Down
2 changes: 1 addition & 1 deletion data/presets/disc_golf/tee.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"icon": "maki-disc_golf_basket",
"icon": "temaki-disc_golf_basket",
"fields": [
"surface"
],
Expand Down
2 changes: 1 addition & 1 deletion interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5640,7 +5640,7 @@ en:
name: Emergency Water Reservoir
# 'terms: basin,reservoir,extinguishing,firefighting'
terms: <translate with synonyms or related terms for 'Emergency Water Reservoir', separated by commas>
emergency/water_reservoir covered:
emergency/water_reservoir_covered:
# emergency=water_tank + man_made=reservoir_covered | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Emergency Water Reservoir (Underground)
# 'terms: cistern,reservoir,extinguishing,firefighting'
Expand Down