2020-09-16 01:29:38 +02:00
{
2021-11-07 14:37:21 +01:00
"id" : "bike_shop" ,
"name" : {
"en" : "Bike repair/shop" ,
"nl" : "Fietszaak" ,
"fr" : "Magasin ou réparateur de vélo" ,
"gl" : "Tenda/arranxo de bicicletas" ,
2022-04-09 17:35:21 +02:00
"de" : "Fahrradgeschäfte und -werkstätten" ,
2023-05-01 16:51:43 +02:00
"it" : "Venditore/riparatore di biciclette" ,
2021-11-07 14:37:21 +01:00
"ru" : "Обслуживание велосипедов/магазин" ,
"pt_BR" : "Reparo/loja de bicicletas" ,
2022-04-13 18:42:40 +02:00
"pt" : "Reparo/loja de bicicletas" ,
2022-06-19 22:13:38 +02:00
"ca" : "Botiga/reparació de bicicletes" ,
2022-09-18 20:04:20 +02:00
"es" : "Taller/tienda de bicis" ,
2023-05-01 10:10:26 +02:00
"da" : "Cykelreparation/butik" ,
"cs" : "Opravna/obchod s jízdními koly"
2021-11-07 14:37:21 +01:00
} ,
2023-10-30 18:08:38 +01:00
"description" : {
"en" : "A shop specifically selling bicycles or related items" ,
"nl" : "Een winkel die hoofdzakelijk fietsen en fietstoebehoren verkoopt" ,
"fr" : "Un magasin vendant spécifiquement des vélos ou des objets en lien" ,
"it" : "Un negozio che vende specificatamente biciclette o articoli similari" ,
"ru" : "Магазин, специализирующийся на продаже велосипедов или сопутствующих товаров" ,
"pt_BR" : "Uma loja que vende especificamente bicicletas ou itens relacionados" ,
"de" : "Ein Geschäft, das speziell Fahrräder oder verwandte Artikel verkauft" ,
"pt" : "Uma loja que vende especificamente bicicletas ou itens relacionados" ,
"es" : "Una tiene que vende específicamente bicis u objetos relacionados" ,
"da" : "En butik, der specifikt sælger cykler eller relaterede varer" ,
"ca" : "Una botiga que ven específicament bicicletes o articles relacionats" ,
"cs" : "Obchod zaměřený na prodej jízdních kol nebo souvisejících předmětů"
} ,
2021-11-07 14:37:21 +01:00
"source" : {
"osmTags" : {
2023-05-01 16:51:43 +02:00
"#" : "We select all bicycle shops, sports shops (but we try to weed out non-bicycle related shops), and any shop with a bicycle related tag" ,
2021-11-07 14:37:21 +01:00
"or" : [
"shop=bicycle" ,
2024-07-20 19:46:22 +02:00
"service:bicycle:retail=yes" ,
"service:bicycle:repair=yes" ,
2021-11-07 14:37:21 +01:00
{
"#" : "if sport is defined and is not bicycle, it is not matched; if bicycle retail/repair is marked as 'no', it is not shown to too." ,
"##" : "There will be a few false-positives with this. They will get filtered out by people marking both 'not selling bikes' and 'not repairing bikes'. Furthermore, the OSMers will add a sports-subcategory on it" ,
"and" : [
"shop=sports" ,
"service:bicycle:retail!=no" ,
"service:bicycle:repair!=no" ,
{
"or" : [
"sport=bicycle" ,
"sport=cycling" ,
"sport="
]
}
]
2020-09-16 02:40:44 +02:00
}
2021-11-07 14:37:21 +01:00
]
}
} ,
2023-10-30 18:08:38 +01:00
"minzoom" : 13 ,
2021-11-07 14:37:21 +01:00
"title" : {
"render" : {
"en" : "Bike repair/shop" ,
"nl" : "Fietszaak" ,
"fr" : "Magasin ou réparateur de vélo" ,
"gl" : "Tenda/arranxo de bicicletas" ,
2023-05-01 16:51:43 +02:00
"de" : "Fahrradwerkstatt/-geschäft" ,
"it" : "Venditore/riparatore di biciclette" ,
2021-11-07 14:37:21 +01:00
"ru" : "Обслуживание велосипедов/магазин" ,
"pt_BR" : "Reparo/loja de bicicletas" ,
2022-04-13 18:42:40 +02:00
"pt" : "Reparo/loja de bicicletas" ,
2022-04-28 00:35:08 +02:00
"ca" : "Botiga/reparació de bicicletes" ,
2022-06-19 22:13:38 +02:00
"da" : "Cykelværksted/butik" ,
2023-09-01 16:06:22 +02:00
"es" : "Taller/tienda de bicis" ,
"cs" : "Oprava kol/obchod"
2021-09-22 16:58:25 +02:00
} ,
2021-11-07 14:37:21 +01:00
"mappings" : [
{
"if" : {
"and" : [
"shop=sports"
]
2020-11-20 14:00:37 +01:00
} ,
2021-11-07 14:37:21 +01:00
"then" : {
2023-05-01 16:51:43 +02:00
"en" : "Sports gear shop <i>{name}</i>" ,
2021-11-07 14:37:21 +01:00
"nl" : "Sportwinkel <i>{name}</i>" ,
2023-07-15 19:00:23 +02:00
"fr" : "Magasin d'équipements de sport <i>{name}</i>" ,
2021-11-07 14:37:21 +01:00
"it" : "Negozio di articoli sportivi <i>{name}</i>" ,
"ru" : "Магазин спортивного инвентаря <i>{name}</i>" ,
"de" : "Sportartikelgeschäft <i>{name}</i>" ,
"pt_BR" : "Loja de equipamentos esportivos <i>{name}</i>" ,
2022-06-19 22:13:38 +02:00
"pt" : "Loja de equipamentos desportivos <i>{name}</i>" ,
2023-11-23 15:47:16 +01:00
"es" : "Tienda de material deportivo <i>{name}</i>" ,
2023-03-24 12:23:42 +01:00
"da" : "Butik med sportsudstyr <i>{name}</i>" ,
2023-06-23 21:15:11 +02:00
"ca" : "Botiga d'equipament esportiu <i>{name}</i>" ,
"cs" : "Obchod se sportovním vybavením <i>{name}</i>"
2021-11-07 14:37:21 +01:00
}
} ,
2024-07-29 15:23:40 +02:00
{
"if" : "name~*" ,
"then" : {
"*" : "{name}"
}
} ,
2021-11-07 14:37:21 +01:00
{
"if" : {
"and" : [
"shop!~.*bicycle.*" ,
"shop~*"
]
} ,
2022-06-05 00:31:53 +02:00
"then" : {
2024-07-29 15:23:40 +02:00
"en" : "Bicycle rental shop <i>{name}</i>" ,
"de" : "Fahrradverleih <i>{name}</i>" ,
"nl" : "Fietsverhuur <i>{name}</i>" ,
"es" : "Tienda de alquiler de bicicletas <i>{name}</i>" ,
"fr" : "Magasin de location de vélo <i>{name}</i>" ,
"da" : "Cykeludlejning <i>{name}</i>" ,
"ca" : "Botiga de lloguer de bicicletes <i>{name}</i>" ,
"cs" : "Půjčovna kol <i>{name}</i>" ,
"it" : "Noleggio di biciclette <i>{name}</i>" ,
"pt" : "Aluguel de bicicletas <i>{name}</i>" ,
"pt_BR" : "Aluguel de bicicletas <i>{name}</i>" ,
"ru" : "Прокат велосипедов <i>{name}</i>"
2022-06-05 00:31:53 +02:00
}
2021-11-07 14:37:21 +01:00
} ,
{
"if" : {
"and" : [
2021-04-07 20:27:36 +02:00
{
2021-11-07 14:37:21 +01:00
"or" : [
"service:bicycle:rental=yes" ,
2022-06-05 00:31:53 +02:00
"amenity=bicycle_rental" ,
"shop=rental" ,
"shop=bicycle_rental"
2021-11-07 14:37:21 +01:00
]
2021-04-07 20:27:36 +02:00
}
2021-11-07 14:37:21 +01:00
]
} ,
"then" : {
"nl" : "Fietsenmaker <i>{name}</i>" ,
2024-07-29 15:23:40 +02:00
"en" : "Bike repair <i>{name}</i>" ,
2021-11-07 14:37:21 +01:00
"fr" : "Réparateur de vélo <i>{name}</i>" ,
2023-05-01 16:51:43 +02:00
"it" : "Riparazione di biciclette <i>{name}</i>" ,
2021-11-07 14:37:21 +01:00
"ru" : "Ремонт велосипедов <i>{name}</i>" ,
2024-07-29 15:23:40 +02:00
"de" : "Fahrradwerkstatt <i>{name}</i>" ,
2021-11-07 14:37:21 +01:00
"pt_BR" : "Reparo de bicicletas <i>{name}</i>" ,
2022-04-18 01:47:54 +02:00
"pt" : "Reparo de bicicletas <i>{name}</i>" ,
2022-04-28 00:35:08 +02:00
"es" : "Reparación de bicis <i>{name}</i>" ,
2023-05-01 10:10:26 +02:00
"da" : "Cykelreparation <i>{name}</i>" ,
2023-06-23 21:15:11 +02:00
"ca" : "Reparació de bicis <i>{name}</i>" ,
2024-07-29 15:23:40 +02:00
"cs" : "Opravy kol <i>{name}</i>" ,
"gl" : "Arranxo de bicicletas <i>{name}</i>"
2021-11-07 14:37:21 +01:00
}
} ,
{
"if" : {
"and" : [
2024-07-29 15:23:40 +02:00
"service:bicycle:retail!~yes" ,
"service:bicycle:repair=yes"
2021-11-07 14:37:21 +01:00
]
} ,
"then" : {
"en" : "Bike shop <i>{name}</i>" ,
"nl" : "Fietswinkel <i>{name}</i>" ,
"fr" : "Magasin de vélo <i>{name}</i>" ,
"gl" : "Tenda de bicicletas <i>{name}</i>" ,
"de" : "Fahrradgeschäft <i>{name}</i>" ,
"it" : "Negozio di biciclette <i>{name}</i>" ,
"ru" : "Магазин велосипедов <i>{name}</i>" ,
"pt_BR" : "Loja de bicicletas <i>{name}</i>" ,
2022-04-18 01:47:54 +02:00
"pt" : "Loja de bicicletas <i>{name}</i>" ,
2022-04-28 00:35:08 +02:00
"es" : "Tienda de bicis <i>{name}</i>" ,
2023-05-01 10:10:26 +02:00
"da" : "Cykelforretning <i>{name}</i>" ,
2023-09-01 16:06:22 +02:00
"ca" : "Botiga de bicis <i>{name}</i>" ,
"cs" : "Prodejna kol <i>{name}</i>"
2021-11-07 14:37:21 +01:00
}
} ,
2024-07-29 15:23:40 +02:00
{
"if" : {
"and" : [
"service:bicycle:repair!~yes"
]
} ,
"then" : {
"en" : "Bike repair/shop <i>{name}</i>" ,
"nl" : "Fietszaak <i>{name}</i>" ,
"fr" : "Magasin ou réparateur de vélo <i>{name}</i>" ,
"gl" : "Tenda/arranxo de bicicletas <i>{name}</i>" ,
"de" : "Fahrradwerkstatt/-geschäft <i>{name}</i>" ,
"it" : "Venditore/riparatore di biciclette <i>{name}</i>" ,
"ru" : "Магазин велосипедов <i>{name}</i>" ,
"pt_BR" : "Loja/reparo de bicicletas <i>{name}</i>" ,
"pt" : "Loja/reparo de bicicletas <i>{name}</i>" ,
"es" : "Taller/tienda de bicis <i>{name}</i>" ,
"da" : "Cykelværksted<i>{name}</i>" ,
"ca" : "Taller/botiga de bicis <i>{name}</i>" ,
"cs" : "Oprava kol/obchod <i>{name}</i>"
}
} ,
2021-11-07 14:37:21 +01:00
{
"if" : "name~*" ,
"then" : {
"en" : "Bike repair/shop <i>{name}</i>" ,
"nl" : "Fietszaak <i>{name}</i>" ,
"fr" : "Magasin ou réparateur de vélo <i>{name}</i>" ,
"gl" : "Tenda/arranxo de bicicletas <i>{name}</i>" ,
2023-05-01 16:51:43 +02:00
"de" : "Fahrradwerkstatt/-geschäft <i>{name}</i>" ,
"it" : "Venditore/riparatore di biciclette <i>{name}</i>" ,
2021-11-07 14:37:21 +01:00
"pt_BR" : "Loja/reparo de bicicletas <i>{name}</i>" ,
2022-04-28 00:35:08 +02:00
"pt" : "Loja/reparo de bicicletas <i>{name}</i>" ,
2022-06-19 22:13:38 +02:00
"da" : "Cykelværksted<i>{name}</i>" ,
2023-05-01 10:10:26 +02:00
"es" : "Taller/tienda de bicis <i>{name}</i>" ,
2023-09-01 16:06:22 +02:00
"ca" : "Taller/botiga de bicis <i>{name}</i>" ,
"cs" : "Oprava kol/obchod <i>{name}</i>"
2021-11-07 14:37:21 +01:00
}
}
]
} ,
"titleIcons" : [
{
"render" : "<a href='https://fietsambassade.gent.be/' target='_blank'><img src='./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg'/></a>" ,
"condition" : "operator=De Fietsambassade Gent"
} ,
{
"condition" : {
"or" : [
"service:bicycle:pump=yes" ,
"service:bicycle:pump=separate"
2020-09-16 02:40:44 +02:00
]
2021-11-07 14:37:21 +01:00
} ,
"render" : "<img src='./assets/layers/bike_shop/pump.svg'/>"
} ,
{
"condition" : "service:bicycle:diy=yes" ,
"render" : "<img src='./assets/layers/bike_shop/tools.svg'/>"
} ,
{
"condition" : "service:bicycle:cleaning=yes" ,
"render" : "<img src='./assets/layers/bike_cleaning/bike_cleaning_icon.svg'/>"
} ,
2023-03-09 13:34:03 +01:00
"icons.defaults"
2021-11-07 14:37:21 +01:00
] ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"marker" : [
{
"icon" : {
"render" : "pin" ,
"mappings" : [
{
"if" : "operator=De Fietsambassade Gent" ,
"then" : null
}
]
} ,
"color" : {
"render" : "#f04c4c" ,
"mappings" : [
{
"if" : "operator=De Fietsambassade Gent" ,
"then" : null
} ,
{
"if" : "service:bicycle:retail=yes" ,
"then" : "#353d57"
}
]
}
} ,
{
"icon" : {
"render" : "./assets/layers/bike_shop/repair_shop.svg" ,
"mappings" : [
{
"if" : "operator=De Fietsambassade Gent" ,
"then" : "./assets/themes/cyclofix/fietsambassade_gent_logo_small.svg"
} ,
{
"if" : "service:bicycle:retail=yes" ,
"then" : "./assets/layers/bike_shop/shop.svg"
}
]
}
}
] ,
"iconBadges" : [
{
"if" : "opening_hours~*" ,
"then" : "icons.isOpen"
} ,
{
"if" : "service:bicycle:pump=yes" ,
2024-04-13 01:44:14 +02:00
"then" : "circle:#e2783d;./assets/layers/bike_shop/pump.svg"
2023-10-30 18:08:38 +01:00
} ,
{
2024-04-13 01:26:24 +02:00
"if" : {
2024-04-13 02:40:21 +02:00
"and" : [
"service:bicycle:cleaning~*" ,
"service:bicycle:cleaning!=no"
]
2024-04-13 01:26:24 +02:00
} ,
"then" : "circle:#6bc4f7;./assets/layers/bike_cleaning/bike_cleaning_icon.svg"
2023-10-30 18:08:38 +01:00
}
] ,
"iconSize" : "50,50" ,
"anchor" : "bottom" ,
"location" : [
"point" ,
"centroid"
]
}
] ,
"lineRendering" : [
{
"color" : "#c00" ,
"width" : "1"
}
] ,
"presets" : [
{
"title" : {
"en" : "a bike repair/shop" ,
"nl" : "een fietszaak" ,
"fr" : "une magasin et réparateur de vélo" ,
"gl" : "Tenda/arranxo de bicicletas" ,
"de" : "eine Fahrradwerkstatt bzw. ein Fahrradgeschäft" ,
"it" : "una negozio/riparatore di bici" ,
"ru" : "Обслуживание велосипедов/магазин" ,
"es" : "un taller/tienda de bicis" ,
"da" : "en cykelværksted/butik" ,
"ca" : "una botiga/reparació de bicicletes" ,
"cs" : "opravna/obchod s jízdními koly"
} ,
"tags" : [
"shop=bicycle"
]
}
] ,
2021-11-07 14:37:21 +01:00
"tagRenderings" : [
2024-07-29 15:23:40 +02:00
"shops.*"
2021-11-07 14:37:21 +01:00
] ,
2024-09-11 17:32:25 +02:00
"#filter" : "no-auto" ,
2023-04-23 12:58:29 +02:00
"filter" : [
2023-04-30 22:45:38 +02:00
{
"id" : "sells_second-hand" ,
"options" : [
{
"question" : {
2023-05-01 16:51:43 +02:00
"en" : "Sells second-hand bicycles" ,
2023-04-30 22:45:38 +02:00
"de" : "Verkauft gebrauchte Fahrräder" ,
2023-05-01 10:10:26 +02:00
"nl" : "Verkoopt tweedehands fietsen" ,
2023-05-07 23:47:50 +02:00
"it" : "Vende biciclette usate" ,
2023-05-23 23:09:40 +02:00
"ca" : "Ven bicicletes de segona mà" ,
2023-07-15 19:00:23 +02:00
"cs" : "Prodává použitá jízdní kola" ,
2023-12-30 15:24:30 +01:00
"fr" : "Vend des vélos usagés" ,
"es" : "Vende bicicletas de segunda mano"
2023-04-30 22:45:38 +02:00
} ,
"osmTags" : {
"or" : [
"service:bicycle:second_hand=yes" ,
"service:bicycle:second_hand=only"
]
}
}
]
} ,
{
"id" : "offers_diy_repair" ,
"options" : [
{
"question" : {
"en" : "Offers DIY bike repair" ,
"de" : "Bietet Selbstreparatur an" ,
"nl" : "Biedt doe-het-zelfreparaties aan" ,
2023-05-23 23:09:40 +02:00
"it" : "Offre riparazioni fai da te" ,
2023-07-15 19:00:23 +02:00
"cs" : "Nabízí opravy kol \"Udělej si sám\"" ,
2023-09-16 18:52:42 +02:00
"fr" : "Offre des services DIY" ,
2023-12-30 15:24:30 +01:00
"ca" : "Ofereix reparar un mateix la bici" ,
"es" : "Ofrece herramientas para autorreparación de bicis"
2023-05-01 10:05:27 +02:00
} ,
"osmTags" : {
"or" : [
"service:bicycle:diy=yes" ,
"service:bicycle:diy=only"
]
2023-04-30 22:45:38 +02:00
}
}
]
2024-09-11 17:32:25 +02:00
} ,
"open_now"
2023-08-23 14:56:38 +02:00
] ,
2023-09-19 14:04:13 +02:00
"deletion" : true ,
2023-10-30 18:08:38 +01:00
"allowMove" : true
2023-06-20 01:52:15 +02:00
}