From 597a8d9434e500165564d13703832169eb4d83ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= <1929830+PonteIneptique@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:31:08 +0200 Subject: [PATCH] Update alto to not produce Polygon tag on default blocks --- kraken/templates/alto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kraken/templates/alto b/kraken/templates/alto index 9b8f45efb..500613687 100644 --- a/kraken/templates/alto +++ b/kraken/templates/alto @@ -108,9 +108,9 @@ {% endif %} - + {% if entity.bbox %} - + {% endif %} {%- for line in entity.lines -%} {{ render_line(page, line) }} {%- endfor -%}