diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-09-01 12:08:11 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
| commit | e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2 (patch) | |
| tree | 3d9fc261943e56b46c70a9236713909b9761648d /ishtar_common/templates/ishtar/blocks/sheet_coordinates.html | |
| parent | a7acdf8ea0937321dc20e56d87abbe1fc6e240c6 (diff) | |
| download | Ishtar-e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2.tar.bz2 Ishtar-e0bcbeaa84c2adf3b8a179cdea792dd58fa109b2.zip | |
Geo: select geo item to display on the sheet
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/sheet_coordinates.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_coordinates.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html b/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html deleted file mode 100644 index 0093ed31f..000000000 --- a/ishtar_common/templates/ishtar/blocks/sheet_coordinates.html +++ /dev/null @@ -1,28 +0,0 @@ -{% load i18n window_field %}{% if PROFILE.mapping and geo_item.main_geodata %} -{% with geodata=geo_item.main_geodata %} -{% if geodata.cached_x or geodata.cached_z %} -<dl class="col-12"> - <dt>{% trans "Coordinates" %}</dt> - <dd> - {% with coordinates=geodata.display_coordinates %} - {% trans "X:"%} {{coordinates.0|default_if_none:"-"}} - {% if geodata.estimated_error_x %} ({% trans "error:" %} {{geodata.estimated_error_x}}){% endif %}, - {% trans "Y:"%} {{coordinates.1|default_if_none:"-"}} - {% if geodata.estimated_error_y %} ({% trans "error:" %} {{geodata.estimated_error_y}}){% endif %}, - {% endwith %} - {% trans "Z:"%} {{geodata.z|default_if_none:"-"}} - {% if geodata.estimated_error_z %} ({% trans "error:" %} {{geodata.estimated_error_z}}){% endif %} - {% with srs=geodata.display_spatial_reference_system %} - {% if srs %} – {{srs.label}} - {% trans "SRID"%} {{srs.srid}} {% endif %} - {% endwith %} - </dd> -</dl> -{% field_flex_full "Data type" geodata.data_type %} -{% field_flex_full "Source" geodata.source_label %} -{% field_flex_full "Name" geodata.name %} -{% field_flex_full "Origin" geodata.origin %} -{% field_flex_full "Provider" geodata.provider %} -{% field_flex_full "Comment" geodata.comment %} -{% endif %} -{% endwith %} -{% endif %} |
