ym-gis-2d 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/capabilities/index.js +1 -1
  2. package/controls/ControlManager.js +1 -1
  3. package/controls/LegendControl.js +1 -1
  4. package/controls/MousePositionControl.js +1 -1
  5. package/controls/SwipeLayerControl.js +1 -1
  6. package/conver/kml/geoJSONToKml.js +1 -1
  7. package/conver/kml/index.js +1 -1
  8. package/conver/kml/kmlToGeoJSON.js +1 -1
  9. package/entity/DrawOptions.d.ts +1 -1
  10. package/entity/DrawOptions.d.ts.map +1 -1
  11. package/entity/Feature.js +1 -1
  12. package/entity/GeometryType.js +1 -1
  13. package/entity/IFont.d.ts +1 -0
  14. package/entity/IFont.d.ts.map +1 -1
  15. package/entity/style/ILabelStyle.d.ts +6 -0
  16. package/entity/style/ILabelStyle.d.ts.map +1 -0
  17. package/entity/style/ILabelStyle.js.map +1 -0
  18. package/entity/style/ILineStyle.d.ts +7 -0
  19. package/entity/style/ILineStyle.d.ts.map +1 -0
  20. package/entity/style/ILineStyle.js +1 -0
  21. package/entity/style/ILineStyle.js.map +1 -0
  22. package/entity/style/IPolygonStyle.d.ts +11 -0
  23. package/entity/style/IPolygonStyle.d.ts.map +1 -0
  24. package/entity/style/IPolygonStyle.js +1 -0
  25. package/entity/style/IPolygonStyle.js.map +1 -0
  26. package/entity/{IStyle.d.ts → style/IStyle.d.ts} +1 -1
  27. package/entity/style/IStyle.d.ts.map +1 -0
  28. package/entity/style/IStyle.js +1 -0
  29. package/entity/style/IStyle.js.map +1 -0
  30. package/feature/FeatureManager.js +1 -1
  31. package/index.js +1 -1
  32. package/interaction/AreaMeasure.d.ts +51 -0
  33. package/interaction/AreaMeasure.d.ts.map +1 -0
  34. package/interaction/AreaMeasure.js +1 -0
  35. package/interaction/AreaMeasure.js.map +1 -0
  36. package/interaction/Draw.d.ts +3 -3
  37. package/interaction/Draw.d.ts.map +1 -1
  38. package/interaction/Draw.js +1 -1
  39. package/interaction/Draw.js.map +1 -1
  40. package/interaction/InteractionManager.js +1 -1
  41. package/interaction/Select.d.ts +2 -2
  42. package/interaction/Select.d.ts.map +1 -1
  43. package/interaction/Select.js +1 -1
  44. package/layers/ArcgisDynamicLayer.js +1 -1
  45. package/layers/ArcgisFeatureLayer.js +1 -1
  46. package/layers/ArcgisTileLayer.js +1 -1
  47. package/layers/ArcgisWMSLayer.js +1 -1
  48. package/layers/ArcgisWMTSLayer.js +1 -1
  49. package/layers/GeoserverVectorTile.js +1 -1
  50. package/layers/GeoserverWFSLayer.js +1 -1
  51. package/layers/GeoserverWMSLayer.js +1 -1
  52. package/layers/GeoserverWMTSLayer.js +1 -1
  53. package/layers/LayerManager.js +1 -1
  54. package/layers/TDTLayer.js +1 -1
  55. package/mapView/Map.d.ts +2 -2
  56. package/mapView/Map.d.ts.map +1 -1
  57. package/mapView/Map.js +1 -1
  58. package/mapView/Map.js.map +1 -1
  59. package/mapView/View.js +1 -1
  60. package/package.json +1 -1
  61. package/plot/Plot.js +1 -1
  62. package/plot/geometry/point/Point.d.ts +1 -1
  63. package/plot/geometry/point/Point.d.ts.map +1 -1
  64. package/plot/geometry/point/Point.js +1 -1
  65. package/plot/geometry/polygon/BasePolygon.d.ts +1 -1
  66. package/plot/geometry/polygon/BasePolygon.d.ts.map +1 -1
  67. package/plot/geometry/polygon/BasePolygon.js +1 -1
  68. package/plot/geometry/polygon/Circle.js +1 -1
  69. package/plot/geometry/polygon/Polygon.js +1 -1
  70. package/plot/geometry/polygon/RectAngle.js +1 -1
  71. package/plot/geometry/polyline/BaseLine.d.ts +1 -1
  72. package/plot/geometry/polyline/BaseLine.d.ts.map +1 -1
  73. package/plot/geometry/polyline/BaseLine.js +1 -1
  74. package/plot/geometry/polyline/Polyline.d.ts +1 -1
  75. package/plot/geometry/polyline/Polyline.d.ts.map +1 -1
  76. package/plot/geometry/polyline/Polyline.js +1 -1
  77. package/style/PointStyleFormat.js +1 -1
  78. package/style/PolygonStyleFormat.js +1 -1
  79. package/style/PolylineStyleFormat.js +1 -1
  80. package/style/StyleManager.d.ts +1 -1
  81. package/style/StyleManager.d.ts.map +1 -1
  82. package/style/StyleManager.js +1 -1
  83. package/style/StyleManager.js.map +1 -1
  84. package/style/common.d.ts +1 -1
  85. package/style/common.d.ts.map +1 -1
  86. package/style/common.js +1 -1
  87. package/style/common.js.map +1 -1
  88. package/utils/ArrayUtil.js +1 -1
  89. package/utils/AxiosUtil.js +1 -1
  90. package/utils/EsriUtil.js +1 -1
  91. package/utils/GeometryUtil.js +1 -1
  92. package/utils/LayerUtil.js +1 -1
  93. package/utils/RegisterProjUtil.d.ts.map +1 -1
  94. package/utils/RegisterProjUtil.js +1 -1
  95. package/utils/RegisterProjUtil.js.map +1 -1
  96. package/utils/ResolutionUtil.js +1 -1
  97. package/utils/StringUtil.js +1 -1
  98. package/utils/StyleUtil.js +1 -1
  99. package/utils/UrlUtil.js +1 -1
  100. package/utils/XmlUtil.js +1 -1
  101. package/utils/format/CQL.js +1 -1
  102. package/utils/format/IsMatchCql.js +1 -1
  103. package/utils/plug/canvas/ImageCache.js +1 -1
  104. package/utils/plug/canvas/PinBuilder.js +1 -1
  105. package/utils/plug/canvas/PinIcon.js +1 -1
  106. package/utils/plug/canvas/writeTextToCanvas.js +1 -1
  107. package/utils/tasks/esri/Identify.js +1 -1
  108. package/utils/tasks/esri/Query.js +1 -1
  109. package/utils/tasks/esri/Task.js +1 -1
  110. package/utils/tasks/geoserver/QueryTask.js +1 -1
  111. package/utils/tasks/index.js +1 -1
  112. package/ym-gis-2d.es.js +1 -1
  113. package/ym-gis-2d.umd.js +1 -1
  114. package/entity/IStyle.d.ts.map +0 -1
  115. package/entity/IStyle.js.map +0 -1
  116. /package/entity/{IStyle.js → style/ILabelStyle.js} +0 -0
