vue-tianditu2
Version:
17 lines (16 loc) • 384 B
JavaScript
import { toBounds as u } from "../../../utils/converter.mjs";
function p(o) {
const { bounds: t, color: n, weight: e, opacity: i, lineStyle: l, fillColor: r, fillOpacity: c } = o;
return new T.Rectangle(u(t), {
color: n,
weight: e,
opacity: i,
lineStyle: l,
fillColor: r,
fillOpacity: c
});
}
export {
p as useInit
};
//# sourceMappingURL=init.mjs.map