Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-03-27 20:20:34 +02:00
parent 0daa1f702b
commit b9a318967d

View file

@ -224,14 +224,14 @@
"point", "point",
"centroid" "centroid"
], ],
"label": { "label": {
"mappings": [ "mappings": [
{ {
"if": "name~*", "if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>" "then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
} }
]
}
} }
] ]
}, },
@ -340,14 +340,15 @@
"location": [ "location": [
"point", "point",
"centroid" "centroid"
], "label": { ],
"mappings": [ "label": {
{ "mappings": [
"if": "name~*", {
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>" "if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
} }
]
}
} }
] ]
}, },
@ -583,15 +584,15 @@
"location": [ "location": [
"point", "point",
"centroid" "centroid"
], "label": { ],
"mappings": [ "label": {
{ "mappings": [
"if": "name~*", {
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>" "if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
} }
]
}
}, },
{ {
"color": { "color": {
@ -1692,4 +1693,4 @@
} }
] ]
} }
} }