forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
310c9e1a8f
commit
be73076979
13 changed files with 323 additions and 284 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 5245,
|
||||
"commits": 5250,
|
||||
"contributor": "Pieter Vander Vennet"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -66,11 +66,15 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and":["backrest=yes","two_sided=yes"]
|
||||
"and": [
|
||||
"backrest=yes",
|
||||
"two_sided=yes"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This bench is two-sided and shares the backrest",
|
||||
"nl": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt"
|
||||
"nl": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt",
|
||||
"de": "Diese Bank ist zweiseitig und teilt sich die Rückenlehne"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/bench/two_sided.svg",
|
||||
|
@ -100,7 +104,9 @@
|
|||
"da": "Har et ryglæn",
|
||||
"cs": "Má opěradlo"
|
||||
},
|
||||
"addExtraTags": ["two_sided=no"]
|
||||
"addExtraTags": [
|
||||
"two_sided=no"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "backrest=no",
|
||||
|
@ -454,7 +460,9 @@
|
|||
],
|
||||
"id": "bench-direction",
|
||||
"condition": {
|
||||
"and": ["two_sided!=yes"]
|
||||
"and": [
|
||||
"two_sided!=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1037,4 +1045,4 @@
|
|||
},
|
||||
"has_image"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -15,6 +15,8 @@
|
|||
"authors": [
|
||||
"Pieter Vander Vennet"
|
||||
],
|
||||
"sources": ["https://commons.wikimedia.org/wiki/File:ISO_7010_P018.svg"]
|
||||
"sources": [
|
||||
"https://commons.wikimedia.org/wiki/File:ISO_7010_P018.svg"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
|
@ -33,7 +33,7 @@
|
|||
"ca": "Publicitat",
|
||||
"es": "Publicidad",
|
||||
"en": "Advertise",
|
||||
"de": "Werben"
|
||||
"de": "Werbeeinrichtungen"
|
||||
},
|
||||
"minzoom": 15,
|
||||
"source": {
|
||||
|
@ -921,7 +921,7 @@
|
|||
"en": "a poster box mounted on a wall",
|
||||
"ca": "un mupi sobre la paret",
|
||||
"es": "un mupi sobre la pared",
|
||||
"de": "eine an einer Wand befestigte Posterbox"
|
||||
"de": "eine wandmontierte Posterbox"
|
||||
},
|
||||
"preciseInput": {
|
||||
"snapToLayer": "walls_and_buildings"
|
||||
|
@ -935,13 +935,13 @@
|
|||
"ca": "un tauló d'anunis",
|
||||
"es": "un tablón de anuncios",
|
||||
"en": "a billboard",
|
||||
"de": "eine Werbetafel"
|
||||
"de": "ein Anschlagbrett"
|
||||
},
|
||||
"description": {
|
||||
"en": "Small billboard for neighbourhood advertising, generally intended for pedestrians",
|
||||
"es": "Un pequeño tablón de anuncios para anuncios del vecindario, normalmente destinado a peatones",
|
||||
"ca": "Un xicotet tauló d'anuncics per a anuncis del veïnat, normalment destitat a peatons",
|
||||
"de": "Kleine Werbetafel für die Nachbarschaftswerbung, im Allgemeinen für Fußgänger bestimmt"
|
||||
"de": "Kleines Anschlagbrett für Nachbarschaftswerbung, normalerweise an Fußgänger gerichtet"
|
||||
},
|
||||
"exampleImages": [
|
||||
"./assets/themes/advertising/local_Board.jpg",
|
||||
|
@ -1009,7 +1009,7 @@
|
|||
"ca": "una patalla sobre una paret",
|
||||
"es": "una pantalla sobre una pared",
|
||||
"en": "a screen mounted on a wall",
|
||||
"de": "ein an der Wand montierter Bildschirm"
|
||||
"de": "ein wandmontierter Bildschirm"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"contributors": [
|
||||
{
|
||||
"commits": 259,
|
||||
"commits": 261,
|
||||
"contributor": "kjon"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue