Added attribution for cycle-infra.svg

This commit is contained in:
pgm-chardelv1 2021-07-26 14:04:23 +02:00
parent d12d8b09fa
commit 77c05daca8
12 changed files with 101 additions and 71 deletions

7
Svg.ts

File diff suppressed because one or more lines are too long

View file

@ -610,7 +610,8 @@
"fr": "Magasin et réparateur de vélo",
"gl": "Tenda/arranxo de bicicletas",
"de": "Fahrradwerkstatt/geschäft",
"it": "Negozio/riparatore di bici"
"it": "Negozio/riparatore di bici",
"ru": "Обслуживание велосипедов/магазин"
},
"tags": [
"shop=bicycle"

View file

@ -5,7 +5,8 @@
"nl": "Uitzicht",
"de": "Aussichtspunkt",
"fr": "Point de vue",
"it": "Punto panoramico"
"it": "Punto panoramico",
"ru": "Смотровая площадка"
},
"description": {
"en": "A nice viewpoint or nice view. Ideal to add an image if no other category fits",

View file

@ -18,7 +18,8 @@
"ru": "Какой номер телефона у {name}?",
"sv": "Vad är telefonnumret till {name}?",
"zh_Hant": "{name} 的電話號碼是什麼?",
"it": "Qual è il numero di telefono di {name}?"
"it": "Qual è il numero di telefono di {name}?",
"pt_BR": "Qual o número de telefone de {name}?"
},
"render": "<a href='tel:{phone}'>{phone}</a>",
"freeform": {
@ -49,7 +50,9 @@
"ru": "Какой адрес электронной почты у {name}?",
"id": "Apa alamat surel dari {name}?",
"zh_Hant": "{name} 的電子郵件地址是什麼?",
"it": "Qual è l'indirizzo email di {name}?"
"it": "Qual è l'indirizzo email di {name}?",
"de": "Was ist die Mail-Adresse von {name}?",
"pt_BR": "Qual o endereço de e-mail de {name}?"
},
"freeform": {
"key": "email",
@ -66,7 +69,9 @@
"ru": "Какой сайт у {name}?",
"id": "Apa situs web dari {name}?",
"zh_Hant": "{name} 網址是什麼?",
"it": "Qual è il sito web di {name}?"
"it": "Qual è il sito web di {name}?",
"de": "Was ist die Website von {name}?",
"pt_BR": "Qual o site de {name}?"
},
"render": "<a href='{website}' target='_blank'>{website}</a>",
"freeform": {
@ -82,7 +87,8 @@
"nb_NO": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.<br/><span style='font-size: small'>Ikke gjenta fakta som allerede er nevnt</span>",
"ru": "Есть ли еще что-то важное, о чем вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>",
"zh_Hant": "有什麼相關的資訊你無法在先前的問題回應的嗎?請加在這邊吧。<br/><span style='font-size: small'>不要重覆答覆已經知道的事情</span>",
"it": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>"
"it": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>",
"de": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
},
"render": "{description}",
"freeform": {
@ -98,7 +104,8 @@
"nb_NO": "Hva er åpningstidene for {name})",
"ru": "Какое время работы у {name}?",
"zh_Hant": "{name} 的開放時間是什麼?",
"it": "Quali sono gli orari di apertura di {name}?"
"it": "Quali sono gli orari di apertura di {name}?",
"pt_BR": "Qual o horário de funcionamento de {name}?"
},
"render": {
"de": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}",
@ -127,11 +134,15 @@
"level": {
"question": {
"nl": "Op welke verdieping bevindt dit punt zich?",
"en": "On what level is this feature located?"
"en": "On what level is this feature located?",
"de": "In welchem Stockwerk befindet sich dieses Objekt?"
},
"render": {
"en": "Located on the {level}th floor",
"nl": "Bevindt zich op de {level}de verdieping"
"nl": "Bevindt zich op de {level}de verdieping",
"de": "Befindet sich im {level}ten Stock",
"pt_BR": "Localizado no {level}o andar",
"ru": "Расположено на {level}ом этаже"
},
"freeform": {
"key": "level",
@ -142,7 +153,9 @@
"if": "location=underground",
"then": {
"en": "Located underground",
"nl": "Bevindt zich ondergronds"
"nl": "Bevindt zich ondergronds",
"pt_BR": "Localizado no subsolo",
"ru": "Расположено под землей"
},
"hideInAnswer": true
},
@ -150,14 +163,20 @@
"if": "level=0",
"then": {
"en": "Located on the ground floor",
"nl": "Bevindt zich gelijkvloers"
"nl": "Bevindt zich gelijkvloers",
"de": "Ist im Erdgeschoss",
"pt_BR": "Localizado no térreo",
"ru": "Расположено на первом этаже"
}
},
{
"if": "level=1",
"then": {
"en": "Located on the first floor",
"nl": "Bevindt zich op de eerste verdieping"
"nl": "Bevindt zich op de eerste verdieping",
"de": "Ist im ersten Stock",
"pt_BR": "Localizado no primeiro andar",
"ru": "Расположено на первом этаже"
}
}
]

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -18,13 +18,13 @@
],
"maintainer": "",
"defaultBackgroundId": "CartoDB.Voyager",
"icon": "./assets/svg/cycle-infra.svg",
"icon": "./assets/themes/cycle_infra/cycle-infra.svg",
"version": "0",
"startLat": 51,
"startLon": 3.75,
"startZoom": 11,
"widenFactor": 0.05,
"socialImage": "./assets/svg/cycle-infra.svg",
"socialImage": "./assets/themes/cycle_infra/cycle-infra.svg",
"enableDownload": true,
"layers": [
{
@ -961,7 +961,7 @@
"render": "40,40,center"
},
"color": {
"render": "#aaaaaa",
"render": "rgba(170, 170, 170, 0.7)",
"mappings": [
{
"if": "highway=cycleway",
@ -1008,7 +1008,7 @@
},
{
"if": "cycleway=track",
"then": "30 15"
"then": ""
},
{
"if": "cycleway=shared_lane",

View file

@ -1,4 +1,15 @@
[
{
"authors": [
"Dávid Gladiš",
"Hannah Declerck"
],
"path": "cycle-infra.svg",
"license": "CC-BY",
"sources": [
"https://thenounproject.com/davidgladis/collection/bicycles/?i=808040"
]
},
{
"authors": [
"Belgische Wetgever"

View file

@ -69,7 +69,10 @@
"freeform": {
"key": "width:carriageway",
"type": "length",
"helperArgs": [21, "map"]
"helperArgs": [
21,
"map"
]
}
},
{

View file

@ -1057,6 +1057,7 @@
}
},
"viewpoint": {
"name": "Смотровая площадка",
"presets": {
"0": {
"title": "Смотровая площадка"
@ -1069,7 +1070,6 @@
"1": {
"question": "Вы хотите добавить описание?"
}
},
"name": "Смотровая площадка"
}
}
}
}

View file

@ -3,30 +3,30 @@
"phone": {
"question": "Was ist die Telefonnummer von {name}?"
},
"email": {
"question": "Was ist die Mail-Adresse von {name}?"
},
"website": {
"question": "Was ist die Website von {name}?"
},
"description": {
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
},
"opening_hours": {
"question": "Was sind die Öffnungszeiten von {name}?",
"render": "<h3>Öffnungszeiten</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "In welchem Stockwerk befindet sich dieses Objekt?",
"render": "Befindet sich im {level}ten Stock",
"mappings": {
"2": {
"then": "Ist im ersten Stock"
},
"1": {
"then": "Ist im Erdgeschoss"
},
"2": {
"then": "Ist im ersten Stock"
}
},
"render": "Befindet sich im {level}ten Stock",
"question": "In welchem Stockwerk befindet sich dieses Objekt?"
},
"description": {
"question": "Gibt es noch etwas, das die vorhergehenden Fragen nicht abgedeckt haben? Hier wäre Platz dafür.<br/><span style='font-size: small'>Bitte keine bereits erhobenen Informationen.</span>"
},
"website": {
"question": "Was ist die Website von {name}?"
},
"email": {
"question": "Was ist die Mail-Adresse von {name}?"
}
}
}
}
}

