mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Add man_made presets
This commit is contained in:
File diff suppressed because one or more lines are too long
14
data/presets/presets/man_made.json
Normal file
14
data/presets/presets/man_made.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "man made",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
data/presets/presets/man_made/lighthouse.json
Normal file
12
data/presets/presets/man_made/lighthouse.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "lighthouse",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "lighthouse"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user