chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-07-04 21:20:16 +02:00
parent 74a3b8defb
commit bd16729225
37 changed files with 7104 additions and 654 deletions

View file

@ -10,7 +10,16 @@
"it": "Stazioni di ricarica",
"uk": "Зарядні станції"
},
"minzoom": 10,
"description": {
"en": "A charging station",
"nl": "Oplaadpunten",
"ca": "Una estació de càrrega",
"cs": "Nabíjecí stanice",
"de": "Eine Ladestation",
"es": "Un punto de carga",
"fr": "Une station de recharge",
"it": "Una stazione di ricarica"
},
"source": {
"osmTags": {
"and": [
@ -25,6 +34,7 @@
]
}
},
"minzoom": 10,
"title": {
"render": {
"en": "Charging station",
@ -85,17 +95,119 @@
}
]
},
"description": {
"en": "A charging station",
"nl": "Oplaadpunten",
"ca": "Una estació de càrrega",
"cs": "Nabíjecí stanice",
"de": "Eine Ladestation",
"es": "Un punto de carga",
"fr": "Une station de recharge",
"it": "Una stazione di ricarica"
},
"#": "no-question-hint-check",
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "pin",
"color": "#fff"
},
{
"icon": {
"render": "./assets/themes/charging_stations/plug.svg",
"mappings": [
{
"if": "bicycle=yes",
"then": "./assets/themes/charging_stations/bicycle.svg"
},
{
"if": {
"or": [
"car=yes",
"motorcar=yes"
]
},
"then": "./assets/themes/charging_stations/car.svg"
}
]
}
}
],
"iconBadges": [
{
"if": {
"or": [
"disused:amenity=charging_station",
"operational_status=broken"
]
},
"then": "close:#c22;"
},
{
"if": {
"or": [
"proposed:amenity=charging_station",
"planned:amenity=charging_station"
]
},
"then": "./assets/layers/charging_station/under_construction.svg"
},
{
"if": {
"and": [
"bicycle=yes",
{
"or": [
"motorcar=yes",
"car=yes"
]
}
]
},
"then": "circle:#fff;./assets/themes/charging_stations/car.svg"
}
],
"anchor": "bottom",
"iconSize": "50,50"
}
],
"lineRendering": [
{
"color": "black",
"width": 2,
"fillColor": "#80808080"
}
],
"presets": [
{
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes"
],
"title": {
"en": "charging station for electrical bikes",
"nl": "oplaadpunt voor elektrische fietsen",
"ca": "Estació de càrrega de bicicletes elèctriques",
"cs": "nabíjecí stanice pro elektrokola",
"de": "Ladestation für Elektrofahrräder",
"es": "punto de carga para bicicletas eléctricas",
"it": "stazione di ricarica per biciclette elettriche",
"uk": "зарядна станція для електровелосипедів"
}
},
{
"tags": [
"amenity=charging_station",
"motorcar=yes",
"bicycle=no"
],
"title": {
"en": "charging station for cars",
"nl": "oplaadstation voor elektrische auto's",
"ca": "estació de càrrega per a cotxes",
"cs": "nabíjecí stanice pro auta",
"de": "Ladestation für Autos",
"es": "punto de carga para coches",
"it": "stazione di ricarica per auto",
"uk": "зарядна станція для автомобілів"
}
}
],
"tagRenderings": [
"images",
{
@ -3400,119 +3512,6 @@
}
}
],
"lineRendering": [
{
"color": "black",
"width": 2,
"fillColor": "#80808080"
}
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "pin",
"color": "#fff"
},
{
"icon": {
"render": "./assets/themes/charging_stations/plug.svg",
"mappings": [
{
"if": "bicycle=yes",
"then": "./assets/themes/charging_stations/bicycle.svg"
},
{
"if": {
"or": [
"car=yes",
"motorcar=yes"
]
},
"then": "./assets/themes/charging_stations/car.svg"
}
]
}
}
],
"iconBadges": [
{
"if": {
"or": [
"disused:amenity=charging_station",
"operational_status=broken"
]
},
"then": "close:#c22;"
},
{
"if": {
"or": [
"proposed:amenity=charging_station",
"planned:amenity=charging_station"
]
},
"then": "./assets/layers/charging_station/under_construction.svg"
},
{
"if": {
"and": [
"bicycle=yes",
{
"or": [
"motorcar=yes",
"car=yes"
]
}
]
},
"then": "circle:#fff;./assets/themes/charging_stations/car.svg"
}
],
"anchor": "bottom",
"iconSize": "50,50"
}
],
"presets": [
{
"tags": [
"amenity=charging_station",
"motorcar=no",
"bicycle=yes"
],
"title": {
"en": "charging station for electrical bikes",
"nl": "oplaadpunt voor elektrische fietsen",
"ca": "Estació de càrrega de bicicletes elèctriques",
"cs": "nabíjecí stanice pro elektrokola",
"de": "Ladestation für Elektrofahrräder",
"es": "punto de carga para bicicletas eléctricas",
"it": "stazione di ricarica per biciclette elettriche",
"uk": "зарядна станція для електровелосипедів"
}
},
{
"tags": [
"amenity=charging_station",
"motorcar=yes",
"bicycle=no"
],
"title": {
"en": "charging station for cars",
"nl": "oplaadstation voor elektrische auto's",
"ca": "estació de càrrega per a cotxes",
"cs": "nabíjecí stanice pro auta",
"de": "Ladestation für Autos",
"es": "punto de carga para coches",
"it": "stazione di ricarica per auto",
"uk": "зарядна станція для автомобілів"
}
}
],
"filter": [
{
"id": "vehicle-type",
@ -3856,6 +3855,19 @@
]
}
],
"deletion": {
"softDeletionTags": {
"and": [
"amenity=",
"disused:amenity=charging_station"
]
},
"neededChangesets": 10
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
},
"units": [
{
"maxstay": {
@ -4050,17 +4062,5 @@
}
}
],
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
},
"deletion": {
"softDeletionTags": {
"and": [
"amenity=",
"disused:amenity=charging_station"
]
},
"neededChangesets": 10
}
}
"#": "no-question-hint-check"
}

