From 9e2cedc18a4edfe280be76d698d5523f98506de8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Jan 2024 12:16:15 +0100 Subject: ✨ sheet map: display buffer - 🐛 sheet map: fix 2d point display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/blocks/sheet_map.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_map.html b/ishtar_common/templates/ishtar/blocks/sheet_map.html index 0a00a950b..8af6cd294 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_map.html @@ -86,6 +86,7 @@ const display_map_{{geo_item.SLUG}}_{{geo_item.pk}} = function() { ); } +ishtar_display_buffer = true; display_map_{{geo_item.SLUG}}_{{geo_item.pk}}(); refresh_map_{{geo_item.SLUG}}_{{geo_item.pk}}(true); -- cgit v1.2.3