Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-07-26 16:58:51 +02:00
parent 6d99dd5045
commit 6cf6e3c6ea
57 changed files with 4812 additions and 800 deletions

View file

@ -1,11 +1,11 @@
{
"contributors": [
{
"commits": 4227,
"commits": 4259,
"contributor": "Pieter Vander Vennet"
},
{
"commits": 120,
"commits": 127,
"contributor": "Robin van der Linde"
},
{
@ -44,6 +44,10 @@
"commits": 22,
"contributor": "riQQ"
},
{
"commits": 21,
"contributor": "AlexanderRebai"
},
{
"commits": 19,
"contributor": "Niels Elgaard Larsen"
@ -72,10 +76,6 @@
"commits": 15,
"contributor": "ToastHawaii"
},
{
"commits": 13,
"contributor": "AlexanderRebai"
},
{
"commits": 13,
"contributor": "Nicole"
@ -196,6 +196,14 @@
"commits": 2,
"contributor": "Stanislas Gueniffey"
},
{
"commits": 1,
"contributor": "HispanicMojitos"
},
{
"commits": 1,
"contributor": "kaipankrath"
},
{
"commits": 1,
"contributor": "bxl-forever"

View file

@ -66,7 +66,7 @@
"fill": "no"
},
{
"color": "#4f5551",
"color": "#4f5551",
"fill": "no",
"width": "2"
},

View file

@ -879,7 +879,7 @@
"key": "level",
"type": "string"
},
"multiAnswer" : true
"multiAnswer": true
}
},
"level": {

View file

@ -88,12 +88,12 @@
}
],
"syncSelection": "theme-only",
"filter":[
"filter": [
{
"id": "width",
"options": [
{
"question": {
"question": {
"en": "Any/No width info"
}
},
@ -342,7 +342,8 @@
"+mapRendering": [
{
"location": [
"point", "centroid"
"point",
"centroid"
],
"icon": "statistics"
}
@ -379,7 +380,11 @@
]
},
"render": {
"en": "The containing building can be entered via <a href='#{_poi_entrance:id}'>a door of {canonical(_poi_entrance:width)}</a>"
"en": "This door has a width of {canonical(_poi_entrance:width)} meter",
"de": "Diese Tür hat eine Durchgangsbreite von {canonical(_poi_entrance:width)} Meter",
"es": "Esta puerta tiene una ancho de {canonical(_poi_entrance:width)} metros",
"fr": "Cet accès a une largeur de {canonical(_poi_entrance:width)}",
"nl": "Deze deur heeft een breedte van {canonical(_poi_entrance:width)} meter"
},
"freeform": {
"key": "_poi_entrance:width",
@ -389,7 +394,10 @@
{
"if": "_poi_entrance:width=",
"then": {
"en": "The containing building has no information on door widths. Add a door and measure the width to get information"
"en": "This entrance has no width information",
"de": "Dieser Eingang hat keine Breitenangabe",
"fr": "Cet accès n'a pas d'informations de largeur",
"nl": "Deze ingang heeft geen informatie over de breedte"
}
}
]