Skip to content

Commit

Permalink
Change leisure=track preset to work for line or area
Browse files Browse the repository at this point in the history
(closes #3890)
  • Loading branch information
bhousel committed Mar 12, 2017
1 parent de44a73 commit 73f32fe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3084,8 +3084,8 @@ en:
terms: '<translate with synonyms or related terms for ''Swimming Pool'', separated by commas>'
leisure/track:
# leisure=track
name: Racetrack (non-Motorsport)
terms: '<translate with synonyms or related terms for ''Racetrack (non-Motorsport)'', separated by commas>'
name: Racetrack (Non-Motorsport)
terms: '<translate with synonyms or related terms for ''Racetrack (Non-Motorsport)'', separated by commas>'
leisure/water_park:
# leisure=water_park
name: Water Park
Expand Down
8 changes: 5 additions & 3 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7414,7 +7414,8 @@
],
"geometry": [
"point",
"line"
"line",
"area"
],
"tags": {
"leisure": "track",
Expand Down Expand Up @@ -7523,12 +7524,13 @@
],
"geometry": [
"point",
"line"
"line",
"area"
],
"tags": {
"leisure": "track"
},
"name": "Racetrack (non-Motorsport)"
"name": "Racetrack (Non-Motorsport)"
},
"leisure/water_park": {
"icon": "swimming",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/presets/leisure/running_track.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"geometry": [
"point",
"line"
"line",
"area"
],
"tags": {
"leisure": "track",
Expand Down
5 changes: 3 additions & 2 deletions data/presets/presets/leisure/track.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
],
"geometry": [
"point",
"line"
"line",
"area"
],
"tags": {
"leisure": "track"
},
"name": "Racetrack (non-Motorsport)"
"name": "Racetrack (Non-Motorsport)"
}
2 changes: 1 addition & 1 deletion dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,7 @@
"terms": "dive,water"
},
"leisure/track": {
"name": "Racetrack (non-Motorsport)",
"name": "Racetrack (Non-Motorsport)",
"terms": ""
},
"leisure/water_park": {
Expand Down

0 comments on commit 73f32fe

Please sign in to comment.