Add leisure=track preset (fixes #1683)

This commit is contained in:
John Firebaugh
2013-08-13 12:50:41 -07:00
parent 90153d55ce
commit 1deed79cbb
4 changed files with 37 additions and 0 deletions

View File

@@ -745,6 +745,9 @@ en:
leisure/swimming_pool:
name: Swimming Pool
terms: "<translate with synonyms or related terms for 'Swimming Pool', separated by commas>"
leisure/track:
name: Race Track
terms: "<translate with synonyms or related terms for 'Race Track', separated by commas>"
line:
name: Line
terms: "<translate with synonyms or related terms for 'Line', separated by commas>"

View File

@@ -2730,6 +2730,21 @@
"icon": "swimming",
"name": "Swimming Pool"
},
"leisure/track": {
"icon": "pitch",
"fields": [
"surface"
],
"geometry": [
"point",
"line",
"area"
],
"tags": {
"leisure": "track"
},
"name": "Race Track"
},
"line": {
"name": "Line",
"tags": {},

View File

@@ -0,0 +1,15 @@
{
"icon": "pitch",
"fields": [
"surface"
],
"geometry": [
"point",
"line",
"area"
],
"tags": {
"leisure": "track"
},
"name": "Race Track"
}

View File

@@ -1373,6 +1373,10 @@
"name": "Swimming Pool",
"terms": ""
},
"leisure/track": {
"name": "Race Track",
"terms": ""
},
"line": {
"name": "Line",
"terms": ""