diff --git a/paddling_hazards.yaml b/paddling_hazards.yaml index 2368290..fe6c71a 100644 --- a/paddling_hazards.yaml +++ b/paddling_hazards.yaml @@ -25,8 +25,10 @@ feature:
{{ keyTrans('Description') }}
{{ localizedTag(tags, 'description') }}
-
{{ keyTrans('Operator') }}
-
{{ attribute(tags, 'operator') ? tagTrans('operator', attribute(tags, 'operator')) : '' }}
+ {% if attribute(tags, 'operator') %} +
{{ keyTrans('Operator') }}
+
{{ attribute(tags, 'operator') ? tagTrans('operator', attribute(tags, 'operator')) : '' }}
+ {% endif %} {% if attribute(tags, 'mapillary') %}