mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Add leisure=track preset (fixes #1683)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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": {},
|
||||
|
||||
15
data/presets/presets/leisure/track.json
Normal file
15
data/presets/presets/leisure/track.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"surface"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "track"
|
||||
},
|
||||
"name": "Race Track"
|
||||
}
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -1373,6 +1373,10 @@
|
||||
"name": "Swimming Pool",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/track": {
|
||||
"name": "Race Track",
|
||||
"terms": ""
|
||||
},
|
||||
"line": {
|
||||
"name": "Line",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user