diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-09 14:52:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-09 14:55:41 +0200 |
commit | 617ef93ccd3c404412d46467ca8f170d83f7d222 (patch) | |
tree | 0a88bedff4710ce99c50c236d28ff5ae84d8ff70 /ishtar_common | |
parent | 478f44b79a4bd89822c4d51951b2927559a8f237 (diff) | |
download | Ishtar-617ef93ccd3c404412d46467ca8f170d83f7d222.tar.bz2 Ishtar-617ef93ccd3c404412d46467ca8f170d83f7d222.zip |
✨ Sheet: display spatial reference system with coordinates of points
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_map.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <strong>{% trans "Z:" %}</strong> {{coordinates.2}} {% endif %} - {% endwith %}{% endif %} + {% endwith %}{% if geodata.spatial_reference_system %} - ({{geodata.spatial_reference_system.label}}){% endif %}{% endif %} </span> </li>{% endfor %} {% if geo_item.SLUG == "operation" and display_context_records %} |