From 4577fda4a9b127d93d32582d515b3e5e3472d3b6 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 5 Mar 2026 18:40:13 +0000 Subject: [PATCH] Add pool location via click --- html/static/js/map-arcgis-tile.js | 2 +- html/template/sync/intelligence-root.html | 25 +++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/html/static/js/map-arcgis-tile.js b/html/static/js/map-arcgis-tile.js index b8ad2e6f..d875428f 100644 --- a/html/static/js/map-arcgis-tile.js +++ b/html/static/js/map-arcgis-tile.js @@ -97,7 +97,7 @@ class MapArcgisTile extends HTMLElement { detail: { lng: e.lngLat.lng, lat: e.lngLat.lat, - map: this._map, + map: this, point: e.point, }, }), diff --git a/html/template/sync/intelligence-root.html b/html/template/sync/intelligence-root.html index 68085a5a..8d733047 100644 --- a/html/template/sync/intelligence-root.html +++ b/html/template/sync/intelligence-root.html @@ -15,8 +15,15 @@