[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) <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-04-01 19:09:04 +02:00
parent 5c3b11d4c2
commit 387015773a
@@ -3481,6 +3481,7 @@
materializeBufferedMapLayers, materializeBufferedMapLayers,
flushDeferredDecodeMapSync, flushDeferredDecodeMapSync,
bandForHz, bandForHz,
reverseGeocodeLocation,
}; };
// If the map tab is already visible (direct /map URL), init immediately. // If the map tab is already visible (direct /map URL), init immediately.