This commit is contained in:
Pieter Vander Vennet 2024-03-25 01:52:00 +01:00
parent bee48a2499
commit c3634edc6e
13 changed files with 128 additions and 383 deletions

View file

@ -174,16 +174,45 @@
"type": "pfloat" "type": "pfloat"
} }
}, },
{
"id": "elevator-shape",
"question": {
"en": "What shape does this elevator have?"
},
"mappings": [
{
"if": "shape=rectangular",
"alsoShowIf": "shape=",
"then": {
"en": "This elevator has a rectangular shape"
},
"icon": "./assets/svg/square.svg"
},
{
"if": "shape=circular",
"then": {
"en": "This elevator has a circular shape"
},
"icon": "./assets/svg/circle.svg"
}
]
},
{ {
"id": "elevator-width", "id": "elevator-width",
"condition": {
"or": [
"shape=",
"shape=rectangular"
]
},
"render": { "render": {
"en": "This elevator has a width of {canonical(elevator:width)}", "en": "This elevator has a width of {canonical(width)}",
"fr": "Cet ascenseur a une largeur de {canonical(elevator:width)}", "fr": "Cet ascenseur a une largeur de {canonical(width)}",
"de": "Die Aufzugskabine hat eine Breite von {canonical(elevator:width)}", "de": "Die Aufzugskabine hat eine Breite von {canonical(width)}",
"nl": "Deze lift heeft een breedte van {canonical(elevator:width)}", "nl": "Deze lift heeft een breedte van {canonical(width)}",
"pl": "Szerokość tej windy to {canonical(elevator:width)}", "pl": "Szerokość tej windy to {canonical(width)}",
"ca": "L'ascensor té una amplada de {canonical(elevator:width)}", "ca": "L'ascensor té una amplada de {canonical(width)}",
"cs": "Tento výtah má šířku {canonical(elevator:width)}" "cs": "Tento výtah má šířku {canonical(width)}"
}, },
"question": { "question": {
"en": "What is the width of this elevator?", "en": "What is the width of this elevator?",
@ -195,19 +224,25 @@
"cs": "Jaká je šířka tohoto výtahu?" "cs": "Jaká je šířka tohoto výtahu?"
}, },
"freeform": { "freeform": {
"key": "elevator:width", "key": "width",
"type": "pfloat" "type": "pfloat"
} }
}, },
{ {
"id": "elevator-depth", "id": "elevator-depth",
"condition": {
"or": [
"shape=",
"shape=rectangular"
]
},
"render": { "render": {
"en": "This elevator has a depth of {canonical(elevator:depth)}", "en": "This elevator has a depth of {canonical(length)}",
"fr": "Cet ascenseur a une profondeur de {canonical(elevator:depth)}", "fr": "Cet ascenseur a une profondeur de {canonical(length)}",
"de": "Dieser Aufzug hat eine Kabinentiefe von {canonical(elevator:depth)}", "de": "Dieser Aufzug hat eine Kabinentiefe von {canonical(length)}",
"nl": "Deze lift heeft een diepte van {canonical(elevator:depth)}", "nl": "Deze lift heeft een diepte van {canonical(length)}",
"ca": "L'ascensor té un profunditat de {canonical(elevator:depth)}", "ca": "L'ascensor té un profunditat de {canonical(length)}",
"cs": "Tento výtah má hloubku {canonical(elevator:depth)}" "cs": "Tento výtah má hloubku {canonical(length)}"
}, },
"question": { "question": {
"en": "What is the depth of this elevator?", "en": "What is the depth of this elevator?",
@ -218,7 +253,25 @@
"cs": "Jaká je hloubka tohoto výtahu?" "cs": "Jaká je hloubka tohoto výtahu?"
}, },
"freeform": { "freeform": {
"key": "elevator:depth", "key": "length",
"type": "pfloat"
}
},
{
"id": "elevator-diameger",
"condition": {
"or": [
"shape=circular"
]
},
"render": {
"en": "This elevator has a diameger of {canonical(diameter)}"
},
"question": {
"en": "What is the diameter of this elevator?"
},
"freeform": {
"key": "diameter",
"type": "pfloat" "type": "pfloat"
} }
}, },
@ -356,14 +409,14 @@
"cm" "cm"
] ]
}, },
"elevator:width": { "width": {
"quantity": "distance", "quantity": "distance",
"canonical": "m", "canonical": "m",
"denominations": [ "denominations": [
"cm" "cm"
] ]
}, },
"elevator:depth": { "length": {
"quantity": "distance", "quantity": "distance",
"canonical": "m", "canonical": "m",
"denominations": [ "denominations": [

View file

@ -31,7 +31,7 @@
"startZoom": 20, "startZoom": 20,
"startLat": 52.99238, "startLat": 52.99238,
"startLon": 6.570614, "startLon": 6.570614,
"defaultBackgroundId": "maptiler.backdrop", "defaultBackgroundId": "protomaps.gray",
"layers": [ "layers": [
{ {
"builtin": "cycleways_and_roads", "builtin": "cycleways_and_roads",

View file

@ -1,19 +1,13 @@
{ {
"id": "mapcomplete-changes", "id": "mapcomplete-changes",
"title": { "title": {
"en": "Changes made with MapComplete", "en": "Changes made with MapComplete"
"de": "Änderungen mit MapComplete",
"es": "Cambios hechos con MapComplete"
}, },
"shortDescription": { "shortDescription": {
"en": "Shows changes made by MapComplete", "en": "Shows changes made by MapComplete"
"de": "Änderungen von MapComplete anzeigen",
"es": "Muestra los cambios hechos por MapComplete"
}, },
"description": { "description": {
"en": "This maps shows all the changes made with MapComplete", "en": "This maps shows all the changes made with MapComplete"
"de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
"es": "Este mapa muestra todos los cambios hechos con MapComplete"
}, },
"icon": "./assets/svg/logo.svg", "icon": "./assets/svg/logo.svg",
"hideFromOverview": true, "hideFromOverview": true,
@ -24,9 +18,7 @@
{ {
"id": "mapcomplete-changes", "id": "mapcomplete-changes",
"name": { "name": {
"en": "Changeset centers", "en": "Changeset centers"
"de": "Zentrum der Änderungssätze",
"es": "Centro del conjunto de cambios"
}, },
"minzoom": 0, "minzoom": 0,
"source": { "source": {
@ -36,55 +28,41 @@
}, },
"title": { "title": {
"render": { "render": {
"en": "Changeset for {theme}", "en": "Changeset for {theme}"
"de": "Änderungssatz für {theme}",
"es": "Conjunto de cambios para {theme}"
} }
}, },
"description": { "description": {
"en": "Shows all MapComplete changes", "en": "Shows all MapComplete changes"
"de": "Alle MapComplete-Änderungen anzeigen",
"es": "Muestra todos los cambios de MapComplete"
}, },
"tagRenderings": [ "tagRenderings": [
{ {
"id": "show_changeset_id", "id": "show_changeset_id",
"render": { "render": {
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>", "en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
"de": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
"es": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
} }
}, },
{ {
"id": "contributor", "id": "contributor",
"question": { "question": {
"en": "What contributor did make this change?", "en": "What contributor did make this change?"
"de": "Wer hat diese Änderung vorgenommen?",
"es": "¿Quién realizó este cambio?"
}, },
"freeform": { "freeform": {
"key": "user" "key": "user"
}, },
"render": { "render": {
"en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>", "en": "Change made by <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
"de": "Änderung von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
"es": "Cambio hecho por <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
} }
}, },
{ {
"id": "theme-id", "id": "theme-id",
"question": { "question": {
"en": "What theme was used to make this change?", "en": "What theme was used to make this change?"
"de": "Welches Thema wurde für die Änderung verwendet?",
"es": "¿Qué tema se utilizó para realizar este cambio?"
}, },
"freeform": { "freeform": {
"key": "theme" "key": "theme"
}, },
"render": { "render": {
"en": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>", "en": "Change with theme <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
"de": "Geändert mit Thema <a href='https://mapcomplete.org/{theme}'>{theme}</a>",
"es": "Cambio con el tema <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
} }
}, },
{ {
@ -93,27 +71,19 @@
"key": "locale" "key": "locale"
}, },
"question": { "question": {
"en": "What locale (language) was this change made in?", "en": "What locale (language) was this change made in?"
"de": "In welcher Benutzersprache wurde die Änderung vorgenommen?",
"es": "¿En qué configuración regional (idioma) se realizó este cambio?"
}, },
"render": { "render": {
"en": "User locale is {locale}", "en": "User locale is {locale}"
"de": "Benutzersprache {locale}",
"es": "La configuración regional del usuario es {locale}"
} }
}, },
{ {
"id": "host", "id": "host",
"render": { "render": {
"en": "Change with with <a href='{host}'>{host}</a>", "en": "Change with with <a href='{host}'>{host}</a>"
"de": "Änderung über <a href='{host}'>{host}</a>",
"es": "Cambio con <a href='{host}'>{host}</a>"
}, },
"question": { "question": {
"en": "What host (website) was this change made with?", "en": "What host (website) was this change made with?"
"de": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?",
"es": "¿Con qué host (página web) se realizó este cambio?"
}, },
"freeform": { "freeform": {
"key": "host" "key": "host"
@ -134,14 +104,10 @@
{ {
"id": "version", "id": "version",
"question": { "question": {
"en": "What version of MapComplete was used to make this change?", "en": "What version of MapComplete was used to make this change?"
"de": "Mit welcher MapComplete Version wurde die Änderung vorgenommen?",
"es": "¿Qué versión de MapComplete se usó para realizar este cambio?"
}, },
"render": { "render": {
"en": "Made with {editor}", "en": "Made with {editor}"
"de": "Erstellt mit {editor}",
"es": "Hecho con {editor}"
}, },
"freeform": { "freeform": {
"key": "editor" "key": "editor"
@ -523,9 +489,7 @@
} }
], ],
"question": { "question": {
"en": "Themename contains {search}", "en": "Themename contains {search}"
"de": "Themename enthält {search}",
"es": "El nombre del tema contiene {search}"
} }
} }
] ]
@ -541,9 +505,7 @@
} }
], ],
"question": { "question": {
"en": "Themename does <b>not</b> contain {search}", "en": "Themename does <b>not</b> contain {search}"
"de": "Der Name enthält <b>nicht</b> {search}",
"es": "El nombre del tema <b>no</b> contiene {search}"
} }
} }
] ]
@ -559,9 +521,7 @@
} }
], ],
"question": { "question": {
"en": "Made by contributor {search}", "en": "Made by contributor {search}"
"de": "Erstellt vom Mitwirkenden {search}",
"es": "Hecho por el colaborador {search}"
} }
} }
] ]
@ -577,9 +537,7 @@
} }
], ],
"question": { "question": {
"en": "<b>Not</b> made by contributor {search}", "en": "<b>Not</b> made by contributor {search}"
"de": "<b>Nicht</b> erstellt von Mitwirkendem {search}",
"es": "<b>No</b> hecho por el colaborador {search}"
} }
} }
] ]
@ -596,9 +554,7 @@
} }
], ],
"question": { "question": {
"en": "Made before {search}", "en": "Made before {search}"
"de": "Erstellt vor {search}",
"es": "Hecho antes de {search}"
} }
} }
] ]
@ -615,9 +571,7 @@
} }
], ],
"question": { "question": {
"en": "Made after {search}", "en": "Made after {search}"
"de": "Erstellt nach {search}",
"es": "Hecho después de {search}"
} }
} }
] ]
@ -633,9 +587,7 @@
} }
], ],
"question": { "question": {
"en": "User language (iso-code) {search}", "en": "User language (iso-code) {search}"
"de": "Benutzersprache (ISO-Code) {search}",
"es": "Idioma del usuario (código ISO) {search}"
} }
} }
] ]
@ -651,9 +603,7 @@
} }
], ],
"question": { "question": {
"en": "Made with host {search}", "en": "Made with host {search}"
"de": "Erstellt mit host {search}",
"es": "Hecho con el host {search}"
} }
} }
] ]
@ -664,9 +614,7 @@
{ {
"osmTags": "add-image>0", "osmTags": "add-image>0",
"question": { "question": {
"en": "Changeset added at least one image", "en": "Changeset added at least one image"
"de": "Im Änderungssatz wurde mindestens ein Bild hinzugefügt",
"es": "El conjunto de cambios ha añadido al menos una imagen"
} }
} }
] ]
@ -677,9 +625,7 @@
{ {
"osmTags": "theme!=grb", "osmTags": "theme!=grb",
"question": { "question": {
"en": "Exclude GRB theme", "en": "Exclude GRB theme"
"de": "GRB-Thema ausschließen",
"es": "Excluir el tema del GRB"
} }
} }
] ]
@ -690,9 +636,7 @@
{ {
"osmTags": "theme!=etymology", "osmTags": "theme!=etymology",
"question": { "question": {
"en": "Exclude etymology theme", "en": "Exclude etymology theme"
"de": "Etymologie-Thema ausschließen",
"es": "Excluir el tema de la etimología"
} }
} }
] ]
@ -707,9 +651,7 @@
{ {
"id": "link_to_more", "id": "link_to_more",
"render": { "render": {
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>", "en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>"
"de": "Weitere Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>",
"es": "Puede encontrar más estadísticas <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>aquí</a>"
} }
}, },
{ {

View file

@ -3219,11 +3219,11 @@
}, },
"elevator-depth": { "elevator-depth": {
"question": "Quina és la profunditat de l'ascensor?", "question": "Quina és la profunditat de l'ascensor?",
"render": "L'ascensor té un profunditat de {canonical(elevator:depth)}" "render": "L'ascensor té un profunditat de {canonical(length)}"
}, },
"elevator-width": { "elevator-width": {
"question": "Quina és l'amplada d'aquest ascensor?", "question": "Quina és l'amplada d'aquest ascensor?",
"render": "L'ascensor té una amplada de {canonical(elevator:width)}" "render": "L'ascensor té una amplada de {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -3242,11 +3242,11 @@
}, },
"elevator-depth": { "elevator-depth": {
"question": "Jaká je hloubka tohoto výtahu?", "question": "Jaká je hloubka tohoto výtahu?",
"render": "Tento výtah má hloubku {canonical(elevator:depth)}" "render": "Tento výtah má hloubku {canonical(length)}"
}, },
"elevator-width": { "elevator-width": {
"question": "Jaká je šířka tohoto výtahu?", "question": "Jaká je šířka tohoto výtahu?",
"render": "Tento výtah má šířku {canonical(elevator:width)}" "render": "Tento výtah má šířku {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -4020,11 +4020,11 @@
}, },
"elevator-depth": { "elevator-depth": {
"question": "Wie tief ist die Kabine dieses Aufzugs?", "question": "Wie tief ist die Kabine dieses Aufzugs?",
"render": "Dieser Aufzug hat eine Kabinentiefe von {canonical(elevator:depth)}" "render": "Dieser Aufzug hat eine Kabinentiefe von {canonical(length)}"
}, },
"elevator-width": { "elevator-width": {
"question": "Wie breit ist die Kabine dieses Aufzugs?", "question": "Wie breit ist die Kabine dieses Aufzugs?",
"render": "Die Aufzugskabine hat eine Breite von {canonical(elevator:width)}" "render": "Die Aufzugskabine hat eine Breite von {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -4020,11 +4020,26 @@
}, },
"elevator-depth": { "elevator-depth": {
"question": "What is the depth of this elevator?", "question": "What is the depth of this elevator?",
"render": "This elevator has a depth of {canonical(elevator:depth)}" "render": "This elevator has a depth of {canonical(length)}"
},
"elevator-diameger": {
"question": "What is the diameter of this elevator?",
"render": "This elevator has a diameger of {canonical(diameter)}"
},
"elevator-shape": {
"mappings": {
"0": {
"then": "This elevator has a rectangular shape"
},
"1": {
"then": "This elevator has a circular shape"
}
},
"question": "What shape does this elevator have?"
}, },
"elevator-width": { "elevator-width": {
"question": "What is the width of this elevator?", "question": "What is the width of this elevator?",
"render": "This elevator has a width of {canonical(elevator:width)}" "render": "This elevator has a width of {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -2948,11 +2948,11 @@
}, },
"elevator-depth": { "elevator-depth": {
"question": "Quelle est la profondeur de cet ascenseur ?", "question": "Quelle est la profondeur de cet ascenseur ?",
"render": "Cet ascenseur a une profondeur de {canonical(elevator:depth)}" "render": "Cet ascenseur a une profondeur de {canonical(length)}"
}, },
"elevator-width": { "elevator-width": {
"question": "Quelle est la largeur de cet ascenseur ?", "question": "Quelle est la largeur de cet ascenseur ?",
"render": "Cet ascenseur a une largeur de {canonical(elevator:width)}" "render": "Cet ascenseur a une largeur de {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -3673,11 +3673,11 @@
}, },
"elevator-depth": { "elevator-depth": {
"question": "Wat is de diepte van deze lift?", "question": "Wat is de diepte van deze lift?",
"render": "Deze lift heeft een diepte van {canonical(elevator:depth)}" "render": "Deze lift heeft een diepte van {canonical(length)}"
}, },
"elevator-width": { "elevator-width": {
"question": "Wat is de breedte van deze lift?", "question": "Wat is de breedte van deze lift?",
"render": "Deze lift heeft een breedte van {canonical(elevator:width)}" "render": "Deze lift heeft een breedte van {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -1214,7 +1214,7 @@
}, },
"elevator-width": { "elevator-width": {
"question": "Jaka jest szerokość tej windy?", "question": "Jaka jest szerokość tej windy?",
"render": "Szerokość tej windy to {canonical(elevator:width)}" "render": "Szerokość tej windy to {canonical(width)}"
}, },
"operational_status": { "operational_status": {
"mappings": { "mappings": {

View file

@ -975,133 +975,6 @@
}, },
"title": "Bordsteine und Überwege" "title": "Bordsteine und Überwege"
}, },
"mapcomplete-changes": {
"description": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
"layers": {
"0": {
"description": "Alle MapComplete-Änderungen anzeigen",
"filter": {
"0": {
"options": {
"0": {
"question": "Themename enthält {search}"
}
}
},
"1": {
"options": {
"0": {
"question": "Der Name enthält <b>nicht</b> {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "Erstellt vom Mitwirkenden {search}"
}
}
},
"3": {
"options": {
"0": {
"question": "<b>Nicht</b> erstellt von Mitwirkendem {search}"
}
}
},
"4": {
"options": {
"0": {
"question": "Erstellt vor {search}"
}
}
},
"5": {
"options": {
"0": {
"question": "Erstellt nach {search}"
}
}
},
"6": {
"options": {
"0": {
"question": "Benutzersprache (ISO-Code) {search}"
}
}
},
"7": {
"options": {
"0": {
"question": "Erstellt mit host {search}"
}
}
},
"8": {
"options": {
"0": {
"question": "Im Änderungssatz wurde mindestens ein Bild hinzugefügt"
}
}
},
"9": {
"options": {
"0": {
"question": "GRB-Thema ausschließen"
}
}
},
"10": {
"options": {
"0": {
"question": "Etymologie-Thema ausschließen"
}
}
}
},
"name": "Zentrum der Änderungssätze",
"tagRenderings": {
"contributor": {
"question": "Wer hat diese Änderung vorgenommen?",
"render": "Änderung von <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
},
"host": {
"question": "Über welchen Host (Webseite) wurde diese Änderung vorgenommen?",
"render": "Änderung über <a href='{host}'>{host}</a>"
},
"locale": {
"question": "In welcher Benutzersprache wurde die Änderung vorgenommen?",
"render": "Benutzersprache {locale}"
},
"show_changeset_id": {
"render": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
},
"theme-id": {
"question": "Welches Thema wurde für die Änderung verwendet?",
"render": "Geändert mit Thema <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
},
"version": {
"question": "Mit welcher MapComplete Version wurde die Änderung vorgenommen?",
"render": "Erstellt mit {editor}"
}
},
"title": {
"render": "Änderungssatz für {theme}"
}
},
"1": {
"override": {
"tagRenderings+": {
"0": {
"render": "Weitere Statistiken gibt es <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
}
}
}
}
},
"shortDescription": "Änderungen von MapComplete anzeigen",
"title": "Änderungen mit MapComplete"
},
"maproulette": { "maproulette": {
"description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.", "description": "Thema mit MapRoulette-Aufgaben, die Sie suchen, filtern und beheben können.",
"title": "MapRoulette-Aufgaben" "title": "MapRoulette-Aufgaben"

View file

@ -925,133 +925,6 @@
}, },
"title": "Bordillos y cruces" "title": "Bordillos y cruces"
}, },
"mapcomplete-changes": {
"description": "Este mapa muestra todos los cambios hechos con MapComplete",
"layers": {
"0": {
"description": "Muestra todos los cambios de MapComplete",
"filter": {
"0": {
"options": {
"0": {
"question": "El nombre del tema contiene {search}"
}
}
},
"1": {
"options": {
"0": {
"question": "El nombre del tema <b>no</b> contiene {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "Hecho por el colaborador {search}"
}
}
},
"3": {
"options": {
"0": {
"question": "<b>No</b> hecho por el colaborador {search}"
}
}
},
"4": {
"options": {
"0": {
"question": "Hecho antes de {search}"
}
}
},
"5": {
"options": {
"0": {
"question": "Hecho después de {search}"
}
}
},
"6": {
"options": {
"0": {
"question": "Idioma del usuario (código ISO) {search}"
}
}
},
"7": {
"options": {
"0": {
"question": "Hecho con el host {search}"
}
}
},
"8": {
"options": {
"0": {
"question": "El conjunto de cambios ha añadido al menos una imagen"
}
}
},
"9": {
"options": {
"0": {
"question": "Excluir el tema del GRB"
}
}
},
"10": {
"options": {
"0": {
"question": "Excluir el tema de la etimología"
}
}
}
},
"name": "Centro del conjunto de cambios",
"tagRenderings": {
"contributor": {
"question": "¿Quién realizó este cambio?",
"render": "Cambio hecho por <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
},
"host": {
"question": "¿Con qué host (página web) se realizó este cambio?",
"render": "Cambio con <a href='{host}'>{host}</a>"
},
"locale": {
"question": "¿En qué configuración regional (idioma) se realizó este cambio?",
"render": "La configuración regional del usuario es {locale}"
},
"show_changeset_id": {
"render": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
},
"theme-id": {
"question": "¿Qué tema se utilizó para realizar este cambio?",
"render": "Cambio con el tema <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
},
"version": {
"question": "¿Qué versión de MapComplete se usó para realizar este cambio?",
"render": "Hecho con {editor}"
}
},
"title": {
"render": "Conjunto de cambios para {theme}"
}
},
"1": {
"override": {
"tagRenderings+": {
"0": {
"render": "Puede encontrar más estadísticas <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>aquí</a>"
}
}
}
}
},
"shortDescription": "Muestra los cambios hechos por MapComplete",
"title": "Cambios hechos con MapComplete"
},
"maproulette": { "maproulette": {
"description": "Tema que muestra las tareas de MapRoulette, permitiendo buscarlas, filtrarlas y arreglarlas.", "description": "Tema que muestra las tareas de MapRoulette, permitiendo buscarlas, filtrarlas y arreglarlas.",
"title": "Tareas de MapRoulette" "title": "Tareas de MapRoulette"

View file

@ -23,17 +23,6 @@
"url": "https://github.com/ZeLonewolf/openstreetmap-americana/" "url": "https://github.com/ZeLonewolf/openstreetmap-americana/"
} }
}, },
{
"name": "MapTiler Backdrop",
"url": "https://api.maptiler.com/maps/backdrop/style.json?key=GvoVAJgu46I5rZapJuAy",
"category": "osmbasedmap",
"id": "maptiler.backdrop",
"type": "vector",
"attribution": {
"text": "Maptiler",
"url": "https://www.maptiler.com/copyright/"
}
},
{ {
"name": "MapTiler Carto", "name": "MapTiler Carto",
"url": "https://api.maptiler.com/maps/openstreetmap/style.json?key=GvoVAJgu46I5rZapJuAy", "url": "https://api.maptiler.com/maps/openstreetmap/style.json?key=GvoVAJgu46I5rZapJuAy",