123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- import {
- v as v2
- } from "./chunk-KHA63LLS.js";
- import {
- O
- } from "./chunk-I3OBGWNS.js";
- import {
- b
- } from "./chunk-4DDBH2K5.js";
- import "./chunk-7N4X6GF3.js";
- import "./chunk-UXF37FQ4.js";
- import "./chunk-ZOEK6QHJ.js";
- import "./chunk-2Z6LERTI.js";
- import "./chunk-OWVBLVP3.js";
- import "./chunk-EGZW6HC3.js";
- import "./chunk-4NKD334K.js";
- import "./chunk-65K7LC56.js";
- import "./chunk-ATPLLI5W.js";
- import "./chunk-WJ3OEUD3.js";
- import "./chunk-MXB2XLKV.js";
- import "./chunk-XH7RUGVZ.js";
- import "./chunk-TBBTRX4O.js";
- import "./chunk-YBSUITLL.js";
- import "./chunk-DT6EAZQ5.js";
- import "./chunk-VNFRAYHO.js";
- import "./chunk-R5IG2D6H.js";
- import "./chunk-VBRY5KJM.js";
- import "./chunk-PDKDCAAD.js";
- import "./chunk-ECW2QABR.js";
- import "./chunk-GCDJLKH4.js";
- import "./chunk-MRJEICT6.js";
- import {
- d,
- e,
- n2 as n,
- v2 as v
- } from "./chunk-Y3WMVFTW.js";
- import "./chunk-SAS7RONY.js";
- import "./chunk-WSRBH7BF.js";
- import "./chunk-IHXECKQQ.js";
- import "./chunk-ULGDPLM2.js";
- import {
- s3 as s
- } from "./chunk-EMJ4ZSM2.js";
- import "./chunk-IKP3YN53.js";
- import "./chunk-GZT4BVFP.js";
- import "./chunk-A5ICIBVI.js";
- // node_modules/@arcgis/core/layers/UnknownLayer.js
- var a = class extends v2(O(b)) {
- constructor(r) {
- super(r), this.resourceInfo = null, this.type = "unknown";
- }
- initialize() {
- this.addResolvingPromise(new Promise((r, e2) => {
- v(() => {
- const r2 = this.resourceInfo && (this.resourceInfo.layerType || this.resourceInfo.type);
- let s2 = "Unknown layer type";
- r2 && (s2 += " " + r2), e2(new s("layer:unknown-layer-type", s2, { layerType: r2 }));
- });
- }));
- }
- read(r, o) {
- super.read({ resourceInfo: r }, o);
- }
- write() {
- return null;
- }
- };
- e([d({ readOnly: true })], a.prototype, "resourceInfo", void 0), e([d({ type: ["show", "hide"] })], a.prototype, "listMode", void 0), e([d({ json: { read: false }, readOnly: true, value: "unknown" })], a.prototype, "type", void 0), a = e([n("esri.layers.UnknownLayer")], a);
- var c = a;
- export {
- c as default
- };
- //# sourceMappingURL=UnknownLayer-ZZSQOTQ7.js.map
|