forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
d7509c8d6f
commit
66c27cbad4
127 changed files with 6557 additions and 2698 deletions
|
@ -8,15 +8,7 @@
|
|||
"de": "Ladestationen",
|
||||
"es": "Puntos de carga"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -31,7 +23,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"minzoom": 10,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Charging station",
|
||||
|
@ -80,114 +71,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"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",
|
||||
"cs": "nabíjecí stanice pro elektrokola",
|
||||
"de": "Ladestation für Elektrofahrräder",
|
||||
"es": "punto de carga para bicicletas eléctricas"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"#": "no-question-hint-check",
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
|
@ -3097,6 +2990,114 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"cs": "nabíjecí stanice pro elektrokola",
|
||||
"de": "Ladestation für Elektrofahrräder",
|
||||
"es": "punto de carga para bicicletas eléctricas"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "vehicle-type",
|
||||
|
@ -3384,19 +3385,6 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
"amenity=",
|
||||
"disused:amenity=charging_station"
|
||||
]
|
||||
},
|
||||
"neededChangesets": 10
|
||||
},
|
||||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
},
|
||||
"units": [
|
||||
{
|
||||
"maxstay": {
|
||||
|
@ -3591,5 +3579,17 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"#": "no-question-hint-check"
|
||||
}
|
||||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
},
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
"amenity=",
|
||||
"disused:amenity=charging_station"
|
||||
]
|
||||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
|
@ -108,7 +108,8 @@
|
|||
"cs": "Cyklostezka je ulice, kde motorová doprava nesmí předjíždět cyklisty",
|
||||
"ca": "Un ciclocarrer és un carrer on el trànsit motoritzat no pot sobrepassar a un ciclista",
|
||||
"pl": "Ulica rowerowa to ulica, na której pojazdy zmotoryzowane nie mogą wyprzedzać rowerzystów",
|
||||
"ko": "자전거 전용 도로는 차량이 자전거를 추월할 수 없는 도로 입니다"
|
||||
"ko": "자전거 전용 도로는 차량이 자전거를 추월할 수 없는 도로 입니다",
|
||||
"zh_Hant": "單車街道是機動車輛不被允許超車單車"
|
||||
},
|
||||
"title": "{name}",
|
||||
"tagRenderings": [
|
||||
|
@ -220,7 +221,8 @@
|
|||
"cs": "Tato ulice se brzy stane cyklostezkou",
|
||||
"ca": "Aquest carrer es convertirà en un ciclocarrer pròximament",
|
||||
"pl": "Ta ulica wkrótce stanie się ulicą rowerową",
|
||||
"ko": "이 도로는 곧 자전거 전용 도로로 전환될 예정입니다"
|
||||
"ko": "이 도로는 곧 자전거 전용 도로로 전환될 예정입니다",
|
||||
"zh_Hant": "這條道路即將成為單車街道"
|
||||
},
|
||||
"minzoom": 9,
|
||||
"source": {
|
||||
|
@ -267,7 +269,8 @@
|
|||
"ca": "{name} es convertirà en un ciclocarrer pròximament",
|
||||
"eu": "{name} laster bidegorri bihurtuko da",
|
||||
"pl": "{name} wkrótce stanie się ulicą rowerową",
|
||||
"ko": "{name} 는 곧 자전거 전용 도로로 전환될 예정입니다"
|
||||
"ko": "{name} 는 곧 자전거 전용 도로로 전환될 예정입니다",
|
||||
"zh_Hant": "{name} 不久會變成單車街道"
|
||||
},
|
||||
"if": "name~*"
|
||||
}
|
||||
|
@ -345,7 +348,8 @@
|
|||
"cs": "Vrstva pro označení jakékoli ulice jako cyklostezky",
|
||||
"ca": "Capa per a marcar qualsevol carrer com a ciclocarrer",
|
||||
"pl": "Warstwa oznaczająca dowolną ulicę jako ulicę rowerową",
|
||||
"ko": "자전거 전용 도로로 표시할 도로를 지정하는 레이어"
|
||||
"ko": "자전거 전용 도로로 표시할 도로를 지정하는 레이어",
|
||||
"zh_Hant": "標記任何道路都是單車街道的圖層"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -450,7 +454,8 @@
|
|||
"cs": "Je ulice <b>{name}</b> cyklo ulicí?",
|
||||
"ca": "El carrer <b>{name}</b> és un ciclocarrer?",
|
||||
"pl": "Czy ulica <b>{name}</b> jest ulicą rowerową?",
|
||||
"ko": "이 도로는 <b>{name}</b> 자전거 전용 도로인가요?"
|
||||
"ko": "이 도로는 <b>{name}</b> 자전거 전용 도로인가요?",
|
||||
"zh_Hant": "這條道路<b>{name}</b>是單車街道嗎?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -476,7 +481,8 @@
|
|||
"cs": "Tato ulice je cyklostezkou (s omezením rychlosti na 30 km/h)",
|
||||
"ca": "Aquest carrer és un ciclocarrer (i té un límit de velocitat de 30km/h)",
|
||||
"pl": "Ta ulica jest ulicą rowerową (na której obowiązuje ograniczenie prędkości do 30 km/h)",
|
||||
"ko": "이 도로는 자전거 전용 도로입니다 (제한 속도는 시속 30km입니다)"
|
||||
"ko": "이 도로는 자전거 전용 도로입니다 (제한 속도는 시속 30km입니다)",
|
||||
"zh_Hant": "這條道路是單車街道 (而且有速限30km/h)"
|
||||
},
|
||||
"hideInAnswer": "_country!=be"
|
||||
},
|
||||
|
@ -492,7 +498,8 @@
|
|||
"es": "Esta calle tiene ciclovías",
|
||||
"pl": "To jest droga dla rowerów",
|
||||
"it": "Questa strada è una strada per biciclette",
|
||||
"ko": "이 도로는 자전거 도로 입니다"
|
||||
"ko": "이 도로는 자전거 도로 입니다",
|
||||
"zh_Hant": "這條道路是單車街道"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -572,7 +579,8 @@
|
|||
"da": "Denne gade bliver snart en cykelgade",
|
||||
"cs": "Tato ulice se brzy stane cyklostezkou",
|
||||
"pl": "Ta ulica wkrótce stanie się ulicą rowerową",
|
||||
"ko": "이 도로는 곧 자전거 도로로 전환될 예정입니다"
|
||||
"ko": "이 도로는 곧 자전거 도로로 전환될 예정입니다",
|
||||
"zh_Hant": "這條道路即將成為單車街道"
|
||||
},
|
||||
"hideInAnswer": "_country=de"
|
||||
},
|
||||
|
@ -592,7 +600,8 @@
|
|||
"es": "Esta calle se convertirá pronto en una vía ciclista",
|
||||
"ca": "Aquest carrer es convertirà aviat en una senda ciclable",
|
||||
"pl": "Już niedługo ta ulica stanie się drogą rowerową",
|
||||
"ko": "이 도로는 곧 자전거 도로로 전환될 예정입니다"
|
||||
"ko": "이 도로는 곧 자전거 도로로 전환될 예정입니다",
|
||||
"zh_Hant": "這條道路即將成為單車道路"
|
||||
},
|
||||
"hideInAnswer": "_country!=de"
|
||||
},
|
||||
|
@ -620,7 +629,8 @@
|
|||
"cs": "Tato ulice není cyklo ulicí",
|
||||
"ca": "Aquest carrer no és un ciclocarrer",
|
||||
"pl": "Ta ulica nie jest ulicą rowerową",
|
||||
"ko": "이 도로는 자전거 전용 도로가 아닙니다"
|
||||
"ko": "이 도로는 자전거 전용 도로가 아닙니다",
|
||||
"zh_Hant": "這條道路並非單車街道"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -658,7 +668,8 @@
|
|||
"pl": "Mieszkańcy dopuszczeni",
|
||||
"da": "Beboere tilladt",
|
||||
"it": "Permesso l'accesso ai residenti",
|
||||
"ko": "거주자 허용"
|
||||
"ko": "거주자 허용",
|
||||
"zh_Hant": "允許居民通行"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_1020-30.svg",
|
||||
|
@ -684,7 +695,8 @@
|
|||
"pl": "Pojazdy silnikowe dozwolone",
|
||||
"da": "Motorkøretøjer tilladt",
|
||||
"it": "Permesso l'accesso ai veicoli a motore",
|
||||
"ko": "차량 허용"
|
||||
"ko": "차량 허용",
|
||||
"zh_Hant": "允許機動車輛通行"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg",
|
||||
|
@ -711,7 +723,8 @@
|
|||
"pl": "Motocykle dozwolone",
|
||||
"da": "Motorcykler tilladt",
|
||||
"it": "Permesso l'accesso ai motocicli",
|
||||
"ko": "오토바이 허용"
|
||||
"ko": "오토바이 허용",
|
||||
"zh_Hant": "允許機車通行"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_1022-12.svg",
|
||||
|
@ -739,7 +752,8 @@
|
|||
"pl": "Samochody dozwolone",
|
||||
"da": "Biler tilladt",
|
||||
"it": "Permesso l'accesso alle auto",
|
||||
"ko": "자동차 허용"
|
||||
"ko": "자동차 허용",
|
||||
"zh_Hant": "允許汽車通行"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/themes/cyclestreets/Zeichen_244_1024-10.svg",
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
"nl": "Wijzigingen gemaakt met MapComplete",
|
||||
"ko": "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를 통해 이루어진 변경 사항을 표시합니다"
|
||||
},
|
||||
"description": {
|
||||
"en": "This maps shows all the changes made with MapComplete",
|
||||
"de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen",
|
||||
|
@ -19,17 +28,11 @@
|
|||
"nl": "Deze kaarten tonen alle wijzigingen die zijn gemaakt met MapComplete",
|
||||
"ko": "이 지도는 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를 통해 이루어진 변경 사항을 표시합니다"
|
||||
},
|
||||
"icon": "./assets/svg/logo.svg",
|
||||
"hideFromOverview": true,
|
||||
"startLat": 0,
|
||||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"layers": [
|
||||
{
|
||||
"id": "mapcomplete-changes",
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
"cs": "Na této mapě najdete všechny mapy, které OpenStreetMap zná - typicky je zde velká mapa na informační tabuli zobrazující oblast, město nebo region, (např. turistická mapa na zadní straně billboardu, mapa přírodní rezervace, mapa cyklistických sítí v regionu, ...). <br/><br/>Pokud mapa chybí, můžete ji snadno zmapovat na OpenStreetMap.",
|
||||
"ca": "En aquest mapa podeu trobar tots els mapes que OpenStreetMap coneix, normalment un mapa gran en un tauler informatiu que mostra la zona, la ciutat o la regió, p. un mapa turístic al dors d'una tanca publicitària, un mapa d'una reserva natural, un mapa de les xarxes ciclistes de la regió, ...) <br/><br/>Si falta un mapa, podeu mapejar aquest mapa fàcilment a OpenStreetMap.",
|
||||
"pl": "Na tej mapie możesz znaleźć wszystkie mapy, jakie zna OpenStreetMap - zazwyczaj duże mapy na tablicy informacyjnej pokazująca obszar, miasto lub region, np. mapy turystyczne na odwrocie billboardu, mapy rezerwatu przyrody, mapy sieci rowerowych w regionie, ...) <br/><br/>Jeśli brakuje mapy, możesz łatwo zmapować ją na OpenStreetMap.",
|
||||
"ko": "이 지도에서는 OpenStreetMap에서 확인 가능한 모든 지도를 찾을수 있습니다. 일반적으로 장소, 도시 또는 지역을 보여주는 정보 게시판의 대형 지도(예: 관광지의 안내판 뒷면에 있는 지도, 자연 보호구역 지도, 지역 자전거 네트워크 지도 등)가 포함됩니다. <br/><br/>만약 누락된 지도가 있다면 OpenStreetMap에서 손쉽게 추가할 수 있습니다."
|
||||
"ko": "이 지도에서는 OpenStreetMap에서 확인 가능한 모든 지도를 찾을수 있습니다. 일반적으로 장소, 도시 또는 지역을 보여주는 정보 게시판의 대형 지도(예: 관광지의 안내판 뒷면에 있는 지도, 자연 보호구역 지도, 지역 자전거 네트워크 지도 등)가 포함됩니다. <br/><br/>만약 누락된 지도가 있다면 OpenStreetMap에서 손쉽게 추가할 수 있습니다.",
|
||||
"uk": "На цій карті ви можете знайти всі карти, які знає OpenStreetMap - зазвичай це велика карта на інформаційному щиті, на якій показано місцевість, місто чи регіон, напр. туристична карта на зворотному боці рекламного щита, карта природного заповідника, карта велосипедних мереж регіону, ...) <br/><br/>Якщо карта відсутня, ви можете легко нанести на неї карту на OpenStreetMap."
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "This theme shows all (touristic) maps that OpenStreetMap knows of",
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
"da": "Kortlæg alle træer",
|
||||
"cs": "Zmapujte všechny stromy",
|
||||
"uk": "Додайте на мапу всі дерева",
|
||||
"ko": "모든 나무 관련 지도"
|
||||
"ko": "모든 나무 관련 지도",
|
||||
"pt": "Mapeie todas as árvores"
|
||||
},
|
||||
"icon": "./assets/themes/trees/logo.svg",
|
||||
"socialImage": "./assets/themes/trees/logo.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue