From b45b4353785924420078aad98ef5fb0fb26336fe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 6 Feb 2019 19:08:42 +0100 Subject: Sheet - Map: WIP - manage vector source for polygons --- .../templates/ishtar/blocks/sheet_simple_map.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ishtar_common/templates/ishtar/blocks/sheet_simple_map.html (limited to 'ishtar_common/templates/ishtar/blocks') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html b/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html new file mode 100644 index 000000000..bf25db653 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/sheet_simple_map.html @@ -0,0 +1,15 @@ +{% if geo_item.point_2d or geo_item.multi_polygon %} +
+ + + +{% endif %} -- cgit v1.2.3