{"version":3,"sources":["../../../../src/app/js/loads/other.js"],"names":[],"mappings":";;;;;;AAEO,MAAM,gBAAgB,GAAG,SAAnB,gBAAgB,CAAI,QAAQ,EAAE,IAAI,EAAK;AAClD,QAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,YAAY,CAAC;AACrD,QAAM,OAAO,GAAG;AACd,cAAQ,EAAR,QAAQ;AACR,eAAS,EAAE,CAAC,GAAG,CAAC;KACjB,CAAC;AACF,WAAO,wBARA,SAAS,EAQC,GAAG,EAAE,OAAO,CAAC,CAAC;GAChC,CAAC;;;AAEK,MAAM,kBAAkB,GAAG,SAArB,kBAAkB,CAAI,QAAQ,EAAE,IAAI,EAAK;AACpD,QAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,WAAW,CAAC;AACpD,QAAM,OAAO,GAAG;AACd,cAAQ,EAAR,QAAQ;AACR,eAAS,EAAE,CAAC,GAAG,CAAC;KACjB,CAAC;AACF,WAAO,wBAjBA,SAAS,EAiBC,GAAG,EAAE,OAAO,CAAC,CAAC;GAChC,CAAC","file":"other.js","sourcesContent":["import { esriQuery } from 'js/utils/esriQueries';\n\nexport const query_state_zone = (geometry, load) => {\n const url = load.layers.queryDictionary.stateZoneURL;\n const options = {\n geometry,\n outFields: ['*'],\n };\n return esriQuery(url, options);\n};\n\nexport const query_pr_usvi_zone = (geometry, load) => {\n const url = load.layers.queryDictionary.usviZoneURL;\n const options = {\n geometry,\n outFields: ['*'],\n };\n return esriQuery(url, options);\n};\n"]}