|
|
|
|
@ -2,12 +2,7 @@ import { ImageOverlay, LatLngBounds, LatLngExpression } from 'leaflet';
|
|
|
|
|
import type { ImageOverlayOptions } from 'leaflet';
|
|
|
|
|
import { WithProps, defineProps, num, str, on } from '../core/props.ts';
|
|
|
|
|
import { registerChildren, unregisterChildren } from '../core/register.ts';
|
|
|
|
|
import {
|
|
|
|
|
buildAttrMap,
|
|
|
|
|
buildOptions,
|
|
|
|
|
parseBoundsAttr,
|
|
|
|
|
setLayerAttr,
|
|
|
|
|
} from '../core/utils.ts';
|
|
|
|
|
import { buildAttrMap, buildOptions, parseBoundsAttr, setLayerAttr } from '../core/utils.ts';
|
|
|
|
|
|
|
|
|
|
const PROPS = defineProps({
|
|
|
|
|
url: str(),
|
|
|
|
|
|