View file

@ -1,30 +1,30 @@
{
"undefined": {
"level": {
"render": "Localizado no {level}o andar",
"mappings": {
"2": {
"then": "Localizado no primeiro andar"
},
"1": {
"then": "Localizado no térreo"
},
"0": {
"then": "Localizado no subsolo"
}
}
},
"opening_hours": {
"question": "Qual o horário de funcionamento de {name}?"
},
"website": {
"question": "Qual o site de {name}?"
"phone": {
"question": "Qual o número de telefone de {name}?"
},
"email": {
"question": "Qual o endereço de e-mail de {name}?"
},
"phone": {
"question": "Qual o número de telefone de {name}?"
"website": {
"question": "Qual o site de {name}?"
},
"opening_hours": {
"question": "Qual o horário de funcionamento de {name}?"
},
"level": {
"render": "Localizado no {level}o andar",
"mappings": {
"0": {
"then": "Localizado no subsolo"
},
"1": {
"then": "Localizado no térreo"
},
"2": {
"then": "Localizado no primeiro andar"
}
}
}
}
}
}

View file

@ -17,18 +17,18 @@
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"render": "Расположено на {level}ом этаже",
"mappings": {
"2": {
"then": "Расположено на первом этаже"
"0": {
"then": "Расположено под землей"
},
"1": {
"then": "Расположено на первом этаже"
},
"0": {
"then": "Расположено под землей"
"2": {
"then": "Расположено на первом этаже"
}
},
"render": "Расположено на {level}ом этаже"
}
}
}
}
}