View file

@ -86,7 +86,8 @@
"es": "¿Cuál es el acceso permitido?",
"ca": "Quin és l'accés permès?",
"cs": "Jaký přístup je povolen?",
"it": "Qual è l'accesso consentito?"
"it": "Qual è l'accesso consentito?",
"da": "Hvilken adgang er tilladt?"
},
"mappings": [
{
@ -98,7 +99,8 @@
"ca": "Públic",
"cy": "Cyhoeddus",
"cs": "Veřejné",
"it": "Pubblico"
"it": "Pubblico",
"da": "Offentlig"
}
},
{
@ -109,7 +111,8 @@
"es": "Sin acceso",
"ca": "Sense accés",
"cs": "Nepřístupné",
"it": "Nessun accesso"
"it": "Nessun accesso",
"da": "Ingen adgang"
}
},
{
@ -121,7 +124,8 @@
"ca": "Privat",
"cy": "Preifat",
"cs": "Soukromé",
"it": "Privato"
"it": "Privato",
"da": "Privat"
}
},
{
@ -132,7 +136,8 @@
"es": "Acceso hasta que se revoque",
"ca": "Accés fins que es revoqui",
"cs": "Přístupné, dokud není přístup odvolán",
"it": "Accesso fino a revoca"
"it": "Accesso fino a revoca",
"da": "Adgang indtil tilbagekaldelse"
}
},
{
@ -143,7 +148,8 @@
"es": "Acceso solo para clientes",
"ca": "Accés només per a clients",
"cs": "Přístupné jen pro zákazníky",
"it": "Accesso solo per clienti"
"it": "Accesso solo per clienti",
"da": "Kun adgang for kunder"
}
},
{
@ -154,7 +160,8 @@
"es": "Acceso solo para autorizados",
"ca": "Accés només per a autoritzats",
"cs": "Přístupné jen na povolení",
"it": "Accesso solo per autorizzati"
"it": "Accesso solo per autorizzati",
"da": "Kun adgang for godkendte"
}
}
]

