2022-08-27 00:12:21 +02:00
{
"id" : "fitness_station" ,
"name" : {
2022-11-02 13:47:34 +01:00
"en" : "Fitness Stations" ,
2023-01-29 18:02:06 +01:00
"de" : "Fitness-Stationen" ,
2023-09-19 14:22:52 +02:00
"nl" : "Fitness-toestel" ,
2023-10-30 13:44:27 +01:00
"ca" : "Estacions de fitness" ,
2024-11-05 14:14:53 +01:00
"cs" : "Fitness stanice" ,
"es" : "Estaciones de Fitness"
2022-08-27 00:12:21 +02:00
} ,
"description" : {
2022-11-02 13:47:34 +01:00
"en" : "Find a fitness station near you, and add missing ones." ,
2023-01-29 18:02:06 +01:00
"de" : "Finden Sie eine Fitness-Station in der Nähe und fügen Sie fehlende hinzu." ,
2023-09-19 14:22:52 +02:00
"nl" : "Vind een fitness-centrum in je buurt en voeg ontbrekende fitness-centra toe" ,
2023-10-16 13:38:53 +02:00
"ca" : "Troba una estació de fitness a prop teu i afegeix-ne les que falten." ,
2024-11-05 14:14:53 +01:00
"cs" : "Najděte fitness stanici ve svém okolí a přidejte chybějící." ,
"es" : "Encuentra una estación de fitness cerca de ti y agrega las que faltan."
2022-08-27 00:12:21 +02:00
} ,
"source" : {
"osmTags" : "leisure=fitness_station"
} ,
2022-08-27 11:57:42 +02:00
"minzoom" : 12 ,
2022-08-27 00:12:21 +02:00
"title" : {
"render" : {
2022-11-02 13:47:34 +01:00
"en" : "Fitness Station" ,
2023-09-19 14:22:52 +02:00
"de" : "Fitness-Station" ,
2023-10-30 13:44:27 +01:00
"ca" : "Estació de fitness" ,
2024-11-05 14:14:53 +01:00
"cs" : "Fitness stanice" ,
"es" : "Estación de Fitness"
2022-08-27 00:12:21 +02:00
} ,
"mappings" : [
{
"if" : "name~*" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "Fitness Station {name}" ,
2023-09-19 14:22:52 +02:00
"de" : "Fitness-Station {name}" ,
2023-10-30 13:44:27 +01:00
"ca" : "Estació de fitness {name}" ,
2024-11-05 14:14:53 +01:00
"cs" : "Fitness stanice {name}" ,
"es" : "Estación de Fitness {name}"
2022-08-27 00:12:21 +02:00
}
}
]
} ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"iconSize" : "40,40" ,
"iconBadges" : [
{
"if" : {
"and" : [
"opening_hours!=24/7" ,
"opening_hours~*"
]
} ,
"then" : "icons.isOpen"
}
] ,
"anchor" : "center" ,
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
"icon" : "./assets/layers/fitness_station/fitness.svg"
}
]
}
] ,
"lineRendering" : [ ] ,
"presets" : [
{
"tags" : [
"leisure=fitness_station" ,
"sport=fitness"
] ,
"title" : {
"en" : "a fitness station" ,
"de" : "eine Fitness-Station" ,
"nl" : "een fitness-toestel" ,
"ca" : "una estació de fitness" ,
2024-11-05 14:14:53 +01:00
"cs" : "fitness stanice" ,
"es" : "una estación de fitness"
2023-10-30 18:08:38 +01:00
} ,
"icon" : "./assets/layers/fitness_station/fitness.svg"
}
] ,
2022-08-27 00:12:21 +02:00
"tagRenderings" : [
2023-01-22 12:30:41 +01:00
"images" ,
2022-08-27 00:12:21 +02:00
{
"id" : "name" ,
"question" : {
2022-11-02 13:47:34 +01:00
"en" : "What is the name of this fitness station?" ,
2023-01-29 18:02:06 +01:00
"de" : "Wie lautet der Name der Fitness-Station?" ,
2023-09-19 14:22:52 +02:00
"nl" : "Wat is de naam van dit fitness-toestel?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Quin és el nom d'aquesta estació de fitness?" ,
2024-11-05 14:14:53 +01:00
"cs" : "Jak se tato fitness stanice jmenuje?" ,
"es" : "¿Cuál es el nombre de esta estación de fitness?"
2022-08-27 00:12:21 +02:00
} ,
"freeform" : {
"key" : "name" ,
"placeholder" : {
2022-11-02 13:47:34 +01:00
"en" : "Name of the fitness station" ,
2023-01-29 18:02:06 +01:00
"de" : "Name der Fitness-Station" ,
2023-09-19 14:22:52 +02:00
"nl" : "Naam van het fitness-toestell" ,
2023-10-30 13:44:27 +01:00
"ca" : "Nom de l'estació de fitness" ,
2024-11-05 14:14:53 +01:00
"cs" : "Název fitness stanice" ,
"es" : "Nombre de la estación de fitness"
2022-08-27 00:12:21 +02:00
} ,
"type" : "string"
} ,
"mappings" : [
{
"if" : "noname=yes" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station doesn't have a name" ,
2023-01-29 18:02:06 +01:00
"de" : "Die Fitness-Station hat keinen Namen" ,
2023-09-19 14:22:52 +02:00
"nl" : "Dit fitness-toestel heeft geen naam" ,
2023-10-30 13:44:27 +01:00
"ca" : "L'estació de fitness no té nom" ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice nemá jméno" ,
"es" : "Esta estación de fitness no tiene nombre"
2022-08-27 00:12:21 +02:00
}
}
] ,
"render" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station is called {name}" ,
2023-01-29 18:02:06 +01:00
"de" : "Die Fitness-Station heißt {name}" ,
2023-09-19 14:22:52 +02:00
"nl" : "Dit fitness-toestel heet {name}" ,
2023-10-30 13:44:27 +01:00
"ca" : "L'estació de fitness es diu {name}" ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice se jmenuje {name}" ,
"es" : "Esta estación de fitness se llama {name}"
2022-08-27 00:12:21 +02:00
}
} ,
{
"id" : "type" ,
"question" : {
2022-11-02 13:47:34 +01:00
"en" : "What kind of equipment does this fitness station have?" ,
2023-10-30 13:44:27 +01:00
"de" : "Welche Übungsgeräte gibt es an dieser Fitness-Station?" ,
2024-11-05 14:14:53 +01:00
"cs" : "Jaké vybavení má tato fitness stanice?" ,
"es" : "¿Qué tipo de equipo tiene esta estación de fitness?"
2022-08-27 00:12:21 +02:00
} ,
"mappings" : [
{
"if" : "fitness_station=horizontal_bar" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a horizontal bar, high enough for pull-ups." ,
2023-09-19 14:22:52 +02:00
"de" : "Die Fitness-Station hat eine Reckstange für Klimmzüge." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té una barra horitzontal, prou alta per a fer traccions." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má hrazdu, dostatečně vysokou pro přítahy." ,
"es" : "Esta estación de fitness tiene una barra horizontal, lo suficientemente alta para hacer dominadas."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Trimm-Dich-Pfad_Grünwalder_Forst_Klimmzüge.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=sign" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a sign with instructions for a specific exercise." ,
2023-09-19 14:22:52 +02:00
"de" : "Die Fitness-Station hat ein Schild mit Anweisungen für eine bestimmte Übung." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té un cartell amb instruccions per a un exercici concret." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má ceduli s pokyny pro konkrétní cvičení." ,
"es" : "Esta estación de fitness tiene un cartel con instrucciones para un ejercicio específico."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Outdoor_fitness_station_sign.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=sit-up" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a facility for sit-ups." ,
2023-09-19 14:22:52 +02:00
"de" : "Die Fitness-Station hat eine Einrichtung für Sit-ups." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té una instal·lació per fer abdominals." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovna má zařízení pro sedy-lehy." ,
"es" : "Esta estación de fitness tiene un dispositivo para abdominales."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Inclined_sit-up_bench.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=push-up" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars." ,
2023-09-19 14:22:52 +02:00
"de" : "Die Fitness-Station hat eine Vorrichtung für Liegestütze. In der Regel eine oder mehrere niedrige Reckstangen." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquest estació de fitness té una instal·lació per a flexions. Normalment consta d'una o més barres horitzontals baixes." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí." ,
"es" : "Esta estación de fitness tiene un dispositivo para flexiones. Normalmente consiste en una o más barras horizontales bajas."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Push-up_bars.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=stretch_bars" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has bars for stretching." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat Stangen zum Dehnen." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness disposa de barres per fer estiraments." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má tyče pro strečink." ,
"es" : "Esta estación de fitness tiene barras para estirar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_stretch_bars.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=hyperextension" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a station for making hyperextensions." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat eine Vorrichtung für Rückenstrecker (Hyperextensions)." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness disposa d'una estació per fer hiperextensions." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má stanici pro vytváření hyperextenzí." ,
"es" : "Esta estación de fitness tiene una estación para realizar hiperextensiones."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Inclined_sit-up_and_hyperextension_bench.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=rings" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has rings for gymnastic exercises." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat Ringe für Gymnastikübungen." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness disposa d'anelles per fer exercicis de gimnàstica." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má kruhy pro gymnastická cvičení." ,
"es" : "Esta estación de fitness tiene anillas para ejercicios de gimnasia."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Exercise9159.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=horizontal_ladder" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a horizontal ladder, also known as monkey bars." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat eine horizontale Leiter (Monkey Bars)." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquest gimnàs té una escala horitzontal, també coneguda com a barres de mico." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík." ,
"es" : "Esta estación de fitness tiene una escalera horizontal, también conocida como barras de mono."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Horizontal_ladder.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=wall_bars" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has wall bars to climb on." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat eine Sprossenwand zum Klettern." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té barres per pujar-hi." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má nástěnné tyče, na které lze lézt." ,
"es" : "Esta estación de fitness tiene barras de pared para escalar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/RIAN_archive_493268_Sports_at_a_kindergarten.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=slalom" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has posts for performing slalom exercises." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat Pfosten für Slalomübungen." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té llocs per fer exercicis d'eslàlom." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má sloupky pro provádění slalomových cvičení." ,
"es" : "Esta estación de fitness tiene postes para realizar ejercicios de slalom."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_slalom.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=stepping_stones" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has stepping stones." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat Trittsteine." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de gimnàs té esglaons." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má odrazové můstky." ,
"es" : "Esta estación de fitness tiene piedras para escalar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_stepping_stone.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=leapfrog" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has cones for performing leapfrog jumps." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat Hütchen für Bocksprünge." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness disposa de cons per fer salts de granota." ,
2024-11-05 14:14:53 +01:00
"cs" : "Na této fitness stanici jsou kužely pro provádění skoků přes překážky." ,
"es" : "Esta estación de fitness tiene conos para realizar saltos de rana."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_leapfrog.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=beam_jump" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has beams to jump over." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat Balken zum überspringen." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té bigues per saltar." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má trámy, přes které se skáče." ,
"es" : "Esta estación de fitness tiene vigas para saltar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_beam_jump.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=hurdling" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has hurdles to cross." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitnessstation hat Hürden zum überspringen." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té obstacles per a travesar." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má překážky, které je třeba překonat." ,
"es" : "Esta estación de fitness tiene vallas para cruzar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_hurdling.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=wall" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a wall to climb on." ,
2023-09-28 16:56:25 +02:00
"de" : "Die Fitness-Station hat eine Kletterwand." ,
2023-10-30 13:44:27 +01:00
"ca" : "Aquesta estació de fitness té una paret per enfilar-se." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má stěnu, na kterou se dá lézt." ,
"es" : "Esta estación de fitness tiene una pared para escalar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Fitness_station_wall.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=balance_beam" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a balance beam." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat einen Schwebebalken." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má kladinu." ,
"es" : "Esta estación de fitness tiene una viga de equilibrio."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Exercise9170.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=log_lifting" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a log with a handle on the end to lift." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat einen Baumstamm mit Griff zum Anheben." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má na konci kládu s rukojetí ke zvedání." ,
"es" : "Esta estación de fitness tiene un tronco con un asa en el extremo para levantar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Log_lifting_exercise.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=captains_chair" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a chair with only elbow supports and a rear (without seat), for performing leg raises." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat einen Stuhl ohne Sitzfläche, nur mit Arm- und Rückenlehne, für Beinheber." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má židli pouze s loketními opěrkami a zadní část (bez sedáku) pro provádění zvedání nohou." ,
"es" : "Esta estación de fitness tiene una silla con solo soportes para los codos y una parte trasera (sin asiento), para realizar elevaciones de piernas."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Captains_chair.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=box" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a box that can be used for jumping." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat einen Kasten für Sprungübungen." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má box, který lze použít pro skákání." ,
"es" : "Esta estación de fitness tiene una caja que se puede usar para saltar."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Exercise_Box.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=battling_ropes" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has battling ropes." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat Kampfseile (battle ropes)." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má bojová lana." ,
"es" : "Esta estación de fitness tiene cuerdas de batalla."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Battling_ropes.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=excercise_bike" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a stationary bicycle." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat ein Fahrradergometer." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovna má stacionární kolo." ,
"es" : "Esta estación de fitness tiene una bicicleta estática."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Outdoor_stationary_bicycle.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=elliptical_trainer" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a cross-trainer." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat einen Crosstrainer." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má crossový trenažér." ,
"es" : "Esta estación de fitness tiene una elíptica."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
2022-08-27 10:39:14 +02:00
"path" : "./assets/layers/fitness_station/07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_2.jpg" ,
2022-08-27 00:12:21 +02:00
"class" : "large"
}
} ,
{
"if" : "fitness_station=air_walker" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has an air walker." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat einen Air-Walker." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato posilovací stanice má chodítko ve vzduchu." ,
"es" : "Esta estación de fitness tiene un caminador de aire."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
2022-08-27 10:39:14 +02:00
"path" : "./assets/layers/fitness_station/Ansan_Park_beind_the_city_hall_022.jpg" ,
2022-08-27 00:12:21 +02:00
"class" : "large"
}
} ,
{
"if" : "fitness_station=rower" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a rower." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat ein Rudergerät." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má veslař." ,
"es" : "Esta estación de fitness tiene una máquina de remo."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Annecy_-_rower.jpg" ,
"class" : "large"
}
} ,
{
"if" : "fitness_station=slackline" ,
"then" : {
2022-11-02 13:47:34 +01:00
"en" : "This fitness station has a slackline." ,
2023-10-30 13:44:27 +01:00
"de" : "Die Fitness-Station hat eine Slackline." ,
2024-11-05 14:14:53 +01:00
"cs" : "Tato fitness stanice má slackline." ,
"es" : "Esta estación de fitness tiene una slackline."
2022-08-27 00:12:21 +02:00
} ,
"icon" : {
"path" : "./assets/layers/fitness_station/Slacklineanlage_im_Dietenbachpark.jpg" ,
"class" : "large"
}
}
] ,
"multiAnswer" : true
2022-08-27 10:39:14 +02:00
} ,
{
"id" : "operator" ,
"question" : {
2022-11-02 13:47:34 +01:00
"en" : "Who maintains this fitness station?" ,
2023-01-29 18:02:06 +01:00
"de" : "Wer betreibt die Fitness-Station?" ,
2023-09-19 14:22:52 +02:00
"nl" : "Wie beheert dit fitness-toestel?" ,
2023-10-30 13:44:27 +01:00
"ca" : "Qui manté l'estació de fitness?" ,
2024-11-05 14:14:53 +01:00
"cs" : "Kdo spravuje tuto fitness stanici?" ,
"es" : "¿Quién mantiene esta estación de fitness?"
2022-08-27 10:39:14 +02:00
} ,
"freeform" : {
"key" : "operator" ,
"placeholder" : {
2022-11-02 13:47:34 +01:00
"en" : "Operator of the fitness station" ,
2023-01-29 18:02:06 +01:00
"de" : "Betreiber der Fitness-Station" ,
2023-10-30 13:44:27 +01:00
"nl" : "Beheerder van het fitness-toestel" ,
2024-11-05 14:14:53 +01:00
"cs" : "Provozovatel fitness stanice" ,
"es" : "Operador de la estación de fitness"
2022-08-27 10:39:14 +02:00
} ,
"type" : "string"
} ,
"render" : {
2022-11-02 13:47:34 +01:00
"en" : "The fitness station is maintained by {operator}." ,
2023-01-29 18:02:06 +01:00
"de" : "Die Fitness-Station wird betrieben von {operator}." ,
2023-09-19 14:22:52 +02:00
"nl" : "Dit fitness-toestel wordt beheerd door {operator}" ,
2023-10-30 13:44:27 +01:00
"ca" : "{operator} manté l'estació de fitness." ,
2024-11-05 14:14:53 +01:00
"cs" : "Fitness stanici spravuje {operator}." ,
"es" : "La estación de fitness es mantenida por {operator}."
2022-08-27 10:39:14 +02:00
}
} ,
2023-06-04 22:14:12 +02:00
"opening_hours_24_7"
2022-08-27 00:12:21 +02:00
] ,
2023-09-19 14:04:13 +02:00
"filter" : [
"open_now"
] ,
"allowMove" : {
"enableRelocation" : false ,
"enableImproveAccuracy" : true
2023-10-30 18:08:38 +01:00
}
2023-06-20 01:52:15 +02:00
}