mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Run make for farm preset
This commit is contained in:
@@ -6306,6 +6306,17 @@
|
||||
},
|
||||
"name": "City"
|
||||
},
|
||||
"place/farm": {
|
||||
"icon": "farm",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "farm"
|
||||
},
|
||||
"name": "Farm"
|
||||
},
|
||||
"place/hamlet": {
|
||||
"icon": "triangle-stroked",
|
||||
"fields": [
|
||||
|
||||
@@ -1499,7 +1499,7 @@
|
||||
"key": "place",
|
||||
"value": "city"
|
||||
},
|
||||
{
|
||||
{
|
||||
"key": "place",
|
||||
"value": "farm"
|
||||
},
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -2863,6 +2863,10 @@
|
||||
"name": "City",
|
||||
"terms": ""
|
||||
},
|
||||
"place/farm": {
|
||||
"name": "Farm",
|
||||
"terms": ""
|
||||
},
|
||||
"place/hamlet": {
|
||||
"name": "Hamlet",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user