View file

@ -138,7 +138,8 @@
"es": "Con o sin Wikidata",
"ca": "Amb o sense wikidata",
"it": "Con o senza wikidata",
"cs": "S Wikidaty nebo bez nich"
"cs": "S Wikidaty nebo bez nich",
"uk": "З вікіданими або без них"
}
},
{

View file

@ -2,7 +2,8 @@
"id": "historic_aircraft",
"name": {
"en": "Historic aircraft",
"cs": "Historické letadlo"
"cs": "Historické letadlo",
"uk": "Історичний літак"
},
"source": {
"osmTags": {

View file

@ -8,7 +8,8 @@
"es": "Monumentos",
"ca": "Memorials",
"cs": "Památníky",
"it": "Memoriali"
"it": "Memoriali",
"uk": "Меморіали"
},
"description": "Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on",
"source": {
@ -142,7 +143,8 @@
"es": "¿Qué tipo de monumento es este?",
"ca": "Quin tipus de memorial és aquest?",
"cs": "Jaký typ památníku to je?",
"it": "Che tipo di memoriale è questo?"
"it": "Che tipo di memoriale è questo?",
"uk": "Що це за меморіал?"
},
"mappings": [
{
@ -156,7 +158,8 @@
"es": "Es una estatua",
"ca": "Aquesta és una estàtua",
"cs": "Toto je socha",
"it": "Questa è una statua"
"it": "Questa è una statua",
"uk": "Це статуя"
},
"addExtraTags": [
"tourism=artwork",
@ -187,7 +190,8 @@
"es": "Es un banco conmemorativo",
"ca": "Aquest és un banc commemoratiu",
"cs": "Toto je pamětní lavička",
"it": "Questa è una panchina commemorativa"
"it": "Questa è una panchina commemorativa",
"uk": "Це пам'ятна лавка"
},
"addExtraTags": [
"amenity=bench"
@ -203,7 +207,8 @@
"es": "Es una bicicleta fantasma - una bicicleta pintada de blanco para recordar a un ciclista que falleció debido a un accidente de coche",
"ca": "Aquesta és una bicicleta fantasma - una bicicleta pintada de blanc per recordar un ciclista que va morir a causa d'un accident de cotxe",
"cs": "Toto je kolo duchů - bíle natřené jízdní kolo, které připomíná cyklistu, který zemřel při nehodě s autem",
"it": "Questa è una bicicletta fantasma - una bicicletta dipinta di bianco per ricordare un ciclista deceduto a causa di un incidente stradale"
"it": "Questa è una bicicletta fantasma - una bicicletta dipinta di bianco per ricordare un ciclista deceduto a causa di un incidente stradale",
"uk": "Це велосипед-привид — велосипед, пофарбований у білий колір на згадку про велосипедиста, який загинув у результаті автомобільної аварії"
}
},
{
@ -216,7 +221,8 @@
"es": "Es un stolperstein (piedra de tropiezo)",
"ca": "Es tracta d'un stolperstein (pedra d'afaitar)",
"cs": "Toto je stolperstein (kámen zmizelých)",
"it": "Questa è una pietra d'inciampo (stolperstein)"
"it": "Questa è una pietra d'inciampo (stolperstein)",
"uk": "Це камінь спотикання"
}
},
{
@ -228,7 +234,8 @@
"es": "Es una estela",
"ca": "Això és una estela",
"cs": "Toto je stéla",
"it": "Questa è una stele"
"it": "Questa è una stele",
"uk": "Це стела"
}
},
{
@ -241,7 +248,8 @@
"es": "Es una piedra conmemorativa",
"ca": "Aquesta és una pedra commemorativa",
"cs": "Toto je pamětní kámen",
"it": "Questa è una pietra commemorativa"
"it": "Questa è una pietra commemorativa",
"uk": "Це меморіальний камінь"
}
},
{
@ -254,7 +262,8 @@
"es": "Es un busto",
"ca": "Això és un bust",
"cs": "Toto je busta",
"it": "Questo è un busto"
"it": "Questo è un busto",
"uk": "Це погруддя"
}
},
{
@ -268,7 +277,8 @@
"es": "Es una escultura",
"ca": "Aquesta és una escultura",
"cs": "Toto je skulptura",
"it": "Questa è una scultura"
"it": "Questa è una scultura",
"uk": "Це скульптура"
}
},
{
@ -281,7 +291,8 @@
"sl": "To je obelisk",
"ca": "Aquest és un obelisc",
"cs": "Toto je obelisk",
"it": "Questo è un obelisco"
"it": "Questo è un obelisco",
"uk": "Це обеліск"
}
},
{
@ -296,7 +307,8 @@
"sl": "To je križ",
"ca": "Això és una creu",
"cs": "Toto je kříž",
"it": "Questa è una croce"
"it": "Questa è una croce",
"uk": "Це хрест"
}
},
{
@ -308,7 +320,8 @@
"es": "Es una placa azul",
"ca": "Aquesta és una placa blava",
"cs": "Toto je modrá pamětní deska",
"it": "Questa è una targa blu"
"it": "Questa è una targa blu",
"uk": "Це блакитна меморіальна дошка"
},
"onlyShowIf": "_country=gb"
},
@ -323,7 +336,8 @@
"es": "Es un tanque histórico, colocado permanentemente en el espacio público como monumento",
"ca": "Es tracta d'un tanc històric, situat permanentment a l'espai públic com a monument",
"cs": "Toto je historický tank, trvale umístěný ve veřejném prostoru jako památník",
"it": "Questo è un carro armato storico, collocato permanentemente in uno spazio pubblico come memoriale"
"it": "Questo è un carro armato storico, collocato permanentemente in uno spazio pubblico come memoriale",
"uk": "Це історичний танк, який назавжди встановлений у громадському місці як меморіал"
}
},
{
@ -336,7 +350,8 @@
"es": "Es un árbol conmemorativo",
"ca": "Aquest és un arbre commemoratiu",
"cs": "Toto je pamětní strom",
"it": "Questo è un albero commemorativo"
"it": "Questo è un albero commemorativo",
"uk": "Це меморіальне дерево"
},
"addExtraTags": [
"natural=tree"
@ -352,7 +367,8 @@
"es": "Es una lápida; la persona está enterrada aquí",
"ca": "Aquesta és una làpida; la persona està enterrada aquí",
"cs": "Toho je náhrobek; je zde pohřbena osoba",
"it": "Questa è una lapide; la persona è sepolta qui"
"it": "Questa è una lapide; la persona è sepolta qui",
"uk": "Це надгробна плита; тут похована людина"
},
"addExtraTags": [
"memorial="
@ -367,7 +383,8 @@
"ca": "Això és un {memorial}",
"es": "Se trata de un {memorial}",
"cs": "Toto je {memorial}",
"it": "Questo è un {memorial}"
"it": "Questo è un {memorial}",
"uk": "Це {memorial}"
},
"freeform": {
"key": "memorial"

View file

@ -517667,4 +517667,4 @@
"allowMove": false,
"#dont-translate": "*",
"generation_time": "2025-06-03T20:20:14.242Z"
}
}

