Add bicycle rental presets

This commit is contained in:
Pieter Vander Vennet 2022-02-14 19:00:25 +01:00
parent 321c15db83
commit 2ea363f6e0
2 changed files with 25 additions and 16 deletions

View file

@ -257,7 +257,31 @@
]
}
],
"presets": [],
"presets": [
{
"title": {
"en": "bicycle rental shop",
"nl": "fietsverhuurzaak"
},
"tags": [
"amenity=bicycle_rental",
"bicycle_rental=shop"
],
"description": {
"en": "A manned shop which focuses on bicycle rental",
"nl": "Een bemande winkel die focust op fietsverhuur"
}
},
{
"title": {
"en": "bicycle rental",
"nl": "fietsverhuur"
},
"tags": [
"amenity=bicycle_rental"
]
}
],
"mapRendering": [
{
"icon": "./assets/themes/bicycle_rental/logo.svg",