From 617ef93ccd3c404412d46467ca8f170d83f7d222 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 9 Jun 2023 14:52:27 +0200 Subject: ✨ Sheet: display spatial reference system with coordinates of points MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/blocks/sheet_map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html index 8dbf008f8..f37213c2f 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html @@ -36,7 +36,7 @@ {% if coordinates.0 != None %}; {% endif %} {% trans "Z:" %} {{coordinates.2}} {% endif %} - {% endwith %}{% endif %} + {% endwith %}{% if geodata.spatial_reference_system %} - ({{geodata.spatial_reference_system.label}}){% endif %}{% endif %} {% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %} -- cgit v1.2.3