View file

@ -452991,4 +452991,4 @@
"allowMove": false,
"#dont-translate": "*",
"generation_time": "2025-06-03T20:22:18.283Z"
}
}

View file

@ -116,7 +116,8 @@
"cs": "Jedná se o přístřešek se 3 stěnami, primárně určený pro kempování.",
"uk": "Це сарай з 3-ма стінами, в першу чергу призначений для кемпінгу.",
"es": "Este es un cobertizo con 3 paredes, principalmente destinado para acampar.",
"it": "Questa è una tettoia con 3 pareti, principalmente destinata al campeggio."
"it": "Questa è una tettoia con 3 pareti, principalmente destinata al campeggio.",
"da": "Dette er et skur med 3 vægge, primært beregnet til camping."
}
},
{

View file

@ -7,13 +7,6 @@
"it": "Modelli tattili",
"cs": "Hmatové modely"
},
"title": {
"en": "Tactile Model",
"de": "Taktiles Modell",
"ca": "Model tàctil",
"it": "Modello tattile",
"cs": "Hmatový model"
},
"description": {
"en": "Layer showing tactile models, three-dimensional models of the surrounding area.",
"de": "Ebene mit dreidimensionalen ertastbaren Modellen der Umgebung.",
@ -25,6 +18,13 @@
"osmTags": "information=tactile_model"
},
"minzoom": 10,
"title": {
"en": "Tactile Model",
"de": "Taktiles Modell",
"ca": "Model tàctil",
"it": "Modello tattile",
"cs": "Hmatový model"
},
"pointRendering": [
{
"marker": [

View file

@ -209,7 +209,8 @@
"de": "Wie würdest du diese Toilette bewerten?",
"ca": "Com valores aquest vàter?",
"it": "Come valuteresti questo bagno?",
"cs": "Jak můžete ohodnotit tuto toaletu?"
"cs": "Jak můžete ohodnotit tuto toaletu?",
"da": "Hvordan vil du bedømme dette toilet?"
}
}
}
@ -727,7 +728,8 @@
"uk": "Тут немає безкоштовних менструальних засобів",
"ca": "No hi ha productes menstruals gratuïts aquí",
"it": "Nessun prodotto mestruale gratuito è disponibile qui",
"cs": "Nejsou tu k dispozici žádné menstruační produkty zdarma"
"cs": "Nejsou tu k dispozici žádné menstruační produkty zdarma",
"da": "Ingen gratis menstruationsprodukter er tilgængelige her"
}
}
]

