From cebc41159c642524ea4023fc94579ac2ce488457 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 7 Dec 2024 15:53:14 +0100 Subject: Add heatmap with intensity input elements and URL parameters --- src/map_node5_net.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map_node5_net.py') diff --git a/src/map_node5_net.py b/src/map_node5_net.py index b8a2d9a..5bc31c3 100644 --- a/src/map_node5_net.py +++ b/src/map_node5_net.py @@ -42,3 +42,4 @@ def all(): coordinates.append([coordinate[1], coordinate[0]]) row['polygon'] = coordinates return json.dumps(rows) + -- cgit v1.2.3