"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); (() => { const mapContainerElement = document.querySelector("#lot--map"); if (mapContainerElement) { exports.los.highlightMap(mapContainerElement, mapContainerElement.dataset.mapKey, "success"); } })();