Add leisure=common preset

This commit is contained in:
John Firebaugh
2013-10-19 15:52:26 -07:00
parent f1deed2712
commit a33cf02e74
4 changed files with 34 additions and 1 deletions
+3
View File
@@ -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>"
+13
View File
@@ -2611,6 +2611,19 @@
},
"name": "Leisure"
},
"leisure/common": {
"geometry": [
"point",
"area"
],
"terms": [
"open space"
],
"tags": {
"leisure": "common"
},
"name": "Common"
},
"leisure/dog_park": {
"geometry": [
"point",
+13
View File
@@ -0,0 +1,13 @@
{
"geometry": [
"point",
"area"
],
"terms": [
"open space"
],
"tags": {
"leisure": "common"
},
"name": "Common"
}