From a8df13b353369c83896320212c0f90a8e805d2ca Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 14 Feb 2019 06:08:16 +0100 Subject: Sheets (operations, site, context records and finds): display small map --- .../templates/ishtar/sheet_basefind.html | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index fa96ddf0e..aa41ee34b 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -65,27 +65,15 @@
{% endif %} -

{% trans "Map"%}

+

{% trans "Localisation"%}

{% with geo_item=base_find %} {% include "ishtar/blocks/sheet_simple_map.html"%} +
+ {% include "ishtar/blocks/sheet_coordinates.html"%} + {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} +
{% endwith %} - {% field_flex "Point of topographic reference" base_find.topographic_localisation %} -
-
{% trans "Coordinates" %}
-
- {% trans "X:"%} {{base_find.x|default_if_none:"-"}} - {% if base_find.estimated_error_x %} ({% trans "error:" %} {{base_find.estimated_error_x}}){% endif %}, - {% trans "Y:"%} {{base_find.y|default_if_none:"-"}}, - {% if base_find.estimated_error_y %} ({% trans "error:" %} {{base_find.estimated_error_y}}){% endif %}, - {% trans "Z:"%} {{base_find.z|default_if_none:"-"}} - {% if base_find.estimated_error_z %} ({% trans "error:" %} {{base_find.estimated_error_z}}){% endif %} - {% if base_find.spatial_reference_system %} - – {{base_find.spatial_reference_system.label}}{% if base_find.spatial_reference_system.srid %} - - {% trans "SRID"%} {{base_find.spatial_reference_system.srid}}{% endif %} - {% endif %} -
-
{% endif %} -- cgit v1.2.3