diff options
| author | user <user@node5.net> | 2024-12-07 15:53:14 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-12-07 15:53:14 +0100 |
| commit | cebc41159c642524ea4023fc94579ac2ce488457 (patch) | |
| tree | 83d6c2a1633725b66e42fc88f9c8b1b555f1434e /src/map_node5_net.py | |
| parent | e5a49d8ed382d022ca62ded052074b718eec8da9 (diff) | |
Add heatmap with intensity input elements and URL parameters
Diffstat (limited to 'src/map_node5_net.py')
| -rw-r--r-- | src/map_node5_net.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) + |
