Allow toll_booth on area geometry

This commit is contained in:
Bryan Housel
2017-01-06 23:18:48 -05:00
parent 739c1e9acc
commit 5db9cd156b
2 changed files with 8 additions and 4 deletions

View File

@@ -2857,10 +2857,12 @@
"barrier/toll_booth": {
"icon": "roadblock",
"fields": [
"access"
"access",
"building_area"
],
"geometry": [
"vertex"
"vertex",
"area"
],
"tags": {
"barrier": "toll_booth"

View File

@@ -1,10 +1,12 @@
{
"icon": "roadblock",
"fields": [
"access"
"access",
"building_area"
],
"geometry": [
"vertex"
"vertex",
"area"
],
"tags": {
"barrier": "toll_booth"