diff --git a/src/projections_site/templates/base.html.j2 b/src/projections_site/templates/base.html.j2 index 340abaf..5e60be8 100644 --- a/src/projections_site/templates/base.html.j2 +++ b/src/projections_site/templates/base.html.j2 @@ -2,16 +2,45 @@ + {% block title %}{% endblock %} - Hooray! + @@ -29,19 +58,8 @@ - - + diff --git a/src/projections_site/templates/crs.html.j2 b/src/projections_site/templates/crs.html.j2 index 4166f1f..17487fc 100644 --- a/src/projections_site/templates/crs.html.j2 +++ b/src/projections_site/templates/crs.html.j2 @@ -5,33 +5,35 @@ {% block content %} +

Attributes


-
-

Unit

-

{{ crs.axis_info[0].unit_name }}

+
+
+

Unit

+

{{ crs.axis_info[0].unit_name }}

-

Scope

-

{{ crs.scope }}

+

Scope

+

{{ crs.scope }}

-

Remarks

-

{{ crs.remarks }}

+

Remarks

+

{{ crs.remarks }}

-

Area of use

-

{{ crs.area_of_use.name }}

-
+

Area of use

+

{{ crs.area_of_use.name }}

+
-
-

Data Source: EPSG {{ util.get_epsg_version_string() }}

-

Datum: {{util.get_datum(crs)}}

-

Coordinate System: {{ util.get_coordinate_system(crs) }}

-

Projection: {{ util.get_coordinate_operation(crs) }}

-

Geodetic CRS: {{ util.get_geodetic_crs(crs) }}

+
+

Data Source: EPSG {{ util.get_epsg_version_string() }}

+

Datum: {{util.get_datum(crs)}}

+

Coordinate System: {{ util.get_coordinate_system(crs) }}

+

Projection: {{ util.get_coordinate_operation(crs) }}

+

Geodetic CRS: {{ util.get_geodetic_crs(crs) }}

+
-

Export

+
{{ crs.to_wkt(version="WKT2_2019", pretty=True) }} #} -
{{ crs.to_wkt(version="WKT2_2019", pretty=True) }}
+
+ +
+
{{ crs.to_wkt(version="WKT2_2019", pretty=True) }}
-
{{ crs.to_json(pretty=True) }}
+
+ +
+
{{ crs.to_json(pretty=True) }}
-
{{ pformat(crs.to_cf()) }}
+ +
+ +
+ +
{{ pformat(crs.to_cf()) }}
+
+
{% endblock %}