diff --git a/assets/themes/climbing/climbing.json b/assets/themes/climbing/climbing.json index 9a13c7e6c4..550131a869 100644 --- a/assets/themes/climbing/climbing.json +++ b/assets/themes/climbing/climbing.json @@ -224,14 +224,14 @@ "point", "centroid" ], - "label": { - "mappings": [ - { - "if": "name~*", - "then": "
{name}
" + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] } - ] - } } ] }, @@ -340,14 +340,15 @@ "location": [ "point", "centroid" - ], "label": { - "mappings": [ - { - "if": "name~*", - "then": "
{name}
" + ], + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] } - ] - } } ] }, @@ -583,15 +584,15 @@ "location": [ "point", "centroid" - ], "label": { - "mappings": [ - { - "if": "name~*", - "then": "
{name}
" + ], + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] } - ] - } - }, { "color": { @@ -1692,4 +1693,4 @@ } ] } -} +} \ No newline at end of file