Add man_made presets

This commit is contained in:
John Firebaugh
2013-03-09 09:22:56 -08:00
parent 0239856feb
commit da37237955
4 changed files with 29 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
{
"name": "man made",
"match": {
"type": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"man_made": "*"
}
}
}

View File

@@ -0,0 +1,12 @@
{
"name": "lighthouse",
"match": {
"type": [
"point",
"area"
],
"tags": {
"man_made": "lighthouse"
}
}
}

View File

@@ -162,5 +162,6 @@ iD.Way.areaKeys = {
shop: {},
man_made: {},
public_transport: {},
place: {}
place: {},
aeroway: {}
};