forked from MapComplete/MapComplete
94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"id": "cinema",
|
|
"name": {
|
|
"en": "Cinema",
|
|
"de": "Kino",
|
|
"es": "Cine",
|
|
"cs": "Kino",
|
|
"nl": "Bioscoop"
|
|
},
|
|
"description": {
|
|
"en": "A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US.",
|
|
"de": "Ein Ort, an dem Filme gezeigt werden, die der Öffentlichkeit gegen Gebühr zugänglich sind.",
|
|
"es": "Un lugar donde se proyectan películas (cine), generalmente abierto al público por una tarifa Comúnmente conocido como cine en Estados Unidos.",
|
|
"nl": "Een plaats die films toont, meestal open voor het publiek tegen een vergoeding."
|
|
},
|
|
"source": {
|
|
"osmTags": "amenity=cinema"
|
|
},
|
|
"minzoom": 10,
|
|
"title": {
|
|
"mappings": [
|
|
{
|
|
"if": "name~*",
|
|
"then": {
|
|
"*": "{name}"
|
|
}
|
|
}
|
|
],
|
|
"render": {
|
|
"en": "Cinema",
|
|
"de": "Kino",
|
|
"es": "Cine",
|
|
"cs": "Kino",
|
|
"nl": "Bioscoop"
|
|
}
|
|
},
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"marker": [
|
|
{
|
|
"icon": "circle",
|
|
"color": "white"
|
|
},
|
|
{
|
|
"icon": "./assets/layers/cinema/cinema.svg"
|
|
}
|
|
],
|
|
"iconBadges": []
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
"reviews",
|
|
"contact",
|
|
"wikipedia",
|
|
{
|
|
"id": "cinema_type",
|
|
"question": {
|
|
"en": "What type of cinema is this?",
|
|
"de": "Um welche Art von Kino handelt es sich?",
|
|
"es": "¿Qué tipo de cine es este?",
|
|
"cs": "O jaký typ kina se jedná?",
|
|
"nl": "Wat voor type bioscoop is dit?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "cinema=",
|
|
"then": {
|
|
"en": "This is a normal cinema showing movies for all ages",
|
|
"de": "Dies ist ein normales Kino, das Filme für alle Altersgruppen zeigt",
|
|
"es": "Este es un cine normal que proyecta películas para todas las edades",
|
|
"cs": "Toto je normální kino promítající filmy pro všechny věkové kategorie",
|
|
"nl": "Dit is een normale bioscoop met films voor alle leeftijden"
|
|
}
|
|
},
|
|
{
|
|
"if": "cinema=erotic",
|
|
"then": {
|
|
"en": "This is an erotic cinema showing adult movies",
|
|
"de": "Dies ist ein Sex-Kino, das Erwachsenenfilme zeigt",
|
|
"es": "Este es un cine erótico que proyecta películas para adultos",
|
|
"cs": "Toto je erotické kino promítající filmy pro dospělé",
|
|
"nl": "Dit is een erotische bioscoop met films voor volwassenen"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"allowMove": true
|
|
}
|