From 387015773a271d1f0124da333ebba11113506611 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Wed, 1 Apr 2026 19:09:04 +0200 Subject: [PATCH] [fix](trx-frontend-http): expose reverseGeocodeLocation on window.trx.map namespace Function was defined in map-core.js but not exported, causing a TypeError when app.js called window.trx.map.reverseGeocodeLocation(). Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/map-core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/map-core.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/map-core.js index 9a85b74..5c7841d 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/map-core.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/map-core.js @@ -3481,6 +3481,7 @@ materializeBufferedMapLayers, flushDeferredDecodeMapSync, bandForHz, + reverseGeocodeLocation, }; // If the map tab is already visible (direct /map URL), init immediately.