Initial component for d3 alerts geomap (#9141)

This commit is contained in:
GabrieleDeri 2025-04-11 12:32:18 +02:00 committed by GitHub
parent 6f108a7e24
commit ce4238ff06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 857 additions and 2 deletions

View file

@ -234,6 +234,11 @@ page_utils.menu_entries = {
i18n_title = "details.alerts_graph",
section = "alerts"
},
alerts_geomap = {
key = "alerts_geomap",
i18n_title = "details.alerts_geomap",
section = "alerts"
},
-- Flows
flows = {
@ -1015,6 +1020,7 @@ function page_utils.print_header(title, addLoginJS)
print(http_prefix)
print("/lua/locale.lua?" .. locale_when .. "&user_language=" .. language);
print [["> </script>
<script src="https://unpkg.com/topojson-client@3"></script>
<script type="application/javascript" src="]]
print(http_prefix)
print [[/dist/third-party.js?]]