77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"id": "cinema",
|
|
"name": {
|
|
"en": "Cinema",
|
|
"de": "Kino"
|
|
},
|
|
"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"
|
|
},
|
|
"source": {
|
|
"osmTags": "amenity=cinema"
|
|
},
|
|
"minzoom": 10,
|
|
"title": {
|
|
"mappings": [
|
|
{
|
|
"if": "name~*",
|
|
"then": {
|
|
"*": "{name}"
|
|
}
|
|
}
|
|
],
|
|
"render": {
|
|
"en": "Cinema",
|
|
"de": "Kino"
|
|
}
|
|
},
|
|
"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?"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
{
|
|
"if": "cinema=erotic",
|
|
"then": {
|
|
"en": "This is an erotic cinema showing adult movies",
|
|
"de": "Dies ist ein Sex-Kino, das Erwachsenenfilme zeigt"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"allowMove": true
|
|
}
|