mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Allow toll_booth on area geometry
This commit is contained in:
@@ -2857,10 +2857,12 @@
|
||||
"barrier/toll_booth": {
|
||||
"icon": "roadblock",
|
||||
"fields": [
|
||||
"access"
|
||||
"access",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"barrier": "toll_booth"
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"icon": "roadblock",
|
||||
"fields": [
|
||||
"access"
|
||||
"access",
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"barrier": "toll_booth"
|
||||
|
||||
Reference in New Issue
Block a user