diff --git a/assets/themes/climbing/climbing.json b/assets/themes/climbing/climbing.json index 679a779db..9a13c7e6c 100644 --- a/assets/themes/climbing/climbing.json +++ b/assets/themes/climbing/climbing.json @@ -223,7 +223,15 @@ "location": [ "point", "centroid" - ] + ], + "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] + } } ] }, @@ -332,7 +340,14 @@ "location": [ "point", "centroid" - ] + ], "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] + } } ] }, @@ -568,7 +583,15 @@ "location": [ "point", "centroid" - ] + ], "label": { + "mappings": [ + { + "if": "name~*", + "then": "
{name}
" + } + ] + } + }, { "color": { @@ -1669,4 +1692,4 @@ } ] } -} \ No newline at end of file +}