From 1c44b037a372b76262472a7fda1748754fcabc5b Mon Sep 17 00:00:00 2001 From: QuentinAndre Date: Sat, 7 Aug 2021 01:23:16 +0200 Subject: PR for peer review --- ishtar_common/templates/ishtar/blocks/sheet_geo_items.html | 7 ++++--- ishtar_common/templates/ishtar/blocks/sheet_simple_map.html | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/ishtar') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html b/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html index 36fbabfcf..99fc7b866 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_geo_items.html @@ -24,9 +24,9 @@ {% endif %} {% endif %} \ No newline at end of file diff --git a/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html b/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html index b4e669a70..e8a33ae68 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html @@ -53,6 +53,10 @@ get_polygons.change( function () { disp_map(); display_geo_items(disp.val(), get_polygons.val()); }) +console.log('points with base points'); +display_associated_points("map-{{window_id}}-{{geo_item.SLUG}}-{{geo_item.pk}}", + {{geo_item.point_2d_geojson|safe}}, "{{geo_item.SLUG}}"); + {% endif %} {% endif %} -- cgit v1.2.3