forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
18e977db2a
commit
22a7a14880
111 changed files with 25070 additions and 1612 deletions
|
@ -5,13 +5,7 @@
|
|||
"nl": "Oplaadpunten",
|
||||
"de": "Ladestationen"
|
||||
},
|
||||
"description": {
|
||||
"en": "A charging station",
|
||||
"nl": "Oplaadpunten",
|
||||
"ca": "Una estació de càrrega",
|
||||
"de": "Eine Ladestation",
|
||||
"fr": "Une station de recharge"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -26,7 +20,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"minzoom": 10,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Charging station",
|
||||
|
@ -72,109 +65,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"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",
|
||||
"de": "Ladestation für Elektrofahrräder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"amenity=charging_station",
|
||||
"motorcar=yes",
|
||||
"bicycle=no"
|
||||
],
|
||||
"title": {
|
||||
"en": "charging station for cars",
|
||||
"nl": "oplaadstation voor elektrische auto's",
|
||||
"de": "Ladestation für Autos"
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": {
|
||||
"en": "A charging station",
|
||||
"nl": "Oplaadpunten",
|
||||
"ca": "Una estació de càrrega",
|
||||
"de": "Eine Ladestation",
|
||||
"fr": "Une station de recharge"
|
||||
},
|
||||
"#": "no-question-hint-check",
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
|
@ -2880,6 +2778,109 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"de": "Ladestation für Elektrofahrräder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"tags": [
|
||||
"amenity=charging_station",
|
||||
"motorcar=yes",
|
||||
"bicycle=no"
|
||||
],
|
||||
"title": {
|
||||
"en": "charging station for cars",
|
||||
"nl": "oplaadstation voor elektrische auto's",
|
||||
"de": "Ladestation für Autos"
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "vehicle-type",
|
||||
|
@ -3127,19 +3128,6 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
"amenity=",
|
||||
"disused:amenity=charging_station"
|
||||
]
|
||||
},
|
||||
"neededChangesets": 10
|
||||
},
|
||||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
},
|
||||
"units": [
|
||||
{
|
||||
"maxstay": {
|
||||
|
@ -3334,5 +3322,17 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"#": "no-question-hint-check"
|
||||
}
|
||||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
},
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
"amenity=",
|
||||
"disused:amenity=charging_station"
|
||||
]
|
||||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
|
@ -99,7 +99,8 @@
|
|||
"question": {
|
||||
"en": "What type of memorial is this?",
|
||||
"de": "Was für eine Art von Denkmal ist das?",
|
||||
"fr": "C'est un mémorial de guerre"
|
||||
"fr": "C'est un mémorial de guerre",
|
||||
"sl": "Kakšne vrste spomenik je to?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -108,7 +109,8 @@
|
|||
"en": "This is a statue",
|
||||
"de": "Das ist eine Statue",
|
||||
"fr": "C'est une statue",
|
||||
"nl": "Dit is een standbeeld"
|
||||
"nl": "Dit is een standbeeld",
|
||||
"sl": "To je kip"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"tourism=artwork",
|
||||
|
@ -120,7 +122,8 @@
|
|||
"then": {
|
||||
"en": "This is a plaque",
|
||||
"de": "Dies ist eine Gedenktafel",
|
||||
"fr": "C'est une plaque"
|
||||
"fr": "C'est une plaque",
|
||||
"sl": "To je plošča"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -167,7 +170,8 @@
|
|||
"then": {
|
||||
"en": "This is a memorial stone",
|
||||
"de": "Das ist ein Gedenkstein",
|
||||
"fr": "C'est une pierre commémorative"
|
||||
"fr": "C'est une pierre commémorative",
|
||||
"sl": "To je spominski kamen"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -175,7 +179,8 @@
|
|||
"then": {
|
||||
"en": "This is a bust",
|
||||
"de": "Das ist eine Büste",
|
||||
"fr": "C'est un buste"
|
||||
"fr": "C'est un buste",
|
||||
"sl": "To je doprsni kip"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -184,7 +189,8 @@
|
|||
"en": "This is a sculpture",
|
||||
"de": "Dies ist eine Skulptur",
|
||||
"fr": "C'est une sculpture",
|
||||
"nl": "Dit is een sculptuur"
|
||||
"nl": "Dit is een sculptuur",
|
||||
"sl": "To je skulptura"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -193,7 +199,8 @@
|
|||
"en": "This is an obelisk",
|
||||
"de": "Das ist ein Obelisk",
|
||||
"es": "Es un obelisco",
|
||||
"fr": "C'est un obélisque"
|
||||
"fr": "C'est un obélisque",
|
||||
"sl": "To je obelisk"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -204,7 +211,8 @@
|
|||
"es": "Es una cruz",
|
||||
"fr": "C'est une croix",
|
||||
"nl": "Dit is een kruis",
|
||||
"pl": "To jest krzyż"
|
||||
"pl": "To jest krzyż",
|
||||
"sl": "To je križ"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -222,7 +230,8 @@
|
|||
"en": "This is a historic tank, permanently placed in public space as memorial",
|
||||
"de": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde",
|
||||
"fr": "C'est un char historique, placé de manière permanente dans l'espace public comme mémorial",
|
||||
"nl": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken"
|
||||
"nl": "Dit is een historische tank, permanent in de publieke ruimte geplaatst als gedenkteken",
|
||||
"sl": "To je zgodovinski tank, ki je stalno postavljen v spomin na javnem kraju"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -230,7 +239,8 @@
|
|||
"then": {
|
||||
"en": "This is a memorial tree",
|
||||
"de": "Das ist ein Baumdenkmal",
|
||||
"fr": "C'est un arbre du souvenir"
|
||||
"fr": "C'est un arbre du souvenir",
|
||||
"sl": "To je spominsko drevo"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"natural=tree"
|
||||
|
@ -240,7 +250,8 @@
|
|||
"if": "historic=tomb",
|
||||
"then": {
|
||||
"en": "This is a gravestone; the person is buried here",
|
||||
"de": "Dies ist ein Grabstein; die Person ist hier begraben"
|
||||
"de": "Dies ist ein Grabstein; die Person ist hier begraben",
|
||||
"sl": "To je nagrobni kamen; oseba je pokopana tu"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"memorial="
|
||||
|
@ -250,7 +261,8 @@
|
|||
"render": {
|
||||
"en": "This is a {memorial}",
|
||||
"de": "Das ist ein {memorial}",
|
||||
"fr": "C'est un {memorial}"
|
||||
"fr": "C'est un {memorial}",
|
||||
"sl": "To je {memorial}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "memorial"
|
||||
|
@ -267,7 +279,8 @@
|
|||
"cs": "Jaký je nápis na této desce?",
|
||||
"de": "Wie lautet die Inschrift auf diesem Denkmal?",
|
||||
"fr": "Quelle est l'inscription sur cette plaque ?",
|
||||
"nl": "Wat is het opschrift van dit gedenkteken?"
|
||||
"nl": "Wat is het opschrift van dit gedenkteken?",
|
||||
"sl": "Kakšen je napis na tem spomeniku?"
|
||||
},
|
||||
"#:condition": "Benches have a separate inscription question",
|
||||
"condition": {
|
||||
|
@ -280,7 +293,8 @@
|
|||
"ca": "La inscripció d'aquesta placa diu: <p><i>{inscription}<i></p>",
|
||||
"cs": "Nápis na této desce zní: <p><i>{inscription}<i></p>",
|
||||
"de": "Die Inschrift auf diesem Denkmal lautet: <p><i>{inscription}<i></p>",
|
||||
"fr": "L'inscription sur cette plaque indique: <p><i>{inscription}<i></p>"
|
||||
"fr": "L'inscription sur cette plaque indique: <p><i>{inscription}<i></p>",
|
||||
"sl": "Napis na tem spomeniku je: <p><i>{inscription}<i></p>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "inscription",
|
||||
|
@ -293,7 +307,8 @@
|
|||
"en": "This memorial does not have an inscription",
|
||||
"de": "Dieses Denkmal hat keine Inschrift",
|
||||
"fr": "Il n'y a aucune inscription sur cette plaque",
|
||||
"nl": "Dit gedenkteken heeft geen opschrift"
|
||||
"nl": "Dit gedenkteken heeft geen opschrift",
|
||||
"sl": "Ta spomenik nima napisa"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"inscription="
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
"ca": "Configuració",
|
||||
"cs": "Nastavení",
|
||||
"fi": "Asetukset",
|
||||
"zh_Hant": "設定"
|
||||
"zh_Hant": "設定",
|
||||
"sl": "Nastavitve"
|
||||
}
|
||||
},
|
||||
"pointRendering": null,
|
||||
|
@ -374,7 +375,7 @@
|
|||
"fr": "Quel fond souhaitez-vous utiliser par défaut ?",
|
||||
"da": "Hvilket baggrundslag skal vises som standard?"
|
||||
},
|
||||
"questionHint":{
|
||||
"questionHint": {
|
||||
"en": "To set a specific background as default, select it in the background menu first after which it will appear here."
|
||||
},
|
||||
"condition": "_theme:backgroundLayer=",
|
||||
|
@ -396,7 +397,7 @@
|
|||
{
|
||||
"if": "mapcomplete-preferred-background-layer=osm",
|
||||
"icon": {
|
||||
"path":"./assets/svg/osm-logo.svg"
|
||||
"path": "./assets/svg/osm-logo.svg"
|
||||
},
|
||||
"then": {
|
||||
"en": "Use OpenStreetMap-carto as default layer",
|
||||
|
@ -410,7 +411,7 @@
|
|||
},
|
||||
{
|
||||
"if": "mapcomplete-preferred-background-layer=photo",
|
||||
"icon": "\uD83D\uDEF0\uFE0F",
|
||||
"icon": "🛰️",
|
||||
"then": {
|
||||
"en": "Use aerial imagery as default background",
|
||||
"ca": "Utilitzeu imatges aèries com a fons predeterminat",
|
||||
|
@ -429,7 +430,7 @@
|
|||
"ca": "Utilitzeu un mapa que no sigui openstreetmap com a fons predeterminat",
|
||||
"de": "Eine eigene Karte als Standardhintergrund verwenden",
|
||||
"cs": "Použití mapy, která není založena na mapě openstreetmap, jako výchozího pozadí",
|
||||
"nl": "Gebruik altijd een kaart di niet op OpenStreetMap gebaseerd is als achtergrond",
|
||||
"nl": "Gebruik altijd een kaart die niet op OpenStreetMap gebaseerd is als achtergrond",
|
||||
"fr": "Utiliser un fond non basé sur OpenStreetMap par défaut",
|
||||
"da": "Brug et ikke-OpenSreetMap-baseret kort som standardbaggrund"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue