mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00: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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -162,5 +162,6 @@ iD.Way.areaKeys = {
|
||||
shop: {},
|
||||
man_made: {},
|
||||
public_transport: {},
|
||||
place: {}
|
||||
place: {},
|
||||
aeroway: {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user