mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-13 21:02:25 +02:00
+5
-2
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1306,6 +1306,10 @@
|
||||
"key": "natural",
|
||||
"value": "beach"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "cave_entrance"
|
||||
},
|
||||
{
|
||||
"key": "natural",
|
||||
"value": "cliff"
|
||||
|
||||
Vendored
+6
-2
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user