2020-08-17 17:23:15 +02:00
{
2020-08-30 01:13:18 +02:00
"id" : "bookcases" ,
"maintainer" : "MapComplete" ,
"version" : "2020-08-29" ,
"language" : [
"en" ,
"nl"
] ,
2020-08-22 02:12:46 +02:00
"title" : {
"en" : "Open Bookcase Map" ,
"nl" : "Open Boekenruilkastenkaart"
} ,
"description" : {
"en" : "A public bookcase is a small streetside cabinet, box, old phone boot or some other objects where books are stored. Everyone can place or take a book. This map aims to collect all these bookcases. You can discover new bookcases nearby and, with a free OpenStreetMap account, quickly add your favourite bookcases." ,
"nl" : "Een boekenruilkast is een kastje waar iedereen een boek kan nemen of achterlaten. Op deze kaart kan je deze boekenruilkasten terugvinden en met een gratis OpenStreetMap-account, ook boekenruilkasten toevoegen of informatie verbeteren"
} ,
2020-08-30 01:13:18 +02:00
"icon" : "./assets/themes/bookcases/bookcase.svg" ,
"socialImage" : null ,
2020-08-23 02:26:17 +02:00
"startLat" : 0 ,
"startLon" : 0 ,
"startZoom" : 10 ,
2020-08-30 01:13:18 +02:00
"widenFactor" : 0.05 ,
"roamingRenderings" : [ ] ,
2020-08-17 17:23:15 +02:00
"layers" : [
{
2020-08-30 01:13:18 +02:00
"id" : "bookcases" ,
"name" : {
"en" : "Bookcases" ,
"nl" : "Boekenruilkastjes"
} ,
"description" : {
"en" : "A streetside cabinet with books, accessible to anyone" ,
"nl" : "Een straatkastje met boeken voor iedereen"
} ,
"overpassTags" : "amenity=public_bookcase" ,
"minzoom" : 12 ,
2020-08-17 17:23:15 +02:00
"title" : {
2020-08-22 02:12:46 +02:00
"render" : {
"en" : "Bookcase" ,
"nl" : "Boekenruilkast"
} ,
"mappings" : [
{
2020-08-30 01:13:18 +02:00
"if" : "name~*" ,
"then" : {
"en" : "Public bookcase <i>{name}</i>" ,
"nl" : "Boekenruilkast <i>{name}</i>"
}
2020-08-22 02:12:46 +02:00
}
]
} ,
"icon" : {
2020-08-30 01:13:18 +02:00
"render" : "./assets/themes/bookcases/bookcase.svg"
2020-08-22 02:12:46 +02:00
} ,
"color" : {
"render" : "#0000ff"
} ,
2020-08-30 01:13:18 +02:00
"width" : {
"render" : "8"
2020-08-17 17:23:15 +02:00
} ,
"presets" : [
{
2020-08-22 02:12:46 +02:00
"title" : {
"en" : "Bookcase" ,
"nl" : "Boekenruilkast"
2020-08-23 16:59:06 +02:00
} ,
2020-08-30 01:13:18 +02:00
"tags" : [
"amenity=public_bookcase"
]
2020-08-17 17:23:15 +02:00
}
] ,
"tagRenderings" : [
2020-08-30 01:13:18 +02:00
"images" ,
2020-08-17 17:23:15 +02:00
{
2020-08-30 01:13:18 +02:00
"render" : {
"en" : "The name of this bookcase is {name}" ,
"nl" : "De naam van dit boekenruilkastje is {name}"
} ,
"question" : {
"en" : "What is the name of this public bookcase?" ,
"nl" : "Wat is de naam van dit boekenuilkastje?"
} ,
"freeform" : {
"key" : "name"
} ,
2020-08-17 17:23:15 +02:00
"mappings" : [
{
2020-08-30 01:13:18 +02:00
"if" : {
"and" : [
"noname=yes" ,
"name="
]
} ,
2020-08-22 02:12:46 +02:00
"then" : {
"en" : "This bookcase doesn't have a name" ,
"nl" : "Dit boekenruilkastje heeft geen naam"
2020-08-30 01:13:18 +02:00
}
2020-08-17 17:23:15 +02:00
}
2020-08-30 01:13:18 +02:00
]
2020-08-17 17:23:15 +02:00
} ,
{
2020-08-22 02:12:46 +02:00
"render" : {
"en" : "{capacity} books fit in this bookcase" ,
"nl" : "Er passen {capacity} boeken"
} ,
2020-08-30 01:13:18 +02:00
"question" : {
"en" : "How many books fit into this public bookcase?" ,
"nl" : "Hoeveel boeken passen er in dit boekenruilkastje?"
} ,
"freeform" : {
"key" : "capacity" ,
"type" : "nat"
}
2020-08-22 02:12:46 +02:00
} ,
{
2020-08-30 01:13:18 +02:00
"question" : {
"en" : "What kind of books can be found in this public bookcase?" ,
"nl" : "Voor welke doelgroep zijn de meeste boeken in dit boekenruilkastje?"
} ,
2020-08-17 17:23:15 +02:00
"mappings" : [
{
"if" : "books=children" ,
2020-08-22 02:12:46 +02:00
"then" : {
"en" : "Mostly children books" ,
"nl" : "Voornamelijk kinderboeken"
}
2020-08-17 17:23:15 +02:00
} ,
{
2020-08-22 02:12:46 +02:00
"if" : "books=adults" ,
"then" : {
"en" : "Mostly books for adults" ,
"nl" : "Voornamelijk boeken voor volwassenen"
}
2020-08-17 17:23:15 +02:00
} ,
{
2020-08-22 02:12:46 +02:00
"if" : "books=children;adults" ,
"then" : {
"en" : "Both books for kids and adults" ,
"nl" : "Boeken voor zowel kinderen als volwassenen"
}
2020-08-17 17:23:15 +02:00
}
2020-08-30 01:13:18 +02:00
]
2020-08-22 02:12:46 +02:00
} ,
{
2020-08-30 01:13:18 +02:00
"question" : {
"en" : "Is this bookcase located outdoors?" ,
"nl" : "Staat dit boekenruilkastje binnen of buiten?"
} ,
2020-08-22 02:12:46 +02:00
"mappings" : [
{
"then" : {
"en" : "This bookcase is located indoors" ,
"nl" : "Dit boekenruilkastje staat binnen"
} ,
"if" : "indoor=yes"
} ,
{
"then" : {
"en" : "This bookcase is located outdoors" ,
"nl" : "Dit boekenruilkastje staat buiten"
} ,
"if" : "indoor=no"
} ,
{
"then" : {
"en" : "This bookcase is located outdoors" ,
"nl" : "Dit boekenruilkastje staat buiten"
} ,
2020-08-30 01:13:18 +02:00
"if" : "indoor=" ,
"hideInAnswers" : true
2020-08-22 02:12:46 +02:00
}
2020-08-30 01:13:18 +02:00
]
2020-08-22 02:12:46 +02:00
} ,
{
2020-08-30 01:13:18 +02:00
"question" : {
"en" : "Is this public bookcase freely accessible?" ,
"nl" : "Is dit boekenruilkastje publiek toegankelijk?"
} ,
"condition" : "indoor=yes" ,
2020-08-22 02:12:46 +02:00
"mappings" : [
{
"then" : {
"en" : "Publicly accessible" ,
"nl" : "Publiek toegankelijk"
} ,
"if" : "access=yes"
} ,
{
"then" : {
"en" : "Only accessible to customers" ,
"nl" : "Enkel toegankelijk voor klanten"
} ,
"if" : "access=customers"
}
2020-08-30 01:13:18 +02:00
]
2020-08-22 02:12:46 +02:00
} ,
{
"question" : {
"en" : "Who maintains this public bookcase?" ,
"nl" : "Wie is verantwoordelijk voor dit boekenruilkastje?"
} ,
"render" : {
"en" : "Operated by {operator}" ,
"nl" : "Onderhouden door {operator}"
2020-08-30 01:13:18 +02:00
} ,
"freeform" : {
"type" : "text" ,
"key" : "operator"
2020-08-22 02:12:46 +02:00
}
} ,
{
2020-08-30 01:13:18 +02:00
"question" : {
"en" : "Is this public bookcase part of a bigger network?" ,
"nl" : "Is dit boekenruilkastje deel van een netwerk?"
} ,
"render" : {
"en" : "This public bookcase is part of {brand}" ,
"nl" : "Dit boekenruilkastje is deel van het netwerk {brand}"
} ,
"condition" : "ref=" ,
"freeform" : {
"key" : "brand"
} ,
2020-08-22 02:12:46 +02:00
"mappings" : [
{
"then" : {
"en" : "Part of the network 'Little Free Library'" ,
"nl" : "Deel van het netwerk 'Little Free Library'"
} ,
"if" : "brand=Little Free Library"
} ,
{
2020-08-30 01:13:18 +02:00
"if" : {
"and" : [
"nobrand=yes" ,
"brand="
]
} ,
2020-08-22 02:12:46 +02:00
"then" : {
"en" : "This public bookcase is not part of a bigger network" ,
"nl" : "Dit boekenruilkastje maakt geen deel uit van een netwerk"
2020-08-30 01:13:18 +02:00
}
2020-08-22 02:12:46 +02:00
}
2020-08-30 01:13:18 +02:00
]
} ,
{
"render" : {
"en" : "The reference number of this public bookcase within {brand} is {ref}" ,
"nl" : "Het referentienummer binnen {brand} is {ref}"
} ,
2020-08-22 02:12:46 +02:00
"question" : {
2020-08-30 01:13:18 +02:00
"en" : "What is the reference number of this public bookcase?" ,
"nl" : "Wat is het referentienummer van dit boekenruilkastje?"
2020-08-22 02:12:46 +02:00
} ,
2020-09-08 00:33:05 +02:00
"condition" : "brand~*" ,
2020-08-30 01:13:18 +02:00
"freeform" : {
"key" : "ref"
2020-08-22 02:12:46 +02:00
} ,
"mappings" : [
{
"then" : {
"en" : "This bookcase is not part of a bigger network" ,
"nl" : "Dit boekenruilkastje maakt geen deel uit van een netwerk"
} ,
2020-08-30 01:13:18 +02:00
"if" : {
"and" : [
"nobrand=yes" ,
"brand=" ,
"ref="
]
}
2020-08-22 02:12:46 +02:00
}
2020-08-30 01:13:18 +02:00
]
2020-08-22 02:12:46 +02:00
} ,
{
"question" : {
"en" : "When was this public bookcase installed?" ,
"nl" : "Op welke dag werd dit boekenruilkastje geinstalleerd?"
} ,
"render" : {
"en" : "Installed on {start_date}" ,
"nl" : "Geplaatst op {start_date}"
2020-08-30 01:13:18 +02:00
} ,
"freeform" : {
"key" : "start_date" ,
"type" : "date"
2020-08-22 02:12:46 +02:00
}
} ,
{
2020-08-30 01:13:18 +02:00
"render" : "Meer info op <a href='{website}' target='_blank'>de website</a>" ,
2020-08-22 02:12:46 +02:00
"question" : {
"en" : "Is there a website with more information about this public bookcase?" ,
"nl" : "Is er een website over dit boekenruilkastje?"
} ,
2020-08-30 01:13:18 +02:00
"freeform" : {
"key" : "website" ,
"type" : "url"
}
2020-08-17 17:23:15 +02:00
}
]
}
2020-08-22 02:12:46 +02:00
]
2020-08-17 17:23:15 +02:00
}