View file

@ -11,17 +11,6 @@
"it": "Modifiche fatte con MapComplete",
"zh_Hant": "由MapComplete進行的變動"
},
"shortDescription": {
"en": "Shows changes made by MapComplete",
"de": "Zeigt die von MapComplete vorgenommenen Änderungen an",
"cs": "Zobrazuje změny provedené nástrojem MapComplete",
"es": "Muestra los cambios realizados por MapComplete",
"fr": "Afficher les modifications faites avec MapComplete",
"nl": "Toont wijzigingen gemaakt met MapComplete",
"ko": "MapComplete를 통해 이루어진 변경 사항을 표시합니다",
"it": "Mostra le modifiche fatte con MapComplete",
"zh_Hant": "顯示由MapComplete進行的變動"
},
"description": {
"en": "This maps shows all the changes made with MapComplete",
"de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
@ -34,11 +23,19 @@
"it": "Questa mappa mostra tutte le modifiche effettuate con MapComplete",
"zh_Hant": "這個地圖顯示所有用MapComplete做出的改變"
},
"shortDescription": {
"en": "Shows changes made by MapComplete",
"de": "Zeigt die von MapComplete vorgenommenen Änderungen an",
"cs": "Zobrazuje změny provedené nástrojem MapComplete",
"es": "Muestra los cambios realizados por MapComplete",
"fr": "Afficher les modifications faites avec MapComplete",
"nl": "Toont wijzigingen gemaakt met MapComplete",
"ko": "MapComplete를 통해 이루어진 변경 사항을 표시합니다",
"it": "Mostra le modifiche fatte con MapComplete",
"zh_Hant": "顯示由MapComplete進行的變動"
},
"icon": "./assets/svg/logo.svg",
"hideFromOverview": true,
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"layers": [
{
"id": "mapcomplete-changes",