From f4c2ff970fa2d42d3d5d5fd6952069162d5f823e Mon Sep 17 00:00:00 2001 From: Aleksandar Zec <52027726+acikaz@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:48:27 +0100 Subject: [PATCH] #1545 fix: resolved issues on Breadcrumb routes for TMS endpoints (#1555) --- .../tilematrixsets/tilematrixset.html | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pygeoapi/templates/tilematrixsets/tilematrixset.html b/pygeoapi/templates/tilematrixsets/tilematrixset.html index 9a7e1c0..1181d33 100644 --- a/pygeoapi/templates/tilematrixsets/tilematrixset.html +++ b/pygeoapi/templates/tilematrixsets/tilematrixset.html @@ -1,19 +1,18 @@ -{% extends "_base.html" %} {% block title %}{{ super() }} {% trans -%}TileMatrixSet{% endtrans %} {% endblock %} {% block crumbs %}{{ super() }} / -{% trans %}TileMatrixSet{% endtrans %} -{% endblock %} {% block body %} +{% extends "_base.html" %} +{% block title %}{{ super() }} {% trans %}TileMatrixSet{% endtrans %} {% endblock %} +{% block crumbs %}{{ super() }} +/ {% trans %}TileMatrixSets{% endtrans %} +/ {{ data['id'] }} +{% endblock %} +{% block body %}
+

{{ data['id'] }} tile matrix set

+
{% endblock %}