mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Add leisure=common preset
This commit is contained in:
@@ -733,6 +733,9 @@ en:
|
||||
leisure:
|
||||
name: Leisure
|
||||
terms: "<translate with synonyms or related terms for 'Leisure', separated by commas>"
|
||||
leisure/common:
|
||||
name: Common
|
||||
terms: "<translate with synonyms or related terms for 'Common', separated by commas>"
|
||||
leisure/dog_park:
|
||||
name: Dog Park
|
||||
terms: "<translate with synonyms or related terms for 'Dog Park', separated by commas>"
|
||||
|
||||
@@ -2611,6 +2611,19 @@
|
||||
},
|
||||
"name": "Leisure"
|
||||
},
|
||||
"leisure/common": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"open space"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "common"
|
||||
},
|
||||
"name": "Common"
|
||||
},
|
||||
"leisure/dog_park": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"open space"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "common"
|
||||
},
|
||||
"name": "Common"
|
||||
}
|
||||
Reference in New Issue
Block a user