{# SPDX-FileCopyrightText: 2023 CERN. SPDX-License-Identifier: MIT #} {% macro render_point(coordinates) %} {% if coordinates | length == 2 %} ({{ coordinates[1] }}, {{ coordinates[0] }} ) {% endif %} {% endmacro %} {% macro render_feature(feature) %} {% set place = feature.get("place") %}