mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add construction preset
This commit is contained in:
@@ -1445,6 +1445,26 @@
|
||||
"form": [],
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "construction",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "construction"
|
||||
},
|
||||
"terms": []
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "construction",
|
||||
"type": "combo"
|
||||
},
|
||||
"operator"
|
||||
],
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"name": "farm",
|
||||
"match": {
|
||||
|
||||
21
data/presets/presets/landuse/construction.json
Normal file
21
data/presets/presets/landuse/construction.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "construction",
|
||||
"match": {
|
||||
"type": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "construction"
|
||||
},
|
||||
"terms": [
|
||||
]
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "construction",
|
||||
"type": "combo"
|
||||
},
|
||||
"operator"
|
||||
],
|
||||
"icon": ""
|
||||
}
|
||||
Reference in New Issue
Block a user