{# Copyright (C) 2023 CERN. Invenio-app-rdm is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% macro render_point(coordinates) %} {% if coordinates | length == 2 %} ({{ coordinates[1] }}, {{ coordinates[0] }} ) {% endif %} {% endmacro %} {% macro render_feature(feature) %} {% set place = feature.get("place") %}