mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Merge pull request #2604 from Stalfur/farm
Added farm as preset for Place
This commit is contained in:
@@ -1738,6 +1738,9 @@ en:
|
||||
place/city:
|
||||
name: City
|
||||
terms: "<translate with synonyms or related terms for 'City', separated by commas>"
|
||||
place/farm:
|
||||
name: Farm
|
||||
terms: "<translate with synonyms or related terms for 'Farm', separated by commas>"
|
||||
place/hamlet:
|
||||
name: Hamlet
|
||||
terms: "<translate with synonyms or related terms for 'Hamlet', separated by commas>"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "farm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "farm"
|
||||
},
|
||||
"name": "Farm"
|
||||
}
|
||||
@@ -1498,6 +1498,10 @@
|
||||
{
|
||||
"key": "place",
|
||||
"value": "city"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
"value": "farm"
|
||||
},
|
||||
{
|
||||
"key": "place",
|
||||
|
||||
Reference in New Issue
Block a user