MapComplete/assets/themes/circular_economy/circular_economy.json

107 lines
3.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "circular_economy",
"title": {
"en": "Circular economy",
"es": "Economía circular",
"de": "Kreislaufwirtschaft",
"ca": "Economia circular",
"cs": "Cirkulární ekonomika",
"uk": "Переробна економіка",
"hu": "Körforgásos gazdaság",
"pl": "Gospodarka o obiegu zamkniętym",
"nl": "Circulaire economie",
"fr": "Économie circulaire",
"zh_Hant": "循環經濟",
"ko": "순환 경제",
"it": "Economia circolare",
"da": "Cirkulær økonomi"
},
"description": {
"en": "Various items which help people to share, reuse or recycle.",
"es": "Varios artículos que ayudan a las personas a compartir, reutilizar o reciclar.",
"de": "Verschiedene Gegenstände, die den Menschen helfen, zu teilen, wiederzuverwenden oder zu recyceln.",
"ca": "Varios elements que ajuden a la gent a compartir, reutilitzar o reciclar.",
"cs": "Různé předměty, které pomáhají lidem sdílet, znovu používat nebo recyklovat.",
"uk": "Різноманітні предмети, які допомагають людям ділитися, повторно використовувати або переробляти.",
"pl": "Różne przedmioty, które pomagają ludziom się dzielić, ponownie używać lub poddawać recyklingowi.",
"nl": "Verschillende items die mensen helpen om te delen, te hergebruiken of te recycleren.",
"zh_Hant": "多樣物件能夠幫助人們分享、再利用與回收。",
"ko": "사람들이 공유하고 재사용 또는 재활용할 수 있도록 도와주는 다양한 물건.",
"it": "Vari elementi che aiutano le persone a condividere, riusare o riciclare.",
"da": "Forskellige elementer, som hjælper folk med at dele, genbruge eller genanvende."
},
"icon": "./assets/themes/circular_economy/circular.svg",
"layers": [
{
"builtin": "public_bookcase",
"override": {
"minzoom": 14
}
},
{
"builtin": [
"bicycle_library"
],
"override": {
"minzoom": 10
}
},
"bike_repair_station",
"tool_library",
"assisted_repair",
{
"builtin": "shops",
"override": {
"minzoom": 6,
"id": "shops_second_hand",
"=name": {
"en": "Second hand shops",
"es": "Tiendas de segunda mano",
"de": "Second-Hand-Läden",
"ca": "Tendes de segona mà",
"cs": "Obchody s použitým zbožím",
"uk": "Магазини секонд-хенду",
"pl": "Sklepy second-hand",
"nl": "Tweedehandswinkels",
"fr": "Commerces de produits d'occasion",
"zh_Hant": "二手商店",
"ko": "중고 물품 상점",
"cy": "Siopau ail law",
"it": "Negozi di seconda mano",
"da": "Genbrugsbutikker"
},
"filter": null,
"source": {
"=osmTags": {
"or": [
"shop=second_hand",
"shop=charity",
{
"and": [
"shop~*",
{
"or": [
"second_hand=yes",
"second_hand=only"
]
}
]
}
]
}
},
"presets": null
}
},
{
"builtin": "shops",
"override": {
"minzoom": 17,
"name": null,
"filter": {
"sameAs": "shops_second_hand"
}
}
}
]
}