Add presets for bicycle parkings...

... that are not essentially just a type of bicycle stands
This commit is contained in:
Tobias Zwick
2019-04-28 17:47:27 +02:00
parent 1bb0a6a0bc
commit ff4043ae58
3 changed files with 75 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"icon": "maki-bicycle",
"fields": [
"{amenity/bicycle_parking}",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "bicycle_parking",
"bicycle_parking": "building"
},
"reference": {
"key": "bicycle_parking"
},
"terms": [
"Multi-storey bicycle park"
],
"name": "Bicycle parking station"
}
@@ -0,0 +1,19 @@
{
"icon": "maki-bicycle",
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "bicycle_parking",
"bicycle_parking": "lockers"
},
"reference": {
"key": "bicycle_parking"
},
"terms": [
"Bike lockers"
],
"name": "Bicycle lockers"
}
@@ -0,0 +1,33 @@
{
"icon": "maki-bicycle",
"fields": [
"{amenity/bicycle_parking}",
"building"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "bicycle_parking",
"bicycle_parking": "shed"
},
"addTags": {
"building": "shed",
"amenity": "bicycle_parking",
"bicycle_parking": "shed"
},
"removeTags": {
"building": "shed",
"amenity": "bicycle_parking",
"bicycle_parking": "shed"
},
"reference": {
"key": "bicycle_parking"
},
"terms": [
"Bike shed"
],
"name": "Bicycle shed"
}