mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Added bar=yes field for issue #5947
This commit is contained in:
5
data/presets/fields/bar.json
Normal file
5
data/presets/fields/bar.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "bar",
|
||||
"type": "check",
|
||||
"label": "Bar"
|
||||
}
|
||||
@@ -22,7 +22,8 @@
|
||||
"phone",
|
||||
"email",
|
||||
"fax",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"bar"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -37,4 +38,4 @@
|
||||
"amenity": "cafe"
|
||||
},
|
||||
"name": "Cafe"
|
||||
}
|
||||
}
|
||||
@@ -21,7 +21,8 @@
|
||||
"phone",
|
||||
"email",
|
||||
"fax",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"bar"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -47,4 +48,4 @@
|
||||
"amenity": "restaurant"
|
||||
},
|
||||
"name": "Restaurant"
|
||||
}
|
||||
}
|
||||
@@ -19,7 +19,8 @@
|
||||
"phone",
|
||||
"email",
|
||||
"fax",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"bar"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -29,4 +30,4 @@
|
||||
"tourism": "hotel"
|
||||
},
|
||||
"name": "Hotel"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user