@@ -1 +1 @@
1
- function a77_0x47ef(){const _0x3902e3=['2287821AOpIvK','strokeColor','length','339804fktBdt','strokeText','ceil','getImageData','removeChild','fillText','data','lineJoin','strokeStyle','fillColor','lineWidth','test','body','msImageSmoothingEnabled','white','defaultView','minx','#00000000','imageSmoothingEnabled','height','mozImageSmoothingEnabled','measureText','741487cWzQfi','canvas','visibility','webkitImageSmoothingEnabled','text\x20is\x20required.','hidden','style','2191MMeOyo','strokeWidth','30531540zTtDta','3438eyZMGj','24ziukLP','1316KTvxSK','#FFFFFF','font-size','fillStyle','getContext','width','3331602iBtzKx','round','#000000','ascent','padding','replace','getPropertyValue','stroke','font','1690Ebygva','createElement'];a77_0x47ef=function(){return _0x3902e3;};return a77_0x47ef();}(function(_0x317809,_0x5f27cc){const _0x39deb2=a77_0x497f,_0xb108ec=_0x317809();while(!![]){try{const _0x15708f=-parseInt(_0x39deb2(0x13b))/0x1+-parseInt(_0x39deb2(0x125))/0x2+-parseInt(_0x39deb2(0x122))/0x3+-parseInt(_0x39deb2(0x111))/0x4*(-parseInt(_0x39deb2(0x120))/0x5)+-parseInt(_0x39deb2(0x145))/0x6*(-parseInt(_0x39deb2(0x142))/0x7)+-parseInt(_0x39deb2(0x110))/0x8*(parseInt(_0x39deb2(0x117))/0x9)+parseInt(_0x39deb2(0x144))/0xa;if(_0x15708f===_0x5f27cc)break;else _0xb108ec['push'](_0xb108ec['shift']());}catch(_0x2e2102){_0xb108ec['push'](_0xb108ec['shift']());}}}(a77_0x47ef,0x88847));function a77_0x497f(_0x3b6de3,_0x39a917){const _0x47ef2f=a77_0x47ef();return a77_0x497f=function(_0x497f47,_0x3cb7b4){_0x497f47=_0x497f47-0x110;let _0x591628=_0x47ef2f[_0x497f47];return _0x591628;},a77_0x497f(_0x3b6de3,_0x39a917);}function measureText(_0x219e0f,_0x488a89,_0x155451,_0x39d3cb,_0x58fd40){const _0x310b37=a77_0x497f,_0x2463f1=_0x219e0f[_0x310b37(0x13a)](_0x488a89),_0x3e209c=!/\S/[_0x310b37(0x130)](_0x488a89);if(!_0x3e209c&&document['defaultView']){const _0x591ae9=document[_0x310b37(0x134)]['getComputedStyle'](_0x219e0f[_0x310b37(0x13c)])[_0x310b37(0x11d)](_0x310b37(0x113))[_0x310b37(0x11c)]('px',''),_0x2dd822=document[_0x310b37(0x121)](_0x310b37(0x13c)),_0x188163=0x64,_0x23d032=_0x2463f1['width']+_0x188163|0x0,_0x400cf7=0x3*(_0x591ae9-0x0),_0x47e5c3=_0x400cf7/0x2;_0x2dd822['width']=_0x23d032,_0x2dd822[_0x310b37(0x138)]=_0x400cf7;const _0x33b28e=_0x2dd822[_0x310b37(0x115)]('2d');if(!_0x33b28e)return{};_0x33b28e[_0x310b37(0x11f)]=_0x155451,_0x33b28e['fillStyle']=_0x310b37(0x133),_0x33b28e['fillRect'](0x0,0x0,_0x2dd822[_0x310b37(0x116)]+0x1,_0x2dd822[_0x310b37(0x138)]+0x1);_0x39d3cb&&(_0x33b28e[_0x310b37(0x12d)]='black',_0x33b28e['lineWidth']=_0x219e0f[_0x310b37(0x12f)],_0x33b28e[_0x310b37(0x126)](_0x488a89,_0x188163/0x2,_0x47e5c3));_0x58fd40&&(_0x33b28e[_0x310b37(0x114)]='black',_0x33b28e[_0x310b37(0x12a)](_0x488a89,_0x188163/0x2,_0x47e5c3));const _0x13cc97=_0x33b28e[_0x310b37(0x128)](0x0,0x0,_0x23d032,_0x400cf7)[_0x310b37(0x12b)],_0x4f69b4=_0x13cc97[_0x310b37(0x124)],_0x49f60c=_0x23d032*0x4;let _0x1ba5ad,_0xeda918,_0x5d9f36=0x0,_0x3a6b97=0x0;for(_0x1ba5ad=0x0;_0x1ba5ad<_0x4f69b4;++_0x1ba5ad){if(_0x13cc97[_0x1ba5ad]!==0xff){_0x5d9f36=_0x1ba5ad/_0x49f60c|0x0;break;}}for(_0x1ba5ad=_0x4f69b4-0x1;_0x1ba5ad>=0x0;--_0x1ba5ad){if(_0x13cc97[_0x1ba5ad]!==0xff){_0x3a6b97=_0x1ba5ad/_0x49f60c|0x0;break;}}let _0x5d9372=-0x1;for(_0x1ba5ad=0x0;_0x1ba5ad<_0x23d032&&_0x5d9372===-0x1;++_0x1ba5ad){for(_0xeda918=0x0;_0xeda918<_0x400cf7;++_0xeda918){const _0x16dc80=_0x1ba5ad*0x4+_0xeda918*_0x49f60c;if(_0x13cc97[_0x16dc80]!==0xff||_0x13cc97[_0x16dc80+0x1]!==0xff||_0x13cc97[_0x16dc80+0x2]!==0xff||_0x13cc97[_0x16dc80+0x3]!==0xff){_0x5d9372=_0x1ba5ad;break;}}}return{'width':_0x2463f1[_0x310b37(0x116)],'height':_0x3a6b97-_0x5d9f36,'ascent':_0x47e5c3-_0x5d9f36,'descent':_0x3a6b97-_0x47e5c3,'minx':_0x5d9372-_0x188163/0x2};}return{'width':_0x2463f1[_0x310b37(0x116)],'height':0x0,'ascent':0x0,'descent':0x0,'minx':0x0};}let imageSmoothingEnabledName='';function writeTextToCanvas(_0x5752b2,_0x5d01f4){const _0x406397=a77_0x497f;if(!_0x5752b2)throw new Error(_0x406397(0x13f));if(_0x5752b2==='')return undefined;_0x5d01f4=defaultValue(_0x5d01f4,{});const _0x381341=defaultValue(_0x5d01f4[_0x406397(0x11f)],'10px\x20sans-serif'),_0xfbc4bd=defaultValue(_0x5d01f4[_0x406397(0x11e)],![]),_0x2a7775=defaultValue(_0x5d01f4['fill'],!![]),_0xb432b6=defaultValue(_0x5d01f4[_0x406397(0x143)],0x1),_0x2ed219=defaultValue(_0x5d01f4['backgroundColor'],_0x406397(0x136)),_0xf2c319=defaultValue(_0x5d01f4[_0x406397(0x11b)],0x0),_0x30c6c5=_0xf2c319*0x2,_0x47a69e=document['createElement'](_0x406397(0x13c));_0x47a69e[_0x406397(0x116)]=0x1,_0x47a69e[_0x406397(0x138)]=0x1,_0x47a69e['style'][_0x406397(0x11f)]=_0x381341;const _0x18fe5c=_0x47a69e[_0x406397(0x115)]('2d');if(!imageSmoothingEnabledName&&_0x18fe5c){if(_0x18fe5c[_0x406397(0x137)])imageSmoothingEnabledName=_0x406397(0x137);else{if(_0x18fe5c[_0x406397(0x139)])imageSmoothingEnabledName='mozImageSmoothingEnabled';else{if(_0x18fe5c['webkitImageSmoothingEnabled'])imageSmoothingEnabledName=_0x406397(0x13e);else _0x18fe5c[_0x406397(0x132)]&&(imageSmoothingEnabledName=_0x406397(0x132));}}}_0x18fe5c['font']=_0x381341,_0x18fe5c[_0x406397(0x12c)]='round',_0x18fe5c['lineWidth']=_0xb432b6,_0x18fe5c[imageSmoothingEnabledName]=![],_0x47a69e[_0x406397(0x141)][_0x406397(0x13d)]=_0x406397(0x140),document['body']['appendChild'](_0x47a69e);const _0x2b8cd9=measureText(_0x18fe5c,_0x5752b2,_0x381341,_0xfbc4bd,_0x2a7775);if(!_0x2b8cd9)return;_0x47a69e['dimensions']=_0x2b8cd9,document[_0x406397(0x131)][_0x406397(0x129)](_0x47a69e),_0x47a69e[_0x406397(0x141)][_0x406397(0x13d)]='';const _0x471d89=-(_0x2b8cd9[_0x406397(0x135)]?_0x2b8cd9[_0x406397(0x135)]:0x0),_0x43928e=Math[_0x406397(0x127)](_0x2b8cd9[_0x406397(0x116)])+_0x471d89+_0x30c6c5,_0x213d8b=(_0x2b8cd9[_0x406397(0x138)]?_0x2b8cd9[_0x406397(0x138)]:0x0)+_0x30c6c5,_0x17aa6c=_0x213d8b-(_0x2b8cd9[_0x406397(0x11a)]?_0x2b8cd9[_0x406397(0x11a)]:0x0)+_0xf2c319,_0xd09966=_0x213d8b-_0x17aa6c+_0x30c6c5;return _0x47a69e['width']=_0x43928e,_0x47a69e[_0x406397(0x138)]=_0x213d8b,_0x18fe5c['font']=_0x381341,_0x18fe5c[_0x406397(0x12c)]=_0x406397(0x118),_0x18fe5c['lineWidth']=_0xb432b6,_0x18fe5c[imageSmoothingEnabledName]=![],_0x2ed219!=='#00000000'&&(_0x18fe5c[_0x406397(0x114)]=_0x2ed219,_0x18fe5c['fillRect'](0x0,0x0,_0x47a69e[_0x406397(0x116)],_0x47a69e['height'])),_0xfbc4bd&&(_0x18fe5c[_0x406397(0x12d)]=defaultValue(_0x5d01f4[_0x406397(0x123)],_0x406397(0x119)),_0x18fe5c[_0x406397(0x126)](_0x5752b2,_0x471d89+_0xf2c319,_0xd09966)),_0x2a7775&&(_0x18fe5c[_0x406397(0x114)]=defaultValue(_0x5d01f4[_0x406397(0x12e)],_0x406397(0x112)),_0x18fe5c['fillText'](_0x5752b2,_0x471d89+_0xf2c319,_0xd09966)),_0x47a69e;}function defaultValue(_0x1250cd,_0x506c06){if(_0x1250cd!==undefined&&_0x1250cd!==null)return _0x1250cd;return _0x506c06;}export default writeTextToCanvas;
1
+ function a81_0x3f5a(_0x3d43fd,_0xf4f641){const _0x5d22a2=a81_0x5d22();return a81_0x3f5a=function(_0x3f5a60,_0x58b25b){_0x3f5a60=_0x3f5a60-0x11a;let _0x4c9fd3=_0x5d22a2[_0x3f5a60];return _0x4c9fd3;},a81_0x3f5a(_0x3d43fd,_0xf4f641);}(function(_0x554cea,_0x1a4a1c){const _0x5d6b8a=a81_0x3f5a,_0x137733=_0x554cea();while(!![]){try{const _0x317f49=parseInt(_0x5d6b8a(0x12d))/0x1+parseInt(_0x5d6b8a(0x12f))/0x2*(-parseInt(_0x5d6b8a(0x134))/0x3)+parseInt(_0x5d6b8a(0x13f))/0x4*(parseInt(_0x5d6b8a(0x144))/0x5)+parseInt(_0x5d6b8a(0x11b))/0x6*(-parseInt(_0x5d6b8a(0x11f))/0x7)+-parseInt(_0x5d6b8a(0x128))/0x8+-parseInt(_0x5d6b8a(0x11e))/0x9*(parseInt(_0x5d6b8a(0x142))/0xa)+parseInt(_0x5d6b8a(0x151))/0xb;if(_0x317f49===_0x1a4a1c)break;else _0x137733['push'](_0x137733['shift']());}catch(_0xa4bb0){_0x137733['push'](_0x137733['shift']());}}}(a81_0x5d22,0x4458e));function measureText(_0x577df8,_0x593f63,_0x50afaf,_0x1993a7,_0x314196){const _0x539f11=a81_0x3f5a,_0x4753d7=_0x577df8[_0x539f11(0x12e)](_0x593f63),_0x554e3b=!/\S/[_0x539f11(0x148)](_0x593f63);if(!_0x554e3b&&document['defaultView']){const _0x4942c5=document[_0x539f11(0x149)][_0x539f11(0x13a)](_0x577df8['canvas'])['getPropertyValue'](_0x539f11(0x130))['replace']('px',''),_0x77f5a=document[_0x539f11(0x124)](_0x539f11(0x14b)),_0x1328b9=0x64,_0x549200=_0x4753d7[_0x539f11(0x12c)]+_0x1328b9|0x0,_0x33ad51=0x3*(_0x4942c5-0x0),_0x28260f=_0x33ad51/0x2;_0x77f5a[_0x539f11(0x12c)]=_0x549200,_0x77f5a[_0x539f11(0x14c)]=_0x33ad51;const _0x119407=_0x77f5a[_0x539f11(0x123)]('2d');if(!_0x119407)return{};_0x119407[_0x539f11(0x13e)]=_0x50afaf,_0x119407[_0x539f11(0x135)]=_0x539f11(0x14f),_0x119407['fillRect'](0x0,0x0,_0x77f5a[_0x539f11(0x12c)]+0x1,_0x77f5a[_0x539f11(0x14c)]+0x1);_0x1993a7&&(_0x119407[_0x539f11(0x13c)]=_0x539f11(0x143),_0x119407[_0x539f11(0x14a)]=_0x577df8[_0x539f11(0x14a)],_0x119407['strokeText'](_0x593f63,_0x1328b9/0x2,_0x28260f));_0x314196&&(_0x119407[_0x539f11(0x135)]=_0x539f11(0x143),_0x119407['fillText'](_0x593f63,_0x1328b9/0x2,_0x28260f));const _0x24f791=_0x119407[_0x539f11(0x11d)](0x0,0x0,_0x549200,_0x33ad51)[_0x539f11(0x131)],_0x322b14=_0x24f791[_0x539f11(0x138)],_0xd33246=_0x549200*0x4;let _0x4c3b88,_0x37bf35,_0x2ce80f=0x0,_0x53e74b=0x0;for(_0x4c3b88=0x0;_0x4c3b88<_0x322b14;++_0x4c3b88){if(_0x24f791[_0x4c3b88]!==0xff){_0x2ce80f=_0x4c3b88/_0xd33246|0x0;break;}}for(_0x4c3b88=_0x322b14-0x1;_0x4c3b88>=0x0;--_0x4c3b88){if(_0x24f791[_0x4c3b88]!==0xff){_0x53e74b=_0x4c3b88/_0xd33246|0x0;break;}}let _0x3e22c2=-0x1;for(_0x4c3b88=0x0;_0x4c3b88<_0x549200&&_0x3e22c2===-0x1;++_0x4c3b88){for(_0x37bf35=0x0;_0x37bf35<_0x33ad51;++_0x37bf35){const _0x48677a=_0x4c3b88*0x4+_0x37bf35*_0xd33246;if(_0x24f791[_0x48677a]!==0xff||_0x24f791[_0x48677a+0x1]!==0xff||_0x24f791[_0x48677a+0x2]!==0xff||_0x24f791[_0x48677a+0x3]!==0xff){_0x3e22c2=_0x4c3b88;break;}}}return{'width':_0x4753d7[_0x539f11(0x12c)],'height':_0x53e74b-_0x2ce80f,'ascent':_0x28260f-_0x2ce80f,'descent':_0x53e74b-_0x28260f,'minx':_0x3e22c2-_0x1328b9/0x2};}return{'width':_0x4753d7[_0x539f11(0x12c)],'height':0x0,'ascent':0x0,'descent':0x0,'minx':0x0};}let imageSmoothingEnabledName='';function writeTextToCanvas(_0x5cb4d7,_0x58f0eb){const _0x1d0ed3=a81_0x3f5a;if(!_0x5cb4d7)throw new Error(_0x1d0ed3(0x13d));if(_0x5cb4d7==='')return undefined;_0x58f0eb=defaultValue(_0x58f0eb,{});const _0x161215=defaultValue(_0x58f0eb[_0x1d0ed3(0x13e)],_0x1d0ed3(0x137)),_0x1dc898=defaultValue(_0x58f0eb[_0x1d0ed3(0x132)],![]),_0x256ed6=defaultValue(_0x58f0eb[_0x1d0ed3(0x150)],!![]),_0x4a08a7=defaultValue(_0x58f0eb['strokeWidth'],0x1),_0x2f4935=defaultValue(_0x58f0eb[_0x1d0ed3(0x122)],_0x1d0ed3(0x152)),_0x13e930=defaultValue(_0x58f0eb[_0x1d0ed3(0x11a)],0x0),_0x4b1b62=_0x13e930*0x2,_0x271094=document['createElement'](_0x1d0ed3(0x14b));_0x271094[_0x1d0ed3(0x12c)]=0x1,_0x271094[_0x1d0ed3(0x14c)]=0x1,_0x271094[_0x1d0ed3(0x120)][_0x1d0ed3(0x13e)]=_0x161215;const _0xe82e39=_0x271094['getContext']('2d');if(!imageSmoothingEnabledName&&_0xe82e39){if(_0xe82e39['imageSmoothingEnabled'])imageSmoothingEnabledName='imageSmoothingEnabled';else{if(_0xe82e39[_0x1d0ed3(0x136)])imageSmoothingEnabledName='mozImageSmoothingEnabled';else{if(_0xe82e39[_0x1d0ed3(0x140)])imageSmoothingEnabledName=_0x1d0ed3(0x140);else _0xe82e39[_0x1d0ed3(0x127)]&&(imageSmoothingEnabledName='msImageSmoothingEnabled');}}}_0xe82e39[_0x1d0ed3(0x13e)]=_0x161215,_0xe82e39['lineJoin']=_0x1d0ed3(0x11c),_0xe82e39[_0x1d0ed3(0x14a)]=_0x4a08a7,_0xe82e39[imageSmoothingEnabledName]=![],_0x271094[_0x1d0ed3(0x120)]['visibility']='hidden',document[_0x1d0ed3(0x126)][_0x1d0ed3(0x14e)](_0x271094);const _0x24f4fd=measureText(_0xe82e39,_0x5cb4d7,_0x161215,_0x1dc898,_0x256ed6);if(!_0x24f4fd)return;_0x271094[_0x1d0ed3(0x141)]=_0x24f4fd,document[_0x1d0ed3(0x126)][_0x1d0ed3(0x129)](_0x271094),_0x271094['style'][_0x1d0ed3(0x125)]='';const _0x3fc2a2=-(_0x24f4fd[_0x1d0ed3(0x12b)]?_0x24f4fd[_0x1d0ed3(0x12b)]:0x0),_0x3b094b=Math[_0x1d0ed3(0x146)](_0x24f4fd[_0x1d0ed3(0x12c)])+_0x3fc2a2+_0x4b1b62,_0x1a65dd=(_0x24f4fd[_0x1d0ed3(0x14c)]?_0x24f4fd[_0x1d0ed3(0x14c)]:0x0)+_0x4b1b62,_0x70b23b=_0x1a65dd-(_0x24f4fd[_0x1d0ed3(0x133)]?_0x24f4fd['ascent']:0x0)+_0x13e930,_0x4f11ca=_0x1a65dd-_0x70b23b+_0x4b1b62;return _0x271094['width']=_0x3b094b,_0x271094['height']=_0x1a65dd,_0xe82e39[_0x1d0ed3(0x13e)]=_0x161215,_0xe82e39[_0x1d0ed3(0x13b)]=_0x1d0ed3(0x11c),_0xe82e39[_0x1d0ed3(0x14a)]=_0x4a08a7,_0xe82e39[imageSmoothingEnabledName]=![],_0x2f4935!=='#00000000'&&(_0xe82e39[_0x1d0ed3(0x135)]=_0x2f4935,_0xe82e39['fillRect'](0x0,0x0,_0x271094[_0x1d0ed3(0x12c)],_0x271094[_0x1d0ed3(0x14c)])),_0x1dc898&&(_0xe82e39[_0x1d0ed3(0x13c)]=defaultValue(_0x58f0eb[_0x1d0ed3(0x12a)],_0x1d0ed3(0x147)),_0xe82e39[_0x1d0ed3(0x145)](_0x5cb4d7,_0x3fc2a2+_0x13e930,_0x4f11ca)),_0x256ed6&&(_0xe82e39[_0x1d0ed3(0x135)]=defaultValue(_0x58f0eb[_0x1d0ed3(0x121)],_0x1d0ed3(0x14d)),_0xe82e39[_0x1d0ed3(0x139)](_0x5cb4d7,_0x3fc2a2+_0x13e930,_0x4f11ca)),_0x271094;}function defaultValue(_0x4b339e,_0x30226d){if(_0x4b339e!==undefined&&_0x4b339e!==null)return _0x4b339e;return _0x30226d;}export default writeTextToCanvas;function a81_0x5d22(){const _0x1db932=['fillColor','backgroundColor','getContext','createElement','visibility','body','msImageSmoothingEnabled','1031272BXQNlw','removeChild','strokeColor','minx','width','507024NNoXes','measureText','114DYZlCI','font-size','data','stroke','ascent','336aLSYPZ','fillStyle','mozImageSmoothingEnabled','10px\x20sans-serif','length','fillText','getComputedStyle','lineJoin','strokeStyle','text\x20is\x20required.','font','1892yGOTaR','webkitImageSmoothingEnabled','dimensions','1090ctOGyb','black','4885QljEpD','strokeText','ceil','#000000','test','defaultView','lineWidth','canvas','height','#FFFFFF','appendChild','white','fill','884488egntfX','#00000000','padding','183090SwuKpJ','round','getImageData','17100ARZTLo','98GFzhIT','style'];a81_0x5d22=function(){return _0x1db932;};return a81_0x5d22();}
@@ -1 +1 @@
1
- const a82_0x1f9462=a82_0x4295;function a82_0xd83c(){const _0x52c420=['2948238UDEQUm','7889706gAUvqA','7625QENpKs','1HkornL','getProjection','url','resolution','tolerance','path','504gbtHXk','getType','geometry','returnGeometry','getCode','between','7cwMXbb','layerDefs','inSR','all','params','getResolution','valueOf','geojsonTypeToArcGIS','getView','1616hrwZYi','returnZ','9471040cqeBjI','709974YewSRL','run','geometryType','4284054KtxVJq','mapExtent','476476dRIEsJ','calculateExtent','layers','8rXlbUF','getSize','returnM','_setGeometryParams'];a82_0xd83c=function(){return _0x52c420;};return a82_0xd83c();}(function(_0x4deb3a,_0x218b08){const _0x4bd6f4=a82_0x4295,_0x4b17b8=_0x4deb3a();while(!![]){try{const _0x48cdfb=parseInt(_0x4bd6f4(0x151))/0x1*(-parseInt(_0x4bd6f4(0x14e))/0x2)+parseInt(_0x4bd6f4(0x145))/0x3+-parseInt(_0x4bd6f4(0x13f))/0x4*(-parseInt(_0x4bd6f4(0x150))/0x5)+parseInt(_0x4bd6f4(0x14f))/0x6*(parseInt(_0x4bd6f4(0x15d))/0x7)+-parseInt(_0x4bd6f4(0x14a))/0x8*(parseInt(_0x4bd6f4(0x142))/0x9)+parseInt(_0x4bd6f4(0x141))/0xa+parseInt(_0x4bd6f4(0x147))/0xb*(-parseInt(_0x4bd6f4(0x157))/0xc);if(_0x48cdfb===_0x218b08)break;else _0x4b17b8['push'](_0x4b17b8['shift']());}catch(_0x257589){_0x4b17b8['push'](_0x4b17b8['shift']());}}}(a82_0xd83c,0xe4008));import a82_0x31c94b from'ol/format/EsriJSON';import a82_0x479eaa from'ol/format/GeoJSON';import{getPointResolution}from'ol/proj';import a82_0x286e55 from'./Task';import{appendPath}from'../../UrlUtil';function a82_0x4295(_0x191af8,_0x3ed4b9){const _0xd83c6d=a82_0xd83c();return a82_0x4295=function(_0x4295b1,_0x49c903){_0x4295b1=_0x4295b1-0x137;let _0x5b43a5=_0xd83c6d[_0x4295b1];return _0x5b43a5;},a82_0x4295(_0x191af8,_0x3ed4b9);}import{getEsriSpatialReference}from'../../EsriUtil';export default class Identify extends a82_0x286e55{constructor(_0x46e294,_0x29a6c8,_0x44c3c8){const _0x173a81=a82_0x4295;super(_0x46e294,_0x29a6c8,_0x44c3c8),this[_0x173a81(0x156)]='identify',this[_0x173a81(0x13a)]={'layers':_0x173a81(0x139),'tolerance':0x0,'returnGeometry':!![]},this[_0x173a81(0x155)]=0x3,this[_0x173a81(0x154)]=0x0,this['url']=appendPath(this[_0x173a81(0x153)],this[_0x173a81(0x156)]),_0x29a6c8&&((_0x29a6c8['returnGeometry']===!![]||_0x29a6c8[_0x173a81(0x15a)]===![])&&(this[_0x173a81(0x13a)][_0x173a81(0x15a)]=_0x29a6c8[_0x173a81(0x15a)]),_0x29a6c8[_0x173a81(0x149)]&&(this[_0x173a81(0x13a)][_0x173a81(0x149)]=_0x29a6c8[_0x173a81(0x149)]),_0x29a6c8[_0x173a81(0x137)]&&(this[_0x173a81(0x13a)][_0x173a81(0x137)]=_0x29a6c8[_0x173a81(0x137)]),(_0x29a6c8[_0x173a81(0x140)]===!![]||_0x29a6c8['returnZ']===![])&&(this[_0x173a81(0x13a)][_0x173a81(0x140)]=_0x29a6c8[_0x173a81(0x140)]),(_0x29a6c8['returnM']===!![]||_0x29a6c8['returnM']===![])&&(this[_0x173a81(0x13a)][_0x173a81(0x14c)]=_0x29a6c8['returnM']));}['at'](_0x3d103d,_0x182134){const _0xcb263f=a82_0x4295;let _0x3f9101,_0x532dbb;const _0x41a0c3=new a82_0x479eaa();_0x3f9101=_0x3d103d,_0x532dbb=getEsriSpatialReference(_0x182134[_0xcb263f(0x13e)]()['getProjection']()[_0xcb263f(0x15b)]());const _0x15d1bb=_0x182134[_0xcb263f(0x14b)]();_0x15d1bb&&(this[_0xcb263f(0x13a)]['imageDisplay']=[_0x15d1bb[0x0],_0x15d1bb[0x1],0x60]);this[_0xcb263f(0x13a)]['sr']=_0x532dbb;const _0x4b1710=_0x182134[_0xcb263f(0x13e)]()[_0xcb263f(0x148)](_0x182134[_0xcb263f(0x14b)]());this['params'][_0xcb263f(0x146)]={'xmin':_0x4b1710[0x0],'ymin':_0x4b1710[0x1],'xmax':_0x4b1710[0x2],'ymax':_0x4b1710[0x3],'spatialReference':_0x532dbb};const _0x6bebb7=_0x182134[_0xcb263f(0x13e)]()[_0xcb263f(0x13b)](),_0x427c1c=_0x182134['getView']()['getCenter']();return _0x6bebb7&&_0x427c1c&&(this['resolution']=getPointResolution(_0x182134[_0xcb263f(0x13e)]()['getProjection'](),_0x6bebb7,_0x427c1c)),this[_0xcb263f(0x14d)](_0x3f9101,_0x182134[_0xcb263f(0x13e)]()[_0xcb263f(0x152)]()['getCode']()),this;}[a82_0x1f9462(0x15c)](_0xdf69ca,_0x306e14){const _0x4f92af=a82_0x1f9462;return this[_0x4f92af(0x13a)]['time']=[_0xdf69ca['valueOf'](),_0x306e14[_0x4f92af(0x13c)]()],this;}[a82_0x1f9462(0x143)](){this['request']();}[a82_0x1f9462(0x14d)](_0x6818c9,_0x2b00b8){const _0x14d84e=a82_0x1f9462;var _0x2c18f1=new a82_0x31c94b();const _0x407c6d=_0x2c18f1['writeGeometryObject'](_0x6818c9);this[_0x14d84e(0x13a)][_0x14d84e(0x138)]=getEsriSpatialReference(_0x2b00b8),this[_0x14d84e(0x13a)][_0x14d84e(0x159)]=_0x407c6d,this[_0x14d84e(0x13a)][_0x14d84e(0x144)]=this[_0x14d84e(0x13d)](_0x6818c9[_0x14d84e(0x158)]());}}
1
+ function a86_0x1dd8(_0x578054,_0x5ec43b){const _0x4e8d8a=a86_0x4e8d();return a86_0x1dd8=function(_0x1dd8c4,_0x4965fa){_0x1dd8c4=_0x1dd8c4-0x83;let _0x26876f=_0x4e8d8a[_0x1dd8c4];return _0x26876f;},a86_0x1dd8(_0x578054,_0x5ec43b);}const a86_0x5e3fd0=a86_0x1dd8;function a86_0x4e8d(){const _0x4d4598=['getCode','mapExtent','url','6318367NGqgEq','213736QpjXtU','geojsonTypeToArcGIS','params','1680mtJCRm','imageDisplay','layerDefs','path','returnGeometry','time','calculateExtent','request','10CQoMMP','6CPUmOh','getType','run','4BkhXWs','resolution','returnZ','getProjection','30582ULGeKA','_setGeometryParams','4018090KWTFBd','tolerance','all','4NOflhU','valueOf','41686956fhQScg','layers','identify','getCenter','getView','geometry','2829576HFCzoi','writeGeometryObject','6136872Uuzvys','getSize','returnM'];a86_0x4e8d=function(){return _0x4d4598;};return a86_0x4e8d();}(function(_0x5d5d56,_0x5818fb){const _0x1ecc71=a86_0x1dd8,_0x28ff70=_0x5d5d56();while(!![]){try{const _0x461ac0=-parseInt(_0x1ecc71(0xa0))/0x1*(parseInt(_0x1ecc71(0x88))/0x2)+-parseInt(_0x1ecc71(0xa8))/0x3+parseInt(_0x1ecc71(0x97))/0x4*(parseInt(_0x1ecc71(0x9d))/0x5)+parseInt(_0x1ecc71(0x94))/0x6*(-parseInt(_0x1ecc71(0xaa))/0x7)+parseInt(_0x1ecc71(0x8b))/0x8*(-parseInt(_0x1ecc71(0x9b))/0x9)+parseInt(_0x1ecc71(0x93))/0xa*(-parseInt(_0x1ecc71(0x87))/0xb)+parseInt(_0x1ecc71(0xa2))/0xc;if(_0x461ac0===_0x5818fb)break;else _0x28ff70['push'](_0x28ff70['shift']());}catch(_0x2bc4e8){_0x28ff70['push'](_0x28ff70['shift']());}}}(a86_0x4e8d,0xb5332));import a86_0x2c3cea from'ol/format/EsriJSON';import a86_0x43ddcf from'ol/format/GeoJSON';import{getPointResolution}from'ol/proj';import a86_0x26e99c from'./Task';import{appendPath}from'../../UrlUtil';import{getEsriSpatialReference}from'../../EsriUtil';export default class Identify extends a86_0x26e99c{constructor(_0x1524d1,_0x210d1a,_0x36b6af){const _0x137df1=a86_0x1dd8;super(_0x1524d1,_0x210d1a,_0x36b6af),this[_0x137df1(0x8e)]=_0x137df1(0xa4),this[_0x137df1(0x8a)]={'layers':_0x137df1(0x9f),'tolerance':0x0,'returnGeometry':!![]},this[_0x137df1(0x9e)]=0x3,this[_0x137df1(0x98)]=0x0,this[_0x137df1(0x86)]=appendPath(this['url'],this['path']),_0x210d1a&&((_0x210d1a[_0x137df1(0x8f)]===!![]||_0x210d1a[_0x137df1(0x8f)]===![])&&(this['params'][_0x137df1(0x8f)]=_0x210d1a[_0x137df1(0x8f)]),_0x210d1a[_0x137df1(0xa3)]&&(this['params'][_0x137df1(0xa3)]=_0x210d1a[_0x137df1(0xa3)]),_0x210d1a[_0x137df1(0x8d)]&&(this[_0x137df1(0x8a)][_0x137df1(0x8d)]=_0x210d1a['layerDefs']),(_0x210d1a[_0x137df1(0x99)]===!![]||_0x210d1a[_0x137df1(0x99)]===![])&&(this['params'][_0x137df1(0x99)]=_0x210d1a[_0x137df1(0x99)]),(_0x210d1a[_0x137df1(0x83)]===!![]||_0x210d1a['returnM']===![])&&(this[_0x137df1(0x8a)][_0x137df1(0x83)]=_0x210d1a[_0x137df1(0x83)]));}['at'](_0x29f651,_0x27cb3c){const _0x1b46ba=a86_0x1dd8;let _0xa87ab1,_0x5a456a;const _0x117eaf=new a86_0x43ddcf();_0xa87ab1=_0x29f651,_0x5a456a=getEsriSpatialReference(_0x27cb3c[_0x1b46ba(0xa6)]()[_0x1b46ba(0x9a)]()[_0x1b46ba(0x84)]());const _0x2ccdcb=_0x27cb3c[_0x1b46ba(0xab)]();_0x2ccdcb&&(this[_0x1b46ba(0x8a)][_0x1b46ba(0x8c)]=[_0x2ccdcb[0x0],_0x2ccdcb[0x1],0x60]);this[_0x1b46ba(0x8a)]['sr']=_0x5a456a;const _0x4a1fca=_0x27cb3c[_0x1b46ba(0xa6)]()[_0x1b46ba(0x91)](_0x27cb3c['getSize']());this[_0x1b46ba(0x8a)][_0x1b46ba(0x85)]={'xmin':_0x4a1fca[0x0],'ymin':_0x4a1fca[0x1],'xmax':_0x4a1fca[0x2],'ymax':_0x4a1fca[0x3],'spatialReference':_0x5a456a};const _0x19e57b=_0x27cb3c[_0x1b46ba(0xa6)]()['getResolution'](),_0x3171b2=_0x27cb3c[_0x1b46ba(0xa6)]()[_0x1b46ba(0xa5)]();return _0x19e57b&&_0x3171b2&&(this[_0x1b46ba(0x98)]=getPointResolution(_0x27cb3c[_0x1b46ba(0xa6)]()[_0x1b46ba(0x9a)](),_0x19e57b,_0x3171b2)),this[_0x1b46ba(0x9c)](_0xa87ab1,_0x27cb3c[_0x1b46ba(0xa6)]()[_0x1b46ba(0x9a)]()[_0x1b46ba(0x84)]()),this;}['between'](_0x2e8492,_0x3aebe2){const _0x3e5a7b=a86_0x1dd8;return this[_0x3e5a7b(0x8a)][_0x3e5a7b(0x90)]=[_0x2e8492[_0x3e5a7b(0xa1)](),_0x3aebe2[_0x3e5a7b(0xa1)]()],this;}[a86_0x5e3fd0(0x96)](){const _0x1a82c1=a86_0x5e3fd0;this[_0x1a82c1(0x92)]();}['_setGeometryParams'](_0x3c80fe,_0x4c5879){const _0x470f49=a86_0x5e3fd0;var _0x38406a=new a86_0x2c3cea();const _0x3598fe=_0x38406a[_0x470f49(0xa9)](_0x3c80fe);this[_0x470f49(0x8a)]['inSR']=getEsriSpatialReference(_0x4c5879),this['params'][_0x470f49(0xa7)]=_0x3598fe,this[_0x470f49(0x8a)]['geometryType']=this[_0x470f49(0x89)](_0x3c80fe[_0x470f49(0x95)]());}}
@@ -1 +1 @@
1
- const a83_0x4fcd77=a83_0x2a41;(function(_0x3bdcce,_0xf040c){const _0x38a16f=a83_0x2a41,_0x210906=_0x3bdcce();while(!![]){try{const _0x310861=parseInt(_0x38a16f(0xfb))/0x1*(parseInt(_0x38a16f(0xe5))/0x2)+-parseInt(_0x38a16f(0xf9))/0x3+-parseInt(_0x38a16f(0x11e))/0x4+parseInt(_0x38a16f(0x102))/0x5+parseInt(_0x38a16f(0xef))/0x6+-parseInt(_0x38a16f(0x110))/0x7*(-parseInt(_0x38a16f(0xfd))/0x8)+-parseInt(_0x38a16f(0xe9))/0x9;if(_0x310861===_0xf040c)break;else _0x210906['push'](_0x210906['shift']());}catch(_0x5abb39){_0x210906['push'](_0x210906['shift']());}}}(a83_0x24f8,0x9b249));import a83_0x18928c from'ol/format/EsriJSON';import a83_0x4986ae from'./Task';function a83_0x2a41(_0x2897b3,_0x50efd2){const _0x24f8d7=a83_0x24f8();return a83_0x2a41=function(_0x2a41dd,_0xa76c86){_0x2a41dd=_0x2a41dd-0xdb;let _0x280a37=_0x24f8d7[_0x2a41dd];return _0x280a37;},a83_0x2a41(_0x2897b3,_0x50efd2);}function a83_0x24f8(){const _0x2efd37=['between','esriSpatialRelContains','apply','4103274Tkqhkk','status','forEach','returnM','esriSpatialRelOverlaps','esriSpatialRelWithin','where','abs','esriSpatialRelCrosses','returnIdsOnly','142026DNIEHC','overlaps','216947ClmEqC','bboxIntersects','86592fEvtwL','geojsonTypeToArcGIS','params','nearby','writeGeometryObject','5566235HUsQDz','path','maxAllowableOffset','readFeature','geometry','outSR','count','esriSpatialRelIntersects','ids','orderByFields','ASC','touches','geometryType','esriSpatialRelTouches','819neiSvj','distinct','query','indexIntersects','_cleanParams','length','spatialRel','inSR','No\x20features\x20found','request','1=1','returnGeometry','catch','distance','1797408trFFkw','orderBy','features','units','crosses','_setGeometryParams','within','esriSpatialRelIndexIntersects','intersects','getExtent','time','contains','one\x20common\x20syntax\x20error\x20in\x20query\x20requests\x20is\x20encasing\x20string\x20values\x20in\x20double\x20quotes\x20instead\x20of\x20single\x20quotes','returnCountOnly','join','url','returnZ','6QDFgBf','data','warn','valueOf','23239944gxaRiI','layer','esriSpatialRelEnvelopeIntersects'];a83_0x24f8=function(){return _0x2efd37;};return a83_0x24f8();}import{getEsriSpatialReference}from'../../EsriUtil';import{appendPath}from'../../UrlUtil';export default class Query extends a83_0x4986ae{constructor(_0x1a6618,_0x48abd2,_0x1a13a2){const _0x347516=a83_0x2a41;super(_0x1a6618,_0x48abd2,_0x1a13a2),this[_0x347516(0x103)]=_0x347516(0x112),this['params']={'returnGeometry':!![],'where':_0x347516(0x11a),'outFields':'*','returnZ':![],'returnM':![],'t':new Date()['getTime']()},this[_0x347516(0xe3)]=appendPath(this[_0x347516(0xe3)],this['path']),_0x48abd2&&((_0x48abd2[_0x347516(0x11b)]===!![]||_0x48abd2[_0x347516(0x11b)]===![])&&(this['params'][_0x347516(0x11b)]=_0x48abd2['returnGeometry']),_0x48abd2['where']&&(this['params'][_0x347516(0xf5)]=_0x48abd2['where']),_0x48abd2[_0x347516(0x107)]&&(this[_0x347516(0xff)][_0x347516(0x107)]=getEsriSpatialReference(_0x48abd2['outSR'])),(_0x48abd2[_0x347516(0xe4)]===!![]||_0x48abd2[_0x347516(0xe4)]===![])&&(this[_0x347516(0xff)]['returnZ']=_0x48abd2[_0x347516(0xe4)]),(_0x48abd2[_0x347516(0xf2)]===!![]||_0x48abd2[_0x347516(0xf2)]===![])&&(this['params'][_0x347516(0xf2)]=_0x48abd2[_0x347516(0xf2)]));}[a83_0x4fcd77(0x124)](_0x377a97,_0x3a4dc1){const _0x1cf34a=a83_0x4fcd77;return this[_0x1cf34a(0x123)](_0x377a97,_0x3a4dc1),this[_0x1cf34a(0xff)]['spatialRel']=_0x1cf34a(0xed),this;}[a83_0x4fcd77(0xdc)](_0x4c8a9c,_0x487163){const _0x97d827=a83_0x4fcd77;return this[_0x97d827(0x123)](_0x4c8a9c,_0x487163),this[_0x97d827(0xff)][_0x97d827(0x116)]=_0x97d827(0x109),this;}[a83_0x4fcd77(0xdf)](_0x1dc2f9,_0x15898e){const _0x18e7be=a83_0x4fcd77;return this[_0x18e7be(0x123)](_0x1dc2f9,_0x15898e),this[_0x18e7be(0xff)][_0x18e7be(0x116)]=_0x18e7be(0xf4),this;}[a83_0x4fcd77(0x122)](_0x445867,_0x32ced2){const _0x47c892=a83_0x4fcd77;return this[_0x47c892(0x123)](_0x445867,_0x32ced2),this[_0x47c892(0xff)]['spatialRel']=_0x47c892(0xf7),this;}[a83_0x4fcd77(0x10d)](_0x3efc5e,_0x39e4c9){const _0x5d703a=a83_0x4fcd77;return this[_0x5d703a(0x123)](_0x3efc5e,_0x39e4c9),this['params'][_0x5d703a(0x116)]=_0x5d703a(0x10f),this;}[a83_0x4fcd77(0xfa)](_0x26fae9,_0xa26a74){const _0xf157a6=a83_0x4fcd77;return this[_0xf157a6(0x123)](_0x26fae9,_0xa26a74),this[_0xf157a6(0xff)]['spatialRel']=_0xf157a6(0xf3),this;}[a83_0x4fcd77(0xfc)](_0x2c4bbc,_0x59d3df){const _0x2dd9f0=a83_0x4fcd77;return this[_0x2dd9f0(0x123)](_0x2c4bbc,_0x59d3df),this[_0x2dd9f0(0xff)][_0x2dd9f0(0x116)]=_0x2dd9f0(0xeb),this;}[a83_0x4fcd77(0x113)](_0x572e7f,_0x1c5f35){const _0x41d9a3=a83_0x4fcd77;return this[_0x41d9a3(0x123)](_0x572e7f,_0x1c5f35),this['params'][_0x41d9a3(0x116)]=_0x41d9a3(0xdb),this;}[a83_0x4fcd77(0x100)](_0x1f0a3a,_0x5dd950,_0x1e7ae2){const _0x53ef0c=a83_0x4fcd77;return this[_0x53ef0c(0x123)](_0x1f0a3a,_0x5dd950),this['params'][_0x53ef0c(0x116)]=_0x53ef0c(0x109),this[_0x53ef0c(0xff)][_0x53ef0c(0x121)]='esriSRUnit_Meter',this[_0x53ef0c(0xff)][_0x53ef0c(0x11d)]=_0x1e7ae2,this;}[a83_0x4fcd77(0xf5)](_0x5edf38){const _0x44349c=a83_0x4fcd77;return this[_0x44349c(0xff)][_0x44349c(0xf5)]=_0x5edf38,this;}[a83_0x4fcd77(0xec)](_0x4570f5,_0x35db16){const _0x50b179=a83_0x4fcd77;return this[_0x50b179(0xff)][_0x50b179(0xde)]=[_0x4570f5[_0x50b179(0xe8)](),_0x35db16[_0x50b179(0xe8)]()],this;}['simplify'](_0x439d33,_0x8732ce){const _0x3a6bfb=a83_0x4fcd77,_0x361c16=_0x439d33[_0x3a6bfb(0xdd)]();var _0x9ce3aa=Math[_0x3a6bfb(0xf6)](_0x361c16[0x2]-_0x361c16[0x0]);const _0x281861=_0x439d33['getSize']();if(_0x281861)return this[_0x3a6bfb(0xff)][_0x3a6bfb(0x104)]=_0x9ce3aa/_0x281861[0x1]*_0x8732ce,this;}[a83_0x4fcd77(0x11f)](_0x4764c8,_0x414b1b){const _0xfcf492=a83_0x4fcd77;return _0x414b1b=_0x414b1b||_0xfcf492(0x10c),this[_0xfcf492(0xff)][_0xfcf492(0x10b)]=this[_0xfcf492(0xff)][_0xfcf492(0x10b)]?this[_0xfcf492(0xff)][_0xfcf492(0x10b)]+',':'',this[_0xfcf492(0xff)]['orderByFields']+=[_0x4764c8,_0x414b1b][_0xfcf492(0xe2)]('\x20'),this;}async['run'](){const _0x57f5ac=a83_0x4fcd77;this[_0x57f5ac(0x114)]();const _0x17528a=await this['request']()[_0x57f5ac(0x11c)](_0x250adb=>{throw new Error(_0x250adb);});if(_0x17528a[_0x57f5ac(0xf0)]!==0xc8)throw new Error(_0x57f5ac(0x118));if(_0x17528a[_0x57f5ac(0xe6)]&&_0x17528a[_0x57f5ac(0xe6)][_0x57f5ac(0x120)]&&_0x17528a['data'][_0x57f5ac(0x120)][_0x57f5ac(0x115)]>0x0){var _0x5cdb2b=new a83_0x18928c();let _0x1c4218=[];return _0x17528a['data'][_0x57f5ac(0x120)][_0x57f5ac(0xf1)](_0x4ee663=>{const _0x52d514=_0x57f5ac,_0x2f0cf1=_0x5cdb2b[_0x52d514(0x105)](_0x4ee663);_0x1c4218['push'](_0x2f0cf1);}),_0x1c4218;}return[];}[a83_0x4fcd77(0x108)](){const _0x443910=a83_0x4fcd77;this[_0x443910(0x114)](),this[_0x443910(0xff)][_0x443910(0xe1)]=!![],this[_0x443910(0x119)]();}[a83_0x4fcd77(0x10a)](){const _0x53f35e=a83_0x4fcd77;this['_cleanParams'](),this[_0x53f35e(0xff)][_0x53f35e(0xf8)]=!![],this[_0x53f35e(0x119)]();}[a83_0x4fcd77(0x111)](){const _0x3e3298=a83_0x4fcd77;return this[_0x3e3298(0xff)][_0x3e3298(0x11b)]=![],this[_0x3e3298(0xff)]['returnDistinctValues']=!![],this;}[a83_0x4fcd77(0xea)](_0x35c99c){const _0x56b7ab=a83_0x4fcd77;return this[_0x56b7ab(0x103)]=_0x35c99c+'/query',this;}['_trapSQLerrors'](_0x27d538){const _0xa6c3a3=a83_0x4fcd77;_0x27d538&&(_0x27d538['code']==='400'&&console[_0xa6c3a3(0xe7)][_0xa6c3a3(0xee)](_0xa6c3a3(0xe0)));}[a83_0x4fcd77(0x114)](){const _0x5c9ab9=a83_0x4fcd77;delete this['params'][_0x5c9ab9(0xf8)],delete this[_0x5c9ab9(0xff)]['returnExtentOnly'],delete this[_0x5c9ab9(0xff)][_0x5c9ab9(0xe1)];}[a83_0x4fcd77(0x123)](_0x417597,_0x163132){const _0x156843=a83_0x4fcd77;var _0x56bd3f=new a83_0x18928c();const _0x35eab1=_0x56bd3f[_0x156843(0x101)](_0x417597);this['params'][_0x156843(0x117)]=getEsriSpatialReference(_0x163132),this[_0x156843(0xff)][_0x156843(0x106)]=_0x35eab1,this[_0x156843(0xff)][_0x156843(0x10e)]=this[_0x156843(0xfe)](_0x417597['getType']());}}
1
+ const a87_0x107b1c=a87_0x1bd3;function a87_0x192c(){const _0x464e9f=['orderByFields','_cleanParams','returnM','365184CrPBOh','within','esriSpatialRelWithin','spatialRel','68456PcaTKz','touches','where','forEach','1298AVJuqQ','features','query','1373naPwVU','14670YdENes','ids','url','getExtent','515325ujMyVp','valueOf','warn','code','indexIntersects','esriSpatialRelIntersects','400','run','overlaps','697986PACTUL','180sFuJqg','returnExtentOnly','_trapSQLerrors','orderBy','writeGeometryObject','readFeature','esriSpatialRelEnvelopeIntersects','catch','No\x20features\x20found','esriSpatialRelTouches','142XXRwSC','request','ASC','abs','count','outSR','distinct','esriSpatialRelContains','geometryType','esriSpatialRelOverlaps','1=1','push','apply','returnGeometry','crosses','layer','esriSpatialRelCrosses','returnCountOnly','status','geometry','returnZ','distance','path','inSR','params','esriSRUnit_Meter','637KYgqKL','bboxIntersects','43480XBLLCD','join','_setGeometryParams','returnIdsOnly','data'];a87_0x192c=function(){return _0x464e9f;};return a87_0x192c();}function a87_0x1bd3(_0x3848ec,_0x1a1c15){const _0x192c34=a87_0x192c();return a87_0x1bd3=function(_0x1bd340,_0x8fc992){_0x1bd340=_0x1bd340-0x1c0;let _0x112009=_0x192c34[_0x1bd340];return _0x112009;},a87_0x1bd3(_0x3848ec,_0x1a1c15);}(function(_0x2fa8df,_0x56c27f){const _0x3ceb57=a87_0x1bd3,_0x5d9840=_0x2fa8df();while(!![]){try{const _0x3e60db=parseInt(_0x3ceb57(0x1eb))/0x1*(-parseInt(_0x3ceb57(0x204))/0x2)+-parseInt(_0x3ceb57(0x1f9))/0x3+parseInt(_0x3ceb57(0x1e0))/0x4+-parseInt(_0x3ceb57(0x1f0))/0x5+-parseInt(_0x3ceb57(0x1ec))/0x6*(parseInt(_0x3ceb57(0x1d6))/0x7)+-parseInt(_0x3ceb57(0x1e4))/0x8*(-parseInt(_0x3ceb57(0x1fa))/0x9)+parseInt(_0x3ceb57(0x1d8))/0xa*(parseInt(_0x3ceb57(0x1e8))/0xb);if(_0x3e60db===_0x56c27f)break;else _0x5d9840['push'](_0x5d9840['shift']());}catch(_0x251e5b){_0x5d9840['push'](_0x5d9840['shift']());}}}(a87_0x192c,0x1d3f3));import a87_0x905870 from'ol/format/EsriJSON';import a87_0x2ab2e5 from'./Task';import{getEsriSpatialReference}from'../../EsriUtil';import{appendPath}from'../../UrlUtil';export default class Query extends a87_0x2ab2e5{constructor(_0x5664f8,_0x53dff8,_0x18b183){const _0x39e9a6=a87_0x1bd3;super(_0x5664f8,_0x53dff8,_0x18b183),this[_0x39e9a6(0x1d2)]=_0x39e9a6(0x1ea),this['params']={'returnGeometry':!![],'where':_0x39e9a6(0x1c6),'outFields':'*','returnZ':![],'returnM':![],'t':new Date()['getTime']()},this[_0x39e9a6(0x1ee)]=appendPath(this[_0x39e9a6(0x1ee)],this[_0x39e9a6(0x1d2)]),_0x53dff8&&((_0x53dff8[_0x39e9a6(0x1c9)]===!![]||_0x53dff8['returnGeometry']===![])&&(this[_0x39e9a6(0x1d4)][_0x39e9a6(0x1c9)]=_0x53dff8[_0x39e9a6(0x1c9)]),_0x53dff8[_0x39e9a6(0x1e6)]&&(this['params'][_0x39e9a6(0x1e6)]=_0x53dff8[_0x39e9a6(0x1e6)]),_0x53dff8[_0x39e9a6(0x1c1)]&&(this[_0x39e9a6(0x1d4)]['outSR']=getEsriSpatialReference(_0x53dff8[_0x39e9a6(0x1c1)])),(_0x53dff8['returnZ']===!![]||_0x53dff8[_0x39e9a6(0x1d0)]===![])&&(this[_0x39e9a6(0x1d4)]['returnZ']=_0x53dff8[_0x39e9a6(0x1d0)]),(_0x53dff8[_0x39e9a6(0x1df)]===!![]||_0x53dff8[_0x39e9a6(0x1df)]===![])&&(this['params'][_0x39e9a6(0x1df)]=_0x53dff8[_0x39e9a6(0x1df)]));}[a87_0x107b1c(0x1e1)](_0x39a6b1,_0x143c21){const _0x5388bc=a87_0x107b1c;return this[_0x5388bc(0x1da)](_0x39a6b1,_0x143c21),this[_0x5388bc(0x1d4)][_0x5388bc(0x1e3)]=_0x5388bc(0x1c3),this;}['intersects'](_0x457c47,_0x4ff369){const _0x51dd7a=a87_0x107b1c;return this[_0x51dd7a(0x1da)](_0x457c47,_0x4ff369),this[_0x51dd7a(0x1d4)][_0x51dd7a(0x1e3)]=_0x51dd7a(0x1f5),this;}['contains'](_0x434be6,_0x2fd817){const _0xa3ec84=a87_0x107b1c;return this[_0xa3ec84(0x1da)](_0x434be6,_0x2fd817),this[_0xa3ec84(0x1d4)][_0xa3ec84(0x1e3)]=_0xa3ec84(0x1e2),this;}[a87_0x107b1c(0x1ca)](_0x29460d,_0x34c559){const _0x434625=a87_0x107b1c;return this[_0x434625(0x1da)](_0x29460d,_0x34c559),this['params'][_0x434625(0x1e3)]=_0x434625(0x1cc),this;}[a87_0x107b1c(0x1e5)](_0x3c5e11,_0x12a1f9){const _0x4cdaa0=a87_0x107b1c;return this['_setGeometryParams'](_0x3c5e11,_0x12a1f9),this['params'][_0x4cdaa0(0x1e3)]=_0x4cdaa0(0x203),this;}[a87_0x107b1c(0x1f8)](_0x3c1b97,_0x296f4d){const _0xc52e7b=a87_0x107b1c;return this['_setGeometryParams'](_0x3c1b97,_0x296f4d),this[_0xc52e7b(0x1d4)]['spatialRel']=_0xc52e7b(0x1c5),this;}[a87_0x107b1c(0x1d7)](_0xc49951,_0x1d69ba){const _0xdeebb4=a87_0x107b1c;return this[_0xdeebb4(0x1da)](_0xc49951,_0x1d69ba),this[_0xdeebb4(0x1d4)][_0xdeebb4(0x1e3)]=_0xdeebb4(0x200),this;}[a87_0x107b1c(0x1f4)](_0x370e69,_0x5584eb){const _0x1c27fa=a87_0x107b1c;return this[_0x1c27fa(0x1da)](_0x370e69,_0x5584eb),this[_0x1c27fa(0x1d4)][_0x1c27fa(0x1e3)]='esriSpatialRelIndexIntersects',this;}['nearby'](_0x15fc8e,_0xbd28ee,_0x167946){const _0x332b24=a87_0x107b1c;return this['_setGeometryParams'](_0x15fc8e,_0xbd28ee),this[_0x332b24(0x1d4)]['spatialRel']=_0x332b24(0x1f5),this[_0x332b24(0x1d4)]['units']=_0x332b24(0x1d5),this[_0x332b24(0x1d4)][_0x332b24(0x1d1)]=_0x167946,this;}[a87_0x107b1c(0x1e6)](_0x2eec0b){const _0x54670c=a87_0x107b1c;return this[_0x54670c(0x1d4)]['where']=_0x2eec0b,this;}['between'](_0x31e44b,_0x32aafd){const _0x4b8488=a87_0x107b1c;return this[_0x4b8488(0x1d4)]['time']=[_0x31e44b[_0x4b8488(0x1f1)](),_0x32aafd[_0x4b8488(0x1f1)]()],this;}['simplify'](_0x2eac5a,_0x1e7199){const _0x3a9700=a87_0x107b1c,_0x1bd013=_0x2eac5a[_0x3a9700(0x1ef)]();var _0x4e9123=Math[_0x3a9700(0x207)](_0x1bd013[0x2]-_0x1bd013[0x0]);const _0x1ffe7f=_0x2eac5a['getSize']();if(_0x1ffe7f)return this[_0x3a9700(0x1d4)]['maxAllowableOffset']=_0x4e9123/_0x1ffe7f[0x1]*_0x1e7199,this;}[a87_0x107b1c(0x1fd)](_0x246b55,_0x42cacd){const _0x12d8fe=a87_0x107b1c;return _0x42cacd=_0x42cacd||_0x12d8fe(0x206),this['params']['orderByFields']=this['params'][_0x12d8fe(0x1dd)]?this[_0x12d8fe(0x1d4)]['orderByFields']+',':'',this[_0x12d8fe(0x1d4)][_0x12d8fe(0x1dd)]+=[_0x246b55,_0x42cacd][_0x12d8fe(0x1d9)]('\x20'),this;}async[a87_0x107b1c(0x1f7)](){const _0x4852d3=a87_0x107b1c;this[_0x4852d3(0x1de)]();const _0xc517f3=await this[_0x4852d3(0x205)]()[_0x4852d3(0x201)](_0x12acf7=>{throw new Error(_0x12acf7);});if(_0xc517f3[_0x4852d3(0x1ce)]!==0xc8)throw new Error(_0x4852d3(0x202));if(_0xc517f3['data']&&_0xc517f3[_0x4852d3(0x1dc)][_0x4852d3(0x1e9)]&&_0xc517f3[_0x4852d3(0x1dc)][_0x4852d3(0x1e9)]['length']>0x0){var _0x574471=new a87_0x905870();let _0xcb5c75=[];return _0xc517f3[_0x4852d3(0x1dc)]['features'][_0x4852d3(0x1e7)](_0x10f97e=>{const _0x2ecf8d=_0x4852d3,_0x576382=_0x574471[_0x2ecf8d(0x1ff)](_0x10f97e);_0xcb5c75[_0x2ecf8d(0x1c7)](_0x576382);}),_0xcb5c75;}return[];}[a87_0x107b1c(0x1c0)](){const _0x1b18af=a87_0x107b1c;this[_0x1b18af(0x1de)](),this[_0x1b18af(0x1d4)][_0x1b18af(0x1cd)]=!![],this['request']();}[a87_0x107b1c(0x1ed)](){const _0x2c70d5=a87_0x107b1c;this[_0x2c70d5(0x1de)](),this[_0x2c70d5(0x1d4)]['returnIdsOnly']=!![],this[_0x2c70d5(0x205)]();}[a87_0x107b1c(0x1c2)](){const _0x1710f3=a87_0x107b1c;return this['params'][_0x1710f3(0x1c9)]=![],this[_0x1710f3(0x1d4)]['returnDistinctValues']=!![],this;}[a87_0x107b1c(0x1cb)](_0xeacb96){return this['path']=_0xeacb96+'/query',this;}[a87_0x107b1c(0x1fc)](_0x111208){const _0xc90e4a=a87_0x107b1c;_0x111208&&(_0x111208[_0xc90e4a(0x1f3)]===_0xc90e4a(0x1f6)&&console[_0xc90e4a(0x1f2)][_0xc90e4a(0x1c8)]('one\x20common\x20syntax\x20error\x20in\x20query\x20requests\x20is\x20encasing\x20string\x20values\x20in\x20double\x20quotes\x20instead\x20of\x20single\x20quotes'));}['_cleanParams'](){const _0x558543=a87_0x107b1c;delete this['params'][_0x558543(0x1db)],delete this[_0x558543(0x1d4)][_0x558543(0x1fb)],delete this[_0x558543(0x1d4)][_0x558543(0x1cd)];}[a87_0x107b1c(0x1da)](_0x3eef8e,_0x405bee){const _0xf755d5=a87_0x107b1c;var _0x14674f=new a87_0x905870();const _0x49fe5b=_0x14674f[_0xf755d5(0x1fe)](_0x3eef8e);this['params'][_0xf755d5(0x1d3)]=getEsriSpatialReference(_0x405bee),this[_0xf755d5(0x1d4)][_0xf755d5(0x1cf)]=_0x49fe5b,this['params'][_0xf755d5(0x1c4)]=this['geojsonTypeToArcGIS'](_0x3eef8e['getType']());}}
@@ -1 +1 @@
1
- var a84_0x523ea6=a84_0x2f2b;(function(_0x18b49a,_0x2553bd){var _0x2e6956=a84_0x2f2b,_0x19be83=_0x18b49a();while(!![]){try{var _0x33529a=parseInt(_0x2e6956(0x103))/0x1+parseInt(_0x2e6956(0xe6))/0x2*(parseInt(_0x2e6956(0xe5))/0x3)+-parseInt(_0x2e6956(0xfb))/0x4+-parseInt(_0x2e6956(0xfc))/0x5*(parseInt(_0x2e6956(0xea))/0x6)+parseInt(_0x2e6956(0xe3))/0x7*(parseInt(_0x2e6956(0xee))/0x8)+-parseInt(_0x2e6956(0xe4))/0x9*(parseInt(_0x2e6956(0xeb))/0xa)+-parseInt(_0x2e6956(0x104))/0xb*(-parseInt(_0x2e6956(0xec))/0xc);if(_0x33529a===_0x2553bd)break;else _0x19be83['push'](_0x19be83['shift']());}catch(_0x5d737b){_0x19be83['push'](_0x19be83['shift']());}}}(a84_0x1725,0x38750));import a84_0x58e6d3 from'../../AxiosUtil';function a84_0x1725(){var _0x57aadd=['809768fvWIpb','2330JAmADK','[object\x20Object]','hasOwnProperty','[object\x20Array]','params','esriGeometryPolyline','get','307675YAsuWu','256091qpzpmA','toString','indexOf','valueOf','LineString','prototype','request','call','json','11347oFyvCf','3959901mqlzWC','945zJRbZm','106OScKWF','method','GET','serialize','5394AekTfw','10gLOlET','408gFOKil','Point','872WbgPTF','esriGeometryPoint','JSONP','isArcgisOnline','length','join','[object\x20Date]','url','test','esriGeometryPolygon','MultiPoint','esriGeometryMultipoint','Polygon'];a84_0x1725=function(){return _0x57aadd;};return a84_0x1725();}import{jsonp,stringify}from'../../AxiosUtil';function a84_0x2f2b(_0x2f98b6,_0x1cb866){var _0x1725f4=a84_0x1725();return a84_0x2f2b=function(_0x2f2b08,_0x1a44c7){_0x2f2b08=_0x2f2b08-0xe3;var _0x1370e7=_0x1725f4[_0x2f2b08];return _0x1370e7;},a84_0x2f2b(_0x2f98b6,_0x1cb866);}export default class Task{constructor(_0xce9a97,_0x59aedb,_0x3890b0){var _0x540602=a84_0x2f2b;this['url']=_0xce9a97,this[_0x540602(0x100)]=_0x59aedb||{},this[_0x540602(0xe7)]=!_0x3890b0?_0x540602(0xe8):_0x3890b0;}['geojsonTypeToArcGIS'](_0x28608d){var _0x429c42=a84_0x2f2b,_0x5c8800;switch(_0x28608d){case _0x429c42(0xed):_0x5c8800=_0x429c42(0xef);break;case _0x429c42(0xf8):_0x5c8800=_0x429c42(0xf9);break;case _0x429c42(0x108):_0x5c8800=_0x429c42(0x101);break;case'MultiLineString':_0x5c8800=_0x429c42(0x101);break;case _0x429c42(0xfa):_0x5c8800=_0x429c42(0xf7);break;case'MultiPolygon':_0x5c8800='esriGeometryPolygon';break;}return _0x5c8800;}[a84_0x523ea6(0xf1)](_0x2a6862){var _0x238308=a84_0x523ea6;return/^(?!.*utility\.arcgis\.com).*\.arcgis\.com.*FeatureServer/i[_0x238308(0xf6)](_0x2a6862);}[a84_0x523ea6(0xe9)](_0x16c965){var _0x39ad8c=a84_0x523ea6,_0x55e91a='';_0x16c965['f']=_0x16c965['f']||_0x39ad8c(0x10c);for(var _0x26e8a3 in _0x16c965){if(Object['prototype'][_0x39ad8c(0xfe)][_0x39ad8c(0x10b)](_0x16c965,_0x26e8a3)){var _0x28cb10=_0x16c965[_0x26e8a3],_0x5a1666=Object[_0x39ad8c(0x109)][_0x39ad8c(0x105)][_0x39ad8c(0x10b)](_0x28cb10),_0xeeb27a;_0x55e91a[_0x39ad8c(0xf2)]&&(_0x55e91a+='&');if(_0x5a1666===_0x39ad8c(0xff))_0xeeb27a=Object[_0x39ad8c(0x109)][_0x39ad8c(0x105)][_0x39ad8c(0x10b)](_0x28cb10[0x0])===_0x39ad8c(0xfd)?JSON['stringify'](_0x28cb10):_0x28cb10[_0x39ad8c(0xf3)](',');else{if(_0x5a1666==='[object\x20Object]')_0xeeb27a=JSON['stringify'](_0x28cb10);else _0x5a1666===_0x39ad8c(0xf4)?_0xeeb27a=_0x28cb10[_0x39ad8c(0x107)]():_0xeeb27a=_0x28cb10;}_0x55e91a+=encodeURIComponent(_0x26e8a3)+'='+encodeURIComponent(_0xeeb27a);}}return _0x55e91a;}['format'](_0x398176){var _0x1a214b=a84_0x523ea6;return this[_0x1a214b(0x100)]['returnUnformattedValues']=!_0x398176,this;}async[a84_0x523ea6(0x10a)](){var _0x6f0566=a84_0x523ea6,_0x24c142=this[_0x6f0566(0xe9)](this[_0x6f0566(0x100)]);const _0x4ea658=this[_0x6f0566(0xf5)][_0x6f0566(0x106)]('?')>-0x1?this[_0x6f0566(0xf5)]+'&'+_0x24c142:this[_0x6f0566(0xf5)]+'?'+_0x24c142;if(this[_0x6f0566(0xe7)]===_0x6f0566(0xe8))return a84_0x58e6d3[_0x6f0566(0x102)](_0x4ea658);else{if(this[_0x6f0566(0xe7)]===_0x6f0566(0xf0))return jsonp(_0x4ea658);else{const _0x3e7c6a=stringify(this[_0x6f0566(0x100)]);return a84_0x58e6d3['post'](this['url'],_0x3e7c6a);}}}}
1
+ function a88_0x2046(){var _0x1fffd3=['test','MultiPolygon','indexOf','MultiPoint','1800351fNtAEX','5717808ZvFohr','JSONP','LineString','195Gowoxy','esriGeometryPolygon','stringify','[object\x20Object]','MultiLineString','esriGeometryPolyline','post','esriGeometryMultipoint','282291XiclHE','GET','method','9RUNwBG','toString','format','6UgxMQd','params','serialize','url','468398DXrydD','valueOf','58788CtVZnZ','get','call','returnUnformattedValues','3024350oFJfVL','isArcgisOnline','request','prototype','3193866bMatHz','[object\x20Array]'];a88_0x2046=function(){return _0x1fffd3;};return a88_0x2046();}var a88_0x1acbed=a88_0x5ade;(function(_0x8697a0,_0x2af70b){var _0x30ed7d=a88_0x5ade,_0x4fda9d=_0x8697a0();while(!![]){try{var _0x547f5f=parseInt(_0x30ed7d(0x183))/0x1+-parseInt(_0x30ed7d(0x17f))/0x2*(parseInt(_0x30ed7d(0x179))/0x3)+parseInt(_0x30ed7d(0x15f))/0x4*(parseInt(_0x30ed7d(0x171))/0x5)+-parseInt(_0x30ed7d(0x167))/0x6+-parseInt(_0x30ed7d(0x16d))/0x7+parseInt(_0x30ed7d(0x16e))/0x8*(parseInt(_0x30ed7d(0x17c))/0x9)+-parseInt(_0x30ed7d(0x163))/0xa;if(_0x547f5f===_0x2af70b)break;else _0x4fda9d['push'](_0x4fda9d['shift']());}catch(_0x59c534){_0x4fda9d['push'](_0x4fda9d['shift']());}}}(a88_0x2046,0x5d47d));import a88_0x900aee from'../../AxiosUtil';import{jsonp,stringify}from'../../AxiosUtil';function a88_0x5ade(_0x59a4e0,_0x31c31f){var _0x2046af=a88_0x2046();return a88_0x5ade=function(_0x5adeb0,_0x2e18d7){_0x5adeb0=_0x5adeb0-0x15f;var _0x440152=_0x2046af[_0x5adeb0];return _0x440152;},a88_0x5ade(_0x59a4e0,_0x31c31f);}export default class Task{constructor(_0x12895d,_0x399c89,_0x640b15){var _0x20fcb7=a88_0x5ade;this[_0x20fcb7(0x182)]=_0x12895d,this['params']=_0x399c89||{},this[_0x20fcb7(0x17b)]=!_0x640b15?_0x20fcb7(0x17a):_0x640b15;}['geojsonTypeToArcGIS'](_0x9ab118){var _0x53b4eb=a88_0x5ade,_0x32c6bf;switch(_0x9ab118){case'Point':_0x32c6bf='esriGeometryPoint';break;case _0x53b4eb(0x16c):_0x32c6bf=_0x53b4eb(0x178);break;case _0x53b4eb(0x170):_0x32c6bf=_0x53b4eb(0x176);break;case _0x53b4eb(0x175):_0x32c6bf=_0x53b4eb(0x176);break;case'Polygon':_0x32c6bf=_0x53b4eb(0x172);break;case _0x53b4eb(0x16a):_0x32c6bf=_0x53b4eb(0x172);break;}return _0x32c6bf;}[a88_0x1acbed(0x164)](_0x2ba14f){var _0x269d2d=a88_0x1acbed;return/^(?!.*utility\.arcgis\.com).*\.arcgis\.com.*FeatureServer/i[_0x269d2d(0x169)](_0x2ba14f);}[a88_0x1acbed(0x181)](_0x2680b3){var _0x1e79ac=a88_0x1acbed,_0x307a2e='';_0x2680b3['f']=_0x2680b3['f']||'json';for(var _0x1707c1 in _0x2680b3){if(Object[_0x1e79ac(0x166)]['hasOwnProperty'][_0x1e79ac(0x161)](_0x2680b3,_0x1707c1)){var _0x29036e=_0x2680b3[_0x1707c1],_0x1ba64b=Object[_0x1e79ac(0x166)][_0x1e79ac(0x17d)][_0x1e79ac(0x161)](_0x29036e),_0x54e38c;_0x307a2e['length']&&(_0x307a2e+='&');if(_0x1ba64b===_0x1e79ac(0x168))_0x54e38c=Object[_0x1e79ac(0x166)]['toString'][_0x1e79ac(0x161)](_0x29036e[0x0])==='[object\x20Object]'?JSON[_0x1e79ac(0x173)](_0x29036e):_0x29036e['join'](',');else{if(_0x1ba64b===_0x1e79ac(0x174))_0x54e38c=JSON[_0x1e79ac(0x173)](_0x29036e);else _0x1ba64b==='[object\x20Date]'?_0x54e38c=_0x29036e[_0x1e79ac(0x184)]():_0x54e38c=_0x29036e;}_0x307a2e+=encodeURIComponent(_0x1707c1)+'='+encodeURIComponent(_0x54e38c);}}return _0x307a2e;}[a88_0x1acbed(0x17e)](_0x509aa8){var _0xdbb7c6=a88_0x1acbed;return this[_0xdbb7c6(0x180)][_0xdbb7c6(0x162)]=!_0x509aa8,this;}async[a88_0x1acbed(0x165)](){var _0x2689bd=a88_0x1acbed,_0xce69e5=this['serialize'](this[_0x2689bd(0x180)]);const _0x35a7ac=this['url'][_0x2689bd(0x16b)]('?')>-0x1?this[_0x2689bd(0x182)]+'&'+_0xce69e5:this['url']+'?'+_0xce69e5;if(this['method']===_0x2689bd(0x17a))return a88_0x900aee[_0x2689bd(0x160)](_0x35a7ac);else{if(this[_0x2689bd(0x17b)]===_0x2689bd(0x16f))return jsonp(_0x35a7ac);else{const _0x3639a0=stringify(this['params']);return a88_0x900aee[_0x2689bd(0x177)](this['url'],_0x3639a0);}}}}
@@ -1 +1 @@
1
- const a86_0x31734b=a86_0x3c9d;(function(_0x2205cd,_0x5acba7){const _0xba42fc=a86_0x3c9d,_0x165984=_0x2205cd();while(!![]){try{const _0x488c4a=-parseInt(_0xba42fc(0x1a1))/0x1+-parseInt(_0xba42fc(0x1a8))/0x2+parseInt(_0xba42fc(0x1af))/0x3+-parseInt(_0xba42fc(0x1bb))/0x4*(-parseInt(_0xba42fc(0x1a9))/0x5)+-parseInt(_0xba42fc(0x1b6))/0x6+parseInt(_0xba42fc(0x1ba))/0x7*(parseInt(_0xba42fc(0x1b9))/0x8)+-parseInt(_0xba42fc(0x1a5))/0x9*(-parseInt(_0xba42fc(0x1bc))/0xa);if(_0x488c4a===_0x5acba7)break;else _0x165984['push'](_0x165984['shift']());}catch(_0x138235){_0x165984['push'](_0x165984['shift']());}}}(a86_0x3529,0x7c574));import{and,intersects}from'ol/format/filter';import a86_0x38d8a4 from'../../format/CQL';import a86_0x2be2da from'ol/format/WFS';function a86_0x3529(){const _0x3ac5ff=['error','then','json','922812QeBqHO','map','srsName','the_geom','3870YmpRHQ','_geoserverQuery','features','1616442dgMOaq','210105WGxshn','readFeature','catch','queryParameters','writeGetFeature','where','1941846pdkmaS','tableName','url','stringify','read','geometryName','serializeToString','3341970BuqwEC','POST','geometry','120MsILBW','260295PJDZND','44jeAOfJ','26280fIBJLA'];a86_0x3529=function(){return _0x3ac5ff;};return a86_0x3529();}function a86_0x3c9d(_0x35f52c,_0x17d5af){const _0x35295a=a86_0x3529();return a86_0x3c9d=function(_0x3c9d94,_0x43d8d7){_0x3c9d94=_0x3c9d94-0x1a1;let _0x44f8b3=_0x35295a[_0x3c9d94];return _0x44f8b3;},a86_0x3c9d(_0x35f52c,_0x17d5af);}import a86_0x5eeaf1 from'ol/format/GeoJSON';export default class QueryTask{constructor(_0x4a55b1){const _0x11d361=a86_0x3c9d;this[_0x11d361(0x1ac)]={},this[_0x11d361(0x1b1)]=_0x4a55b1;}async['execute'](_0x28abcc){const _0x31541f=a86_0x3c9d;this['queryParameters']=_0x28abcc||{};const _0xa7b2ef=this['queryParameters'][_0x31541f(0x1b4)]||'the_geom';let _0xe95f=this[_0x31541f(0x1ac)][_0x31541f(0x1ae)],_0x66c5f5;_0xe95f&&(_0x66c5f5=new a86_0x38d8a4()[_0x31541f(0x1b3)](_0xe95f));let _0x4142e7=_0x66c5f5;if(this['queryParameters'][_0x31541f(0x1b8)]){if(!this[_0x31541f(0x1ac)][_0x31541f(0x1a3)])throw new Error('srsName\x20is\x20required');const _0x2a96a6=intersects(_0xa7b2ef,this[_0x31541f(0x1ac)][_0x31541f(0x1b8)]);_0x4142e7=_0x66c5f5?and(_0x66c5f5,_0x2a96a6):_0x2a96a6;}let _0x4fd637=new a86_0x2be2da()[_0x31541f(0x1ad)]({'srsName':this[_0x31541f(0x1ac)][_0x31541f(0x1a3)],'featureNS':'','featurePrefix':'','featureTypes':[this['queryParameters'][_0x31541f(0x1b0)]],'outputFormat':'application/json','geometryName':_0xa7b2ef,'filter':_0x4142e7});const _0x214e79=await fetch(this[_0x31541f(0x1b1)],{'method':_0x31541f(0x1b7),'body':new XMLSerializer()[_0x31541f(0x1b5)](_0x4fd637)}),_0x618f5b=await _0x214e79[_0x31541f(0x1bf)]();let _0x4ebfd2=[];const _0x22f98d=new a86_0x5eeaf1();return _0x4ebfd2=_0x618f5b[_0x31541f(0x1a7)]['map'](_0x3c2060=>{const _0xd216c4=_0x31541f;return _0x22f98d[_0xd216c4(0x1aa)](JSON['stringify'](_0x3c2060));}),_0x4ebfd2;}[a86_0x31734b(0x1a6)](){const _0x42fe07=a86_0x31734b,_0x2eaae7=this[_0x42fe07(0x1ac)][_0x42fe07(0x1b4)]||_0x42fe07(0x1a4);let _0x50d788=this['queryParameters'][_0x42fe07(0x1ae)],_0x4fc0c2;_0x50d788&&(_0x4fc0c2=new a86_0x38d8a4()[_0x42fe07(0x1b3)](_0x50d788));let _0x3f91e9=_0x4fc0c2;if(this[_0x42fe07(0x1ac)][_0x42fe07(0x1b8)]){const _0x45975d=intersects(_0x2eaae7,this[_0x42fe07(0x1ac)]['geometry']);_0x3f91e9=_0x4fc0c2?and(_0x4fc0c2,_0x45975d):_0x45975d;}let _0x7e2cd7=new a86_0x2be2da()['writeGetFeature']({'srsName':this[_0x42fe07(0x1ac)][_0x42fe07(0x1a3)],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x42fe07(0x1ac)][_0x42fe07(0x1b0)]],'outputFormat':'application/json','geometryName':_0x2eaae7,'filter':_0x3f91e9});return new Promise(_0x55efc5=>{const _0x30bde0=_0x42fe07;fetch(this['url'],{'method':'POST','body':new XMLSerializer()['serializeToString'](_0x7e2cd7)})[_0x30bde0(0x1be)](_0x981ee=>{const _0x4c4e2e=_0x30bde0;return _0x981ee[_0x4c4e2e(0x1bf)]();})[_0x30bde0(0x1be)](_0x135773=>{const _0x5f4c04=_0x30bde0;let _0x3bd5eb=[];const _0x3052ec=new a86_0x5eeaf1();_0x3bd5eb=_0x135773[_0x5f4c04(0x1a7)][_0x5f4c04(0x1a2)](_0x1bacf9=>{const _0x65afd9=_0x5f4c04;return _0x3052ec['readFeature'](JSON[_0x65afd9(0x1b2)](_0x1bacf9));}),_0x55efc5(_0x3bd5eb);})[_0x30bde0(0x1ab)](_0x19b745=>{const _0x19deba=_0x30bde0;_0x55efc5([]),console[_0x19deba(0x1bd)](_0x19b745);});});}}
1
+ const a90_0x3eb385=a90_0x3788;(function(_0x2ea36c,_0x1a5424){const _0x2650d6=a90_0x3788,_0x1f0748=_0x2ea36c();while(!![]){try{const _0x274e39=-parseInt(_0x2650d6(0x1aa))/0x1+parseInt(_0x2650d6(0x1a9))/0x2*(-parseInt(_0x2650d6(0x1b4))/0x3)+-parseInt(_0x2650d6(0x1ae))/0x4+parseInt(_0x2650d6(0x1b3))/0x5+-parseInt(_0x2650d6(0x1b2))/0x6+parseInt(_0x2650d6(0x1af))/0x7+parseInt(_0x2650d6(0x1a4))/0x8*(parseInt(_0x2650d6(0x1c2))/0x9);if(_0x274e39===_0x1a5424)break;else _0x1f0748['push'](_0x1f0748['shift']());}catch(_0x2ea13c){_0x1f0748['push'](_0x1f0748['shift']());}}}(a90_0x282a,0x2bdd9));import{and,intersects}from'ol/format/filter';function a90_0x3788(_0x1a1830,_0x45972d){const _0x282ae9=a90_0x282a();return a90_0x3788=function(_0x3788bd,_0x84e661){_0x3788bd=_0x3788bd-0x1a3;let _0x55f462=_0x282ae9[_0x3788bd];return _0x55f462;},a90_0x3788(_0x1a1830,_0x45972d);}import a90_0x553e65 from'../../format/CQL';import a90_0x46aaf8 from'ol/format/WFS';import a90_0x257eb8 from'ol/format/GeoJSON';function a90_0x282a(){const _0xc0d08e=['957184ZpdldW','_geoserverQuery','where','json','application/json','7250aDJbll','337342TLDkwZ','then','read','geometry','656648SKGXHX','2107749eJTnzb','catch','execute','1658880jtmXpb','816945IdgyEi','285hrgjny','srsName\x20is\x20required','serializeToString','the_geom','url','readFeature','stringify','srsName','POST','queryParameters','error','features','map','tableName','63xWkCBi','geometryName','writeGetFeature'];a90_0x282a=function(){return _0xc0d08e;};return a90_0x282a();}export default class QueryTask{constructor(_0x545482){const _0x5b70b8=a90_0x3788;this[_0x5b70b8(0x1bd)]={},this[_0x5b70b8(0x1b8)]=_0x545482;}async[a90_0x3eb385(0x1b1)](_0x33ff46){const _0x130fa9=a90_0x3eb385;this['queryParameters']=_0x33ff46||{};const _0x51c7e3=this[_0x130fa9(0x1bd)][_0x130fa9(0x1c3)]||_0x130fa9(0x1b7);let _0x429e54=this[_0x130fa9(0x1bd)]['where'],_0x55183d;_0x429e54&&(_0x55183d=new a90_0x553e65()[_0x130fa9(0x1ac)](_0x429e54));let _0x3c1c89=_0x55183d;if(this[_0x130fa9(0x1bd)]['geometry']){if(!this[_0x130fa9(0x1bd)]['srsName'])throw new Error(_0x130fa9(0x1b5));const _0x587fbd=intersects(_0x51c7e3,this[_0x130fa9(0x1bd)]['geometry']);_0x3c1c89=_0x55183d?and(_0x55183d,_0x587fbd):_0x587fbd;}let _0x183b5e=new a90_0x46aaf8()[_0x130fa9(0x1a3)]({'srsName':this[_0x130fa9(0x1bd)]['srsName'],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x130fa9(0x1bd)][_0x130fa9(0x1c1)]],'outputFormat':_0x130fa9(0x1a8),'geometryName':_0x51c7e3,'filter':_0x3c1c89});const _0x510a38=await fetch(this['url'],{'method':_0x130fa9(0x1bc),'body':new XMLSerializer()[_0x130fa9(0x1b6)](_0x183b5e)}),_0x273f4a=await _0x510a38[_0x130fa9(0x1a7)]();let _0x34fef5=[];const _0x27a2e1=new a90_0x257eb8();return _0x34fef5=_0x273f4a[_0x130fa9(0x1bf)][_0x130fa9(0x1c0)](_0x1ee80e=>{const _0x31a14c=_0x130fa9;return _0x27a2e1[_0x31a14c(0x1b9)](JSON[_0x31a14c(0x1ba)](_0x1ee80e));}),_0x34fef5;}[a90_0x3eb385(0x1a5)](){const _0x4a2283=a90_0x3eb385,_0x1a269f=this['queryParameters'][_0x4a2283(0x1c3)]||_0x4a2283(0x1b7);let _0x12241b=this['queryParameters'][_0x4a2283(0x1a6)],_0x56c857;_0x12241b&&(_0x56c857=new a90_0x553e65()['read'](_0x12241b));let _0x50d426=_0x56c857;if(this[_0x4a2283(0x1bd)][_0x4a2283(0x1ad)]){const _0x29a710=intersects(_0x1a269f,this[_0x4a2283(0x1bd)][_0x4a2283(0x1ad)]);_0x50d426=_0x56c857?and(_0x56c857,_0x29a710):_0x29a710;}let _0x1a6308=new a90_0x46aaf8()['writeGetFeature']({'srsName':this[_0x4a2283(0x1bd)][_0x4a2283(0x1bb)],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x4a2283(0x1bd)][_0x4a2283(0x1c1)]],'outputFormat':_0x4a2283(0x1a8),'geometryName':_0x1a269f,'filter':_0x50d426});return new Promise(_0x226b01=>{const _0x4cc9fc=_0x4a2283;fetch(this[_0x4cc9fc(0x1b8)],{'method':_0x4cc9fc(0x1bc),'body':new XMLSerializer()[_0x4cc9fc(0x1b6)](_0x1a6308)})['then'](_0x18d420=>{const _0x43cbba=_0x4cc9fc;return _0x18d420[_0x43cbba(0x1a7)]();})[_0x4cc9fc(0x1ab)](_0x355050=>{const _0x1c3fb9=_0x4cc9fc;let _0x26f90e=[];const _0x3ca14a=new a90_0x257eb8();_0x26f90e=_0x355050[_0x1c3fb9(0x1bf)]['map'](_0x42bd77=>{const _0x1f0aae=_0x1c3fb9;return _0x3ca14a[_0x1f0aae(0x1b9)](JSON[_0x1f0aae(0x1ba)](_0x42bd77));}),_0x226b01(_0x26f90e);})[_0x4cc9fc(0x1b0)](_0x31b96a=>{const _0x3d3af3=_0x4cc9fc;_0x226b01([]),console[_0x3d3af3(0x1be)](_0x31b96a);});});}}
@@ -1 +1 @@
1
- (function(_0x50c8cc,_0x3c9cbb){const _0x3ba160=a87_0x5f3d,_0x183845=_0x50c8cc();while(!![]){try{const _0x40b400=parseInt(_0x3ba160(0x1db))/0x1*(parseInt(_0x3ba160(0x1d3))/0x2)+-parseInt(_0x3ba160(0x1d4))/0x3*(parseInt(_0x3ba160(0x1d8))/0x4)+-parseInt(_0x3ba160(0x1e5))/0x5*(-parseInt(_0x3ba160(0x1d2))/0x6)+-parseInt(_0x3ba160(0x1d9))/0x7+parseInt(_0x3ba160(0x1d5))/0x8*(-parseInt(_0x3ba160(0x1dd))/0x9)+-parseInt(_0x3ba160(0x1e3))/0xa+parseInt(_0x3ba160(0x1e6))/0xb;if(_0x40b400===_0x3c9cbb)break;else _0x183845['push'](_0x183845['shift']());}catch(_0x4242bb){_0x183845['push'](_0x183845['shift']());}}}(a87_0x478f,0xf140f));import{appendPath}from'../UrlUtil';import a87_0x32c709 from'./esri/Query';import a87_0x5445f0 from'./geoserver/QueryTask';function a87_0x478f(){const _0x317dad=['execute','126102AshOWY','134YndTGj','3fbcZKy','14031760ChwXtI','intersects','fieldType','2044888lsGAgG','1385321OsKeUo','wms','10348cNhhVR','replace','9KpkALv','layerFields','arcgis-feature','find','arcgis-dynamic','geoserver-wms','11315160lGcAVB','name','370MleCzR','25676332mEuWzP'];a87_0x478f=function(){return _0x317dad;};return a87_0x478f();}import{getWFSLayerCapabilities}from'../../capabilities';function a87_0x5f3d(_0x3a5bd5,_0x2b7aa9){const _0x478fb2=a87_0x478f();return a87_0x5f3d=function(_0x5f3daa,_0x28442c){_0x5f3daa=_0x5f3daa-0x1d2;let _0x3f7ca5=_0x478fb2[_0x5f3daa];return _0x3f7ca5;},a87_0x5f3d(_0x3a5bd5,_0x2b7aa9);}export async function selectFeaturesByGeo(_0x58b093,_0x38717a,_0xd5b707,_0x2d9ad9,_0x2553cf,_0x175e35){const _0x7c9cf5=a87_0x5f3d;if(!_0xd5b707||!_0x2d9ad9||!_0x2553cf||!_0x2553cf)return[];let _0x8b8796=[];try{if(_0x2553cf==_0x7c9cf5(0x1e1)||_0x2553cf==_0x7c9cf5(0x1df)){const _0x119aeb=appendPath(_0xd5b707,_0x2d9ad9),_0x34dfd1=new a87_0x32c709(_0x119aeb,{'outSR':_0x38717a,'where':_0x175e35});_0x34dfd1[_0x7c9cf5(0x1d6)](_0x58b093,_0x38717a),_0x8b8796=await _0x34dfd1['run']();}else{if(_0x2553cf=='geoserver-wfs'||_0x2553cf==_0x7c9cf5(0x1e2)){const _0x217735=new a87_0x5445f0(_0xd5b707),_0x4a55a1=await getWFSLayerCapabilities(_0xd5b707,_0x2d9ad9),_0x6a6e60=_0x4a55a1[_0x7c9cf5(0x1de)][_0x7c9cf5(0x1e0)](_0x3b2c17=>_0x3b2c17[_0x7c9cf5(0x1d7)]==0x6);_0x8b8796=await _0x217735[_0x7c9cf5(0x1e7)]({'geometry':_0x58b093,'tableName':_0x2d9ad9,'geometryName':_0x6a6e60?_0x6a6e60[_0x7c9cf5(0x1e4)]:'','srsName':_0x38717a,'where':_0x175e35});}else{if(_0x2553cf=='geoserver-wmts'){_0xd5b707=_0xd5b707[_0x7c9cf5(0x1dc)]('gwc/service/wmts',_0x7c9cf5(0x1da));const _0x1088c4=new a87_0x5445f0(_0xd5b707),_0x266b08=await getWFSLayerCapabilities(_0xd5b707,_0x2d9ad9),_0xa4e003=_0x266b08[_0x7c9cf5(0x1de)][_0x7c9cf5(0x1e0)](_0x21457f=>_0x21457f['fieldType']==0x6);_0x8b8796=await _0x1088c4[_0x7c9cf5(0x1e7)]({'geometry':_0x58b093,'tableName':_0x2d9ad9,'geometryName':_0xa4e003?_0xa4e003[_0x7c9cf5(0x1e4)]:'','srsName':_0x38717a,'where':_0x175e35});}}}}catch(_0x198507){}return _0x8b8796;}
1
+ (function(_0x4084d2,_0x4c11ce){const _0x3957eb=a91_0xa56e,_0x2d4825=_0x4084d2();while(!![]){try{const _0x36bb4b=parseInt(_0x3957eb(0x166))/0x1*(-parseInt(_0x3957eb(0x173))/0x2)+parseInt(_0x3957eb(0x16b))/0x3+parseInt(_0x3957eb(0x168))/0x4*(parseInt(_0x3957eb(0x163))/0x5)+parseInt(_0x3957eb(0x16f))/0x6+-parseInt(_0x3957eb(0x161))/0x7+parseInt(_0x3957eb(0x164))/0x8+-parseInt(_0x3957eb(0x169))/0x9;if(_0x36bb4b===_0x4c11ce)break;else _0x2d4825['push'](_0x2d4825['shift']());}catch(_0x2116eb){_0x2d4825['push'](_0x2d4825['shift']());}}}(a91_0x2b7c,0x316c5));import{appendPath}from'../UrlUtil';function a91_0xa56e(_0x590dca,_0x616df7){const _0x2b7c58=a91_0x2b7c();return a91_0xa56e=function(_0xa56e1d,_0x3b3280){_0xa56e1d=_0xa56e1d-0x161;let _0x56f65f=_0x2b7c58[_0xa56e1d];return _0x56f65f;},a91_0xa56e(_0x590dca,_0x616df7);}import a91_0x29dc62 from'./esri/Query';import a91_0x7252a2 from'./geoserver/QueryTask';import{getWFSLayerCapabilities}from'../../capabilities';export async function selectFeaturesByGeo(_0x403245,_0x39010a,_0x59e82b,_0x28234b,_0x1298fd,_0x640e1d){const _0x34f631=a91_0xa56e;if(!_0x59e82b||!_0x28234b||!_0x1298fd||!_0x1298fd)return[];let _0x1872c9=[];try{if(_0x1298fd==_0x34f631(0x16c)||_0x1298fd==_0x34f631(0x16d)){const _0x176f7d=appendPath(_0x59e82b,_0x28234b),_0x5b620f=new a91_0x29dc62(_0x176f7d,{'outSR':_0x39010a,'where':_0x640e1d});_0x5b620f['intersects'](_0x403245,_0x39010a),_0x1872c9=await _0x5b620f[_0x34f631(0x172)]();}else{if(_0x1298fd==_0x34f631(0x165)||_0x1298fd=='geoserver-wms'){const _0x20846c=new a91_0x7252a2(_0x59e82b),_0x3987e7=await getWFSLayerCapabilities(_0x59e82b,_0x28234b),_0x4c0103=_0x3987e7[_0x34f631(0x16a)][_0x34f631(0x174)](_0x129e32=>_0x129e32[_0x34f631(0x171)]==0x6);_0x1872c9=await _0x20846c[_0x34f631(0x170)]({'geometry':_0x403245,'tableName':_0x28234b,'geometryName':_0x4c0103?_0x4c0103[_0x34f631(0x167)]:'','srsName':_0x39010a,'where':_0x640e1d});}else{if(_0x1298fd==_0x34f631(0x16e)){_0x59e82b=_0x59e82b['replace'](_0x34f631(0x162),'wms');const _0x13dbc5=new a91_0x7252a2(_0x59e82b),_0x21790c=await getWFSLayerCapabilities(_0x59e82b,_0x28234b),_0x16c874=_0x21790c[_0x34f631(0x16a)]['find'](_0x1cb155=>_0x1cb155['fieldType']==0x6);_0x1872c9=await _0x13dbc5[_0x34f631(0x170)]({'geometry':_0x403245,'tableName':_0x28234b,'geometryName':_0x16c874?_0x16c874[_0x34f631(0x167)]:'','srsName':_0x39010a,'where':_0x640e1d});}}}}catch(_0x3c42de){}return _0x1872c9;}function a91_0x2b7c(){const _0x436675=['find','689094iTMwzn','gwc/service/wmts','5400rWdFsk','774024SGJSbh','geoserver-wfs','255pQSfjZ','name','1268QUOtGZ','2551329MfbTvs','layerFields','580350HHESej','arcgis-dynamic','arcgis-feature','geoserver-wmts','437532GjfDSR','execute','fieldType','run','950dzaXHM'];a91_0x2b7c=function(){return _0x436675;};return a91_0x2b7c();}