Add natural=cave_entrance preset

Fixes #2412
This commit is contained in:
John Firebaugh
2014-12-21 14:59:25 -08:00
parent 60b1d4ef91
commit da43e8347b
5 changed files with 52 additions and 9 deletions
+5 -2
View File
@@ -1352,8 +1352,8 @@ en:
name: Farm
terms: "<translate with synonyms or related terms for 'Farm', separated by commas>"
landuse/farmland:
name: Farmland
terms: "<translate with synonyms or related terms for 'Farmland', separated by commas>"
name: Farm
terms: "<translate with synonyms or related terms for 'Farm', separated by commas>"
landuse/farmyard:
name: Farmyard
terms: "<translate with synonyms or related terms for 'Farmyard', separated by commas>"
@@ -1534,6 +1534,9 @@ en:
natural/beach:
name: Beach
terms: "<translate with synonyms or related terms for 'Beach', separated by commas>"
natural/cave_entrance:
name: Cave Entrance
terms: "<translate with synonyms or related terms for 'Cave Entrance', separated by commas>"
natural/cliff:
name: Cliff
terms: "<translate with synonyms or related terms for 'Cliff', separated by commas>"
+22 -5
View File
@@ -4618,7 +4618,8 @@
},
"terms": [],
"name": "Farm",
"icon": "farm"
"icon": "farm",
"searchable": false
},
"landuse/farmland": {
"fields": [
@@ -4631,10 +4632,11 @@
"tags": {
"landuse": "farmland"
},
"terms": [],
"name": "Farmland",
"icon": "farm",
"searchable": false
"terms": [
"farmland"
],
"name": "Farm",
"icon": "farm"
},
"landuse/farmyard": {
"fields": [
@@ -5495,6 +5497,21 @@
},
"name": "Beach"
},
"natural/cave_entrance": {
"geometry": [
"point",
"area"
],
"fields": [
"fee",
"access_simple"
],
"terms": [],
"tags": {
"natural": "cave_entrance"
},
"name": "Cave Entrance"
},
"natural/cliff": {
"geometry": [
"point",
@@ -0,0 +1,15 @@
{
"geometry": [
"point",
"area"
],
"fields": [
"fee",
"access_simple"
],
"terms": [],
"tags": {
"natural": "cave_entrance"
},
"name": "Cave Entrance"
}
+4
View File
@@ -1306,6 +1306,10 @@
"key": "natural",
"value": "beach"
},
{
"key": "natural",
"value": "cave_entrance"
},
{
"key": "natural",
"value": "cliff"
+6 -2
View File
@@ -2324,8 +2324,8 @@
"terms": ""
},
"landuse/farmland": {
"name": "Farmland",
"terms": ""
"name": "Farm",
"terms": "farmland"
},
"landuse/farmyard": {
"name": "Farmyard",
@@ -2567,6 +2567,10 @@
"name": "Beach",
"terms": ""
},
"natural/cave_entrance": {
"name": "Cave Entrance",
"terms": ""
},
"natural/cliff": {
"name": "Cliff",
"terms": ""