mapcomplete/assets/layers/bicycle_library/bicycle_library.json

209 lines
6.1 KiB
JSON
Raw Normal View History

2021-01-05 02:59:29 +01:00
{
"id": "bicycle_library",
"name": {
"en": "Bicycle library",
2021-05-27 21:20:04 +02:00
"nl": "Fietsbibliotheek",
2021-05-28 12:42:59 +02:00
"fr": "Vélothèque",
"it": "Bici in prestito"
2021-01-05 02:59:29 +01:00
},
2021-05-19 22:38:41 +02:00
"minzoom": 8,
"source": {
2021-05-19 22:38:41 +02:00
"osmTags": "amenity=bicycle_library"
},
2021-01-05 02:59:29 +01:00
"title": {
"render": {
"en": "Bicycle library",
2021-05-27 21:20:04 +02:00
"nl": "Fietsbibliotheek",
2021-05-28 12:42:59 +02:00
"fr": "Vélothèque",
"it": "Bici in prestito"
2021-01-05 02:59:29 +01:00
},
"mappings": [
{
"if": "name~*",
"then": "<i>{name}</i>"
}
]
},
"titleIcons": [
{
"condition": {
"or": [
"service:bicycle:pump=yes",
"service:bicycle:pump=separate"
]
},
"render": "<img src='./assets/layers/bike_shop/pump.svg'/>"
},
"defaults"
],
"description": {
"en": "A facility where bicycles can be lent for longer period of times",
2021-05-27 21:20:04 +02:00
"nl": "Een plaats waar men voor langere tijd een fiets kan lenen",
"fr": "Un lieu où des vélos peuvent être empruntés pour un temps plus long",
2021-05-28 12:42:59 +02:00
"hu": "Létesítmény, ahonnan kerékpár kölcsönözhető hosszabb időre",
"it": "Una struttura dove le biciclette possono essere prestate per periodi di tempo più lunghi"
2021-01-05 02:59:29 +01:00
},
"tagRenderings": [
"images",
{
"question": {
"en": "What is the name of this bicycle library?",
2021-05-27 21:20:04 +02:00
"nl": "Wat is de naam van deze fietsbieb?",
2021-05-28 12:42:59 +02:00
"fr": "Quel est le nom de cette vélothèque ?",
"it": "Qual è il nome di questo “bici in prestito”?"
2021-01-05 02:59:29 +01:00
},
"render": {
2021-03-30 16:31:51 +02:00
"en": "This bicycle library is called {name}",
2021-05-27 21:20:04 +02:00
"nl": "Deze fietsbieb heet {name}",
2021-05-28 12:42:59 +02:00
"fr": "Cette vélothèque s'appelle {name}",
"it": "Il “bici in prestito” è chiamato {name}"
2021-01-05 02:59:29 +01:00
},
"freeform": {
"key": "name"
}
},
"website",
"phone",
"email",
"opening_hours",
{
"question": {
"en": "How much does lending a bicycle cost?",
2021-05-27 21:20:04 +02:00
"nl": "Hoeveel kost het huren van een fiets?",
"fr": "Combien coûte l'emprunt d'un vélo ?",
2021-05-28 12:42:59 +02:00
"hu": "Mennyibe kerül egy kerékpár kölcsönzése?",
2021-05-30 20:56:09 +02:00
"it": "Quanto costa il prestito di una bicicletta?",
"ru": "Сколько стоит прокат велосипеда?"
2021-01-05 02:59:29 +01:00
},
2021-05-19 22:38:41 +02:00
"render": {
2021-01-05 02:59:29 +01:00
"en": "Lending a bicycle costs {charge}",
2021-05-27 21:20:04 +02:00
"nl": "Een fiets huren kost {charge}",
"fr": "Emprunter un vélo coûte {charge}",
2021-05-28 12:42:59 +02:00
"hu": "Egy kerékpár kölcsönzése {charge}",
2021-05-30 20:56:09 +02:00
"it": "Il prestito di una bicicletta costa {charge}",
"ru": "Стоимость аренды велосипеда {charge}"
2021-01-05 02:59:29 +01:00
},
"freeform": {
"key": "charge",
2021-05-19 22:38:41 +02:00
"addExtraTags": [
"fee=yes"
]
2021-01-05 02:59:29 +01:00
},
"mappings": [
{
"if": {
2021-05-19 22:38:41 +02:00
"and": [
"fee=no",
"charge="
]
2021-01-05 02:59:29 +01:00
},
"then": {
"en": "Lending a bicycle is free",
2021-05-27 21:20:04 +02:00
"nl": "Een fiets huren is gratis",
"fr": "L'emprunt de vélo est gratuit",
2021-05-28 12:42:59 +02:00
"hu": "A kerékpárkölcsönzés ingyenes",
"it": "Il prestito di una bicicletta è gratuito"
2021-01-05 02:59:29 +01:00
}
},
{
"if": {
2021-05-19 22:38:41 +02:00
"and": [
"fee=yes",
"charge=€20warranty + €20/year"
]
2021-01-05 02:59:29 +01:00
},
"then": {
"en": "Lending a bicycle costs €20/year and €20 warranty",
2021-05-27 21:20:04 +02:00
"nl": "Een fiets huren kost €20/jaar en €20 waarborg",
2021-06-04 17:23:17 +02:00
"fr": "Emprunter un vélo coûte 20 €/an et 20 € de garantie",
"it": "Il prestito di una bicicletta costa 20 €/anno più 20 € di garanzia"
2021-01-05 02:59:29 +01:00
}
}
]
},
{
"question": {
"en": "Who can lend bicycles here?",
2021-05-27 21:20:04 +02:00
"nl": "Voor wie worden hier fietsen aangeboden?",
"fr": "Qui peut emprunter des vélos ici ?",
2021-05-28 12:42:59 +02:00
"hu": "Ki kölcsönözhet itt kerékpárt?",
"it": "Chi può prendere in prestito le biciclette qua?"
2021-01-05 02:59:29 +01:00
},
"multiAnswer": true,
"mappings": [
{
"if": "bicycle_library:for=child",
"then": {
"nl": "Aanbod voor kinderen",
2021-05-27 21:20:04 +02:00
"en": "Bikes for children available",
"fr": "Vélos pour enfants disponibles",
2021-05-28 12:42:59 +02:00
"hu": "",
"it": "Sono disponibili biciclette per bambini"
2021-01-05 02:59:29 +01:00
}
},
{
"if": "bicycle_library:for=adult",
"then": {
"nl": "Aanbod voor volwassenen",
2021-05-27 21:20:04 +02:00
"en": "Bikes for adult available",
2021-05-28 12:42:59 +02:00
"fr": "Vélos pour adultes disponibles",
"it": "Sono disponibili biciclette per adulti"
2021-01-05 02:59:29 +01:00
}
},
{
"if": "bicycle_library:for=disabled",
"then": {
"nl": "Aanbod voor personen met een handicap",
2021-05-27 21:20:04 +02:00
"en": "Bikes for disabled persons available",
2021-05-28 12:42:59 +02:00
"fr": "Vélos pour personnes handicapées disponibles",
"it": "Sono disponibili biciclette per disabili"
2021-01-05 02:59:29 +01:00
}
}
]
},
"description"
],
"hideUnderlayingFeaturesMinPercentage": 1,
"presets": [
{
"title": {
"en": "Fietsbibliotheek",
"nl": "Bicycle library"
},
"tags": [
"amenity=bicycle_library"
],
"description": {
"nl": "Een fietsbieb heeft een collectie fietsen die leden mogen lenen",
2021-05-27 21:20:04 +02:00
"en": "A bicycle library has a collection of bikes which can be lent",
2021-05-28 12:42:59 +02:00
"fr": "Une vélothèque a une collection de vélos qui peuvent être empruntés",
2021-06-04 17:23:17 +02:00
"it": "Una ciclo-teca o «bici in prestito» ha una collezione di bici che possno essere prestate"
2021-01-05 02:59:29 +01:00
}
}
],
"icon": {
"render": "pin:#22ff55;./assets/layers/bicycle_library/bicycle_library.svg"
},
"iconOverlays": [
{
"if": "opening_hours~*",
"then": "isOpen",
"badge": true
},
{
"if": "service:bicycle:pump=yes",
"then": "circle:#e2783d;./assets/layers/bike_repair_station/pump.svg",
"badge": true
}
],
"width": {
"render": "1"
},
"iconSize": {
"render": "50,50,bottom"
},
"color": {
"render": "#c00"
},
"wayHandling": 2
}