#
luxiaotao1123
2024-03-05 e7baf5e9ad8a63bdfe56467bc51eb109640e0fd9
zy-asrs-flow/src/pages/map/utils.js
@@ -12,6 +12,11 @@
    mapContainer = param;
}
export const MapEvent = Object.freeze({
    SELECTION_BOX: Symbol.for(0),
    PAN: Symbol.for(1),
})
export const getRealPosition = (x, y, mapContainer) => {
    const rect = app.view.getBoundingClientRect();
    return {