Add pier preset

This commit is contained in:
John Firebaugh
2013-03-11 17:18:10 -07:00
parent d5b741ac56
commit e43387e8a7
3 changed files with 20 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10,5 +10,11 @@
"tags": {
"man_made": "*"
}
}
},
"form": [
{
"key": "man_made",
"type": "combo"
}
]
}

View File

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