mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 20:01:33 +00:00
Add pier preset
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -10,5 +10,11 @@
|
||||
"tags": {
|
||||
"man_made": "*"
|
||||
}
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "man_made",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
12
data/presets/presets/man_made/pier.json
Normal file
12
data/presets/presets/man_made/pier.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "pier",
|
||||
"match": {
|
||||
"type": [
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "pier"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user