vue-tianditu2
Version:
40 lines (39 loc) • 1.05 kB
JavaScript
const e = {
/** 用","分隔的多个图层列表 */
layers: { type: String },
/** 每个请求图层的用","分隔的描述样式 */
styles: { type: String },
/** 输出图像的类型 */
format: { type: String },
/** 输出图像背景是否透明 */
transparent: { type: Boolean },
/** 请求服务的版本 */
version: { type: String },
/** 地图投影类型 */
srs: { type: String },
/** 图层服务地址 */
url: { type: String, default: "" }
}, r = {
/** 设置图层的透明度(0.0-1.0)。默认值为 1.0不透明 */
opacity: { type: Number },
/** 图层的显示顺序 */
zIndex: { type: Number }
}, n = {
loading: () => !0,
load: () => !0,
tileloadstart: () => !0,
tileload: () => !0,
tileunload: () => !0,
tileerror: () => !0
}, o = {
init: (t) => t instanceof T.TileLayer.WMS
}, i = { ...e, ...r }, a = { ...n, ...o };
export {
a as EVENTS,
o as EXTRA_EVENTS,
r as EXTRA_PROPS,
n as NATIVE_EVENTS,
e as NATIVE_PROPS,
i as PROPS
};
//# sourceMappingURL=const.mjs.map