ym-gis-2d 1.0.10 → 1.0.11

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 (108) hide show
  1. package/assets/main.css +14 -2
  2. package/capabilities/index.js +1 -1
  3. package/controls/ControlManager.js +1 -1
  4. package/controls/IControlOptions.d.ts +1 -0
  5. package/controls/IControlOptions.d.ts.map +1 -1
  6. package/controls/LegendControl.d.ts +35 -0
  7. package/controls/LegendControl.d.ts.map +1 -0
  8. package/controls/LegendControl.js +1 -0
  9. package/controls/LegendControl.js.map +1 -0
  10. package/controls/MousePositionControl.js +1 -1
  11. package/controls/SwipeLayerControl.js +1 -1
  12. package/conver/kml/geoJSONToKml.js +1 -1
  13. package/conver/kml/index.js +1 -1
  14. package/conver/kml/kmlToGeoJSON.js +1 -1
  15. package/entity/Feature.js +1 -1
  16. package/entity/GeometryType.js +1 -1
  17. package/entity/layer/IMapService.d.ts +15 -0
  18. package/entity/layer/IMapService.d.ts.map +1 -1
  19. package/entity/legend/IGraphicSymbol.d.ts +15 -0
  20. package/entity/legend/IGraphicSymbol.d.ts.map +1 -0
  21. package/entity/legend/IGraphicSymbol.js +1 -0
  22. package/entity/legend/IGraphicSymbol.js.map +1 -0
  23. package/entity/legend/ILegend.d.ts +20 -0
  24. package/entity/legend/ILegend.d.ts.map +1 -0
  25. package/entity/legend/ILegend.js +1 -0
  26. package/entity/legend/ILegend.js.map +1 -0
  27. package/entity/legend/ILineSymbol.d.ts +23 -0
  28. package/entity/legend/ILineSymbol.d.ts.map +1 -0
  29. package/entity/legend/ILineSymbol.js +1 -0
  30. package/entity/legend/ILineSymbol.js.map +1 -0
  31. package/entity/legend/IPointSymbol.d.ts +32 -0
  32. package/entity/legend/IPointSymbol.d.ts.map +1 -0
  33. package/entity/legend/IPointSymbol.js +1 -0
  34. package/entity/legend/IPointSymbol.js.map +1 -0
  35. package/entity/legend/IPolygonSymbol.d.ts +31 -0
  36. package/entity/legend/IPolygonSymbol.d.ts.map +1 -0
  37. package/entity/legend/IPolygonSymbol.js +1 -0
  38. package/entity/legend/IPolygonSymbol.js.map +1 -0
  39. package/entity/legend/IRule.d.ts +20 -0
  40. package/entity/legend/IRule.d.ts.map +1 -0
  41. package/entity/legend/IRule.js +1 -0
  42. package/entity/legend/IRule.js.map +1 -0
  43. package/entity/legend/ISymbol.d.ts +22 -0
  44. package/entity/legend/ISymbol.d.ts.map +1 -0
  45. package/entity/legend/ISymbol.js +1 -0
  46. package/entity/legend/ISymbol.js.map +1 -0
  47. package/feature/FeatureManager.js +1 -1
  48. package/index.js +1 -1
  49. package/interaction/Draw.js +1 -1
  50. package/interaction/InteractionManager.js +1 -1
  51. package/interaction/Select.js +1 -1
  52. package/layers/ArcgisDynamicLayer.js +1 -1
  53. package/layers/ArcgisFeatureLayer.js +1 -1
  54. package/layers/ArcgisTileLayer.js +1 -1
  55. package/layers/ArcgisWMSLayer.js +1 -1
  56. package/layers/ArcgisWMTSLayer.js +1 -1
  57. package/layers/GeoserverVectorTile.js +1 -1
  58. package/layers/GeoserverWFSLayer.js +1 -1
  59. package/layers/GeoserverWMSLayer.js +1 -1
  60. package/layers/GeoserverWMTSLayer.js +1 -1
  61. package/layers/LayerManager.js +1 -1
  62. package/layers/TDTLayer.js +1 -1
  63. package/mapView/Map.d.ts.map +1 -1
  64. package/mapView/Map.js +1 -1
  65. package/mapView/Map.js.map +1 -1
  66. package/mapView/View.js +1 -1
  67. package/package.json +1 -1
  68. package/plot/Plot.js +1 -1
  69. package/plot/geometry/point/Point.js +1 -1
  70. package/plot/geometry/polygon/BasePolygon.js +1 -1
  71. package/plot/geometry/polygon/Circle.js +1 -1
  72. package/plot/geometry/polygon/Polygon.js +1 -1
  73. package/plot/geometry/polygon/RectAngle.js +1 -1
  74. package/plot/geometry/polyline/BaseLine.js +1 -1
  75. package/plot/geometry/polyline/Polyline.js +1 -1
  76. package/style/PointStyleFormat.js +1 -1
  77. package/style/PolygonStyleFormat.js +1 -1
  78. package/style/PolylineStyleFormat.js +1 -1
  79. package/style/StyleManager.js +1 -1
  80. package/style/common.js +1 -1
  81. package/style.css +1 -1
  82. package/utils/ArrayUtil.js +1 -1
  83. package/utils/AxiosUtil.js +1 -1
  84. package/utils/EsriUtil.js +1 -1
  85. package/utils/GeometryUtil.js +1 -1
  86. package/utils/LayerUtil.d.ts +13 -0
  87. package/utils/LayerUtil.d.ts.map +1 -1
  88. package/utils/LayerUtil.js +1 -1
  89. package/utils/LayerUtil.js.map +1 -1
  90. package/utils/RegisterProjUtil.js +1 -1
  91. package/utils/ResolutionUtil.js +1 -1
  92. package/utils/StringUtil.js +1 -1
  93. package/utils/StyleUtil.js +1 -1
  94. package/utils/UrlUtil.js +1 -1
  95. package/utils/XmlUtil.js +1 -1
  96. package/utils/format/CQL.js +1 -1
  97. package/utils/format/IsMatchCql.js +1 -1
  98. package/utils/plug/canvas/ImageCache.js +1 -1
  99. package/utils/plug/canvas/PinBuilder.js +1 -1
  100. package/utils/plug/canvas/PinIcon.js +1 -1
  101. package/utils/plug/canvas/writeTextToCanvas.js +1 -1
  102. package/utils/tasks/esri/Identify.js +1 -1
  103. package/utils/tasks/esri/Query.js +1 -1
  104. package/utils/tasks/esri/Task.js +1 -1
  105. package/utils/tasks/geoserver/QueryTask.js +1 -1
  106. package/utils/tasks/index.js +1 -1
  107. package/ym-gis-2d.es.js +1 -1
  108. package/ym-gis-2d.umd.js +1 -1
@@ -1 +1 @@
1
- (function(_0x13ac95,_0x22ca6f){const _0x385b07=a63_0xbd5b,_0x52b4c9=_0x13ac95();while(!![]){try{const _0x3e03fb=parseInt(_0x385b07(0x1c8))/0x1*(parseInt(_0x385b07(0x1ca))/0x2)+-parseInt(_0x385b07(0x1bf))/0x3+parseInt(_0x385b07(0x1cb))/0x4+-parseInt(_0x385b07(0x1bd))/0x5*(-parseInt(_0x385b07(0x1bc))/0x6)+-parseInt(_0x385b07(0x1c7))/0x7+parseInt(_0x385b07(0x1b3))/0x8*(parseInt(_0x385b07(0x1c3))/0x9)+-parseInt(_0x385b07(0x1b8))/0xa;if(_0x3e03fb===_0x22ca6f)break;else _0x52b4c9['push'](_0x52b4c9['shift']());}catch(_0x32581f){_0x52b4c9['push'](_0x52b4c9['shift']());}}}(a63_0x316a,0x4eb50));import a63_0x54af85 from'./CQL';export function isMatchCql(_0x3b5512,_0xb02995){let _0xd0c796=new a63_0x54af85()['read'](_0xb02995);return isMatchFilter(_0x3b5512,_0xd0c796);}function a63_0x316a(){const _0x14d50a=['idMapLength','PropertyIsBetween','PropertyIsGreaterThanOrEqualTo','PropertyIsEqualTo','PropertyIsLessThanOrEqualTo','1019584uuBMqq','upperBoundary','PropertyIsNotEqualTo','And','PropertyIsLessThan','5091190eBdTTn','propertyName','PropertyIsGreaterThan','template','17688oCDihH','310MUwknp','idMap','1086618ZDSssI','conditions','join','tagName_','9VSbZgN','PropertyIsNull','indexOf','condition','1152053bGwNYd','7510gAdOxq','Not','110wFHAqs','2540056UOosai','push','expression','property','PropertyIsLike','length'];a63_0x316a=function(){return _0x14d50a;};return a63_0x316a();}function a63_0xbd5b(_0x2314c0,_0x3410fd){const _0x316a5e=a63_0x316a();return a63_0xbd5b=function(_0xbd5b53,_0x1ed15a){_0xbd5b53=_0xbd5b53-0x1b1;let _0x3c1270=_0x316a5e[_0xbd5b53];return _0x3c1270;},a63_0xbd5b(_0x2314c0,_0x3410fd);}export function isMatchFilter(_0xabadf3,_0x37b185){const _0x4dbd22=a63_0xbd5b;switch(_0x37b185['tagName_']){case'Not':return!isMatchFilter(_0xabadf3,_0x37b185[_0x4dbd22(0x1c6)]);case _0x4dbd22(0x1b6):{let _0x450e92=!![];for(let _0x51aee5=0x0;_0x51aee5<_0x37b185[_0x4dbd22(0x1c0)][_0x4dbd22(0x1d0)];_0x51aee5++){_0x450e92=_0x450e92&&isMatchFilter(_0xabadf3,_0x37b185[_0x4dbd22(0x1c0)][_0x51aee5]);}return _0x450e92;}case'Or':{let _0x3ad5a3=![];for(let _0x42252e=0x0;_0x42252e<_0x37b185[_0x4dbd22(0x1c0)][_0x4dbd22(0x1d0)];_0x42252e++){_0x3ad5a3=_0x3ad5a3||isMatchFilter(_0xabadf3,_0x37b185[_0x4dbd22(0x1c0)][_0x42252e]);}return _0x3ad5a3;}case _0x4dbd22(0x1d2):return _0xabadf3[_0x37b185[_0x4dbd22(0x1ce)]]>_0x37b185['lowerBoundary']&&_0xabadf3[_0x37b185['property']]<_0x37b185[_0x4dbd22(0x1b4)];case _0x4dbd22(0x1b1):return _0xabadf3[_0x37b185['propertyName']]===_0x37b185[_0x4dbd22(0x1cd)];case _0x4dbd22(0x1b5):return _0xabadf3[_0x37b185[_0x4dbd22(0x1b9)]]!==_0x37b185[_0x4dbd22(0x1cd)];case _0x4dbd22(0x1b7):return _0xabadf3[_0x37b185[_0x4dbd22(0x1b9)]]<_0x37b185['expression'];case _0x4dbd22(0x1b2):return _0xabadf3[_0x37b185['propertyName']]<=_0x37b185[_0x4dbd22(0x1cd)];case _0x4dbd22(0x1ba):return _0xabadf3[_0x37b185[_0x4dbd22(0x1b9)]]>_0x37b185[_0x4dbd22(0x1cd)];case _0x4dbd22(0x1d3):return _0xabadf3[_0x37b185[_0x4dbd22(0x1b9)]]>=_0x37b185['expression'];case _0x4dbd22(0x1cf):return _0xabadf3[_0x37b185[_0x4dbd22(0x1b9)]][_0x4dbd22(0x1c5)](_0x37b185[_0x4dbd22(0x1cd)])>-0x1;case'PropertyIsNull':{return!_0xabadf3[_0x37b185[_0x4dbd22(0x1b9)]];}default:return![];}}export function isEqualFilter(_0x50229f,_0x3bde8e){const _0xae10f3=a63_0xbd5b;switch(_0x50229f[_0xae10f3(0x1c2)]){case _0xae10f3(0x1c9):return _0x50229f[_0xae10f3(0x1c2)]===_0x3bde8e[_0xae10f3(0x1c2)]&&isEqualFilter(_0x50229f[_0xae10f3(0x1c6)],_0x3bde8e[_0xae10f3(0x1c6)]);case'Or':case _0xae10f3(0x1b6):{let _0x55c9fd=_0x50229f[_0xae10f3(0x1c2)]===_0x3bde8e['tagName_']&&_0x50229f[_0xae10f3(0x1c0)][_0xae10f3(0x1d0)]===_0x3bde8e[_0xae10f3(0x1c0)][_0xae10f3(0x1d0)];for(let _0x8414ca=0x0;_0x8414ca<_0x50229f[_0xae10f3(0x1c0)][_0xae10f3(0x1d0)];_0x8414ca++){_0x55c9fd=_0x55c9fd&&isEqualFilter(_0x50229f[_0xae10f3(0x1c0)][_0x8414ca],_0x3bde8e['conditions'][_0x8414ca]);}return _0x55c9fd;}case _0xae10f3(0x1d2):return _0x50229f['tagName_']===_0x3bde8e['tagName_']&&_0x50229f[_0xae10f3(0x1ce)]===_0x3bde8e[_0xae10f3(0x1ce)];case _0xae10f3(0x1b1):case _0xae10f3(0x1b5):case _0xae10f3(0x1b7):case _0xae10f3(0x1b2):case _0xae10f3(0x1ba):case _0xae10f3(0x1d3):case _0xae10f3(0x1cf):case _0xae10f3(0x1c4):return _0x50229f[_0xae10f3(0x1c2)]===_0x3bde8e[_0xae10f3(0x1c2)]&&_0x50229f[_0xae10f3(0x1b9)]===_0x3bde8e[_0xae10f3(0x1b9)];default:return![];}}export function indexOfFilter(_0x5c6a12,_0x4474ba){const _0x35d74e=a63_0xbd5b;let _0x5b8a24=-0x1;if((_0x5c6a12===null||_0x5c6a12===void 0x0?void 0x0:_0x5c6a12[_0x35d74e(0x1d0)])>0x0)for(let _0x13663c in _0x5c6a12){if(isEqualFilter(_0x5c6a12[_0x13663c]['template'],_0x4474ba))return _0x13663c;}return _0x5b8a24;}export function getIndexByTemplate(_0xee7c1a,_0x520909){const _0x2a6330=a63_0xbd5b;let _0x15030d=_0x520909[_0x2a6330(0x1bb)];if(_0x520909[_0x2a6330(0x1d1)]>0x0){let _0x5baa01=getKeyByTemplate(_0xee7c1a,_0x15030d);if(_0x5baa01 instanceof Array)for(let _0x56579a in _0x5baa01){let _0x2d75e8=_0x520909[_0x2a6330(0x1be)][_0x5baa01[_0x56579a]+'_'+_0x56579a];if(_0x2d75e8)return _0x2d75e8;}else return _0x520909[_0x2a6330(0x1be)][_0x5baa01];}return null;}export function getKeyByTemplate(_0x46a4fc,_0x3bc883){const _0x157df0=a63_0xbd5b;switch(_0x3bc883[_0x157df0(0x1c2)]){case'PropertyIsEqualTo':{return _0x46a4fc[_0x3bc883[_0x157df0(0x1b9)]];}case _0x157df0(0x1b6):{let _0x441f2f=[];for(let _0x2e75ef=0x0;_0x2e75ef<_0x3bc883[_0x157df0(0x1c0)][_0x157df0(0x1d0)];_0x2e75ef++){let _0x496041=getKeyByTemplate(_0x46a4fc,_0x3bc883[_0x157df0(0x1c0)][_0x2e75ef]);_0x496041&&_0x441f2f[_0x157df0(0x1cc)](_0x496041);}return _0x441f2f[_0x157df0(0x1c1)](',');}case'Or':{let _0x49ef63=[];for(let _0x328127=0x0;_0x328127<_0x3bc883[_0x157df0(0x1c0)][_0x157df0(0x1d0)];_0x328127++){let _0x5e4bad=getKeyByTemplate(_0x46a4fc,_0x3bc883[_0x157df0(0x1c0)][_0x328127]);_0x5e4bad&&_0x49ef63[_0x157df0(0x1cc)](_0x5e4bad);}return _0x49ef63;}default:return null;}}export function createKeyFromFilter(_0x434725){const _0x1517af=a63_0xbd5b;switch(_0x434725[_0x1517af(0x1c2)]){case _0x1517af(0x1b1):return _0x434725[_0x1517af(0x1cd)];case _0x1517af(0x1b6):{let _0x33ccbf=[];for(let _0x459c18=0x0;_0x459c18<_0x434725[_0x1517af(0x1c0)][_0x1517af(0x1d0)];_0x459c18++){let _0x2b6c80=createKeyFromFilter(_0x434725[_0x1517af(0x1c0)][_0x459c18]);if(_0x2b6c80)_0x33ccbf[_0x1517af(0x1cc)](_0x2b6c80);else return null;}return _0x33ccbf[_0x1517af(0x1c1)](',');}case'Or':{let _0x48d1a7=[];for(let _0x141027=0x0;_0x141027<_0x434725[_0x1517af(0x1c0)]['length'];_0x141027++){let _0x4b3a23=createKeyFromFilter(_0x434725[_0x1517af(0x1c0)][_0x141027]);_0x4b3a23&&_0x48d1a7[_0x1517af(0x1cc)](_0x4b3a23);}return _0x48d1a7;}default:return null;}}
1
+ (function(_0x388f70,_0x5705bc){const _0x3a8615=a71_0x4b3d,_0x31355d=_0x388f70();while(!![]){try{const _0x1829d9=parseInt(_0x3a8615(0x1b4))/0x1+-parseInt(_0x3a8615(0x1cc))/0x2*(parseInt(_0x3a8615(0x1b6))/0x3)+parseInt(_0x3a8615(0x1c3))/0x4*(-parseInt(_0x3a8615(0x1c8))/0x5)+parseInt(_0x3a8615(0x1c9))/0x6+-parseInt(_0x3a8615(0x1b9))/0x7+parseInt(_0x3a8615(0x1bb))/0x8*(parseInt(_0x3a8615(0x1cb))/0x9)+-parseInt(_0x3a8615(0x1c6))/0xa;if(_0x1829d9===_0x5705bc)break;else _0x31355d['push'](_0x31355d['shift']());}catch(_0x419ced){_0x31355d['push'](_0x31355d['shift']());}}}(a71_0x381d,0x848b1));import a71_0x26f49d from'./CQL';export function isMatchCql(_0x103319,_0x4c2594){const _0x43acf2=a71_0x4b3d;let _0x3b942d=new a71_0x26f49d()[_0x43acf2(0x1b2)](_0x4c2594);return isMatchFilter(_0x103319,_0x3b942d);}export function isMatchFilter(_0x360353,_0xac9069){const _0x2c57d4=a71_0x4b3d;switch(_0xac9069['tagName_']){case _0x2c57d4(0x1bf):return!isMatchFilter(_0x360353,_0xac9069[_0x2c57d4(0x1c0)]);case _0x2c57d4(0x1b5):{let _0x32c110=!![];for(let _0x443b63=0x0;_0x443b63<_0xac9069[_0x2c57d4(0x1d0)][_0x2c57d4(0x1ba)];_0x443b63++){_0x32c110=_0x32c110&&isMatchFilter(_0x360353,_0xac9069[_0x2c57d4(0x1d0)][_0x443b63]);}return _0x32c110;}case'Or':{let _0x16197b=![];for(let _0x527878=0x0;_0x527878<_0xac9069['conditions']['length'];_0x527878++){_0x16197b=_0x16197b||isMatchFilter(_0x360353,_0xac9069[_0x2c57d4(0x1d0)][_0x527878]);}return _0x16197b;}case _0x2c57d4(0x1c2):return _0x360353[_0xac9069[_0x2c57d4(0x1cd)]]>_0xac9069['lowerBoundary']&&_0x360353[_0xac9069[_0x2c57d4(0x1cd)]]<_0xac9069[_0x2c57d4(0x1cf)];case _0x2c57d4(0x1b7):return _0x360353[_0xac9069[_0x2c57d4(0x1c1)]]===_0xac9069[_0x2c57d4(0x1b8)];case'PropertyIsNotEqualTo':return _0x360353[_0xac9069[_0x2c57d4(0x1c1)]]!==_0xac9069[_0x2c57d4(0x1b8)];case _0x2c57d4(0x1ce):return _0x360353[_0xac9069[_0x2c57d4(0x1c1)]]<_0xac9069[_0x2c57d4(0x1b8)];case'PropertyIsLessThanOrEqualTo':return _0x360353[_0xac9069['propertyName']]<=_0xac9069[_0x2c57d4(0x1b8)];case _0x2c57d4(0x1bd):return _0x360353[_0xac9069[_0x2c57d4(0x1c1)]]>_0xac9069[_0x2c57d4(0x1b8)];case'PropertyIsGreaterThanOrEqualTo':return _0x360353[_0xac9069['propertyName']]>=_0xac9069['expression'];case _0x2c57d4(0x1be):return _0x360353[_0xac9069[_0x2c57d4(0x1c1)]]['indexOf'](_0xac9069[_0x2c57d4(0x1b8)])>-0x1;case _0x2c57d4(0x1bc):{return!_0x360353[_0xac9069[_0x2c57d4(0x1c1)]];}default:return![];}}export function isEqualFilter(_0x2066b4,_0xf2671){const _0xf53308=a71_0x4b3d;switch(_0x2066b4[_0xf53308(0x1d1)]){case'Not':return _0x2066b4[_0xf53308(0x1d1)]===_0xf2671[_0xf53308(0x1d1)]&&isEqualFilter(_0x2066b4[_0xf53308(0x1c0)],_0xf2671[_0xf53308(0x1c0)]);case'Or':case'And':{let _0x340874=_0x2066b4[_0xf53308(0x1d1)]===_0xf2671[_0xf53308(0x1d1)]&&_0x2066b4['conditions'][_0xf53308(0x1ba)]===_0xf2671[_0xf53308(0x1d0)][_0xf53308(0x1ba)];for(let _0x18ea68=0x0;_0x18ea68<_0x2066b4[_0xf53308(0x1d0)][_0xf53308(0x1ba)];_0x18ea68++){_0x340874=_0x340874&&isEqualFilter(_0x2066b4[_0xf53308(0x1d0)][_0x18ea68],_0xf2671['conditions'][_0x18ea68]);}return _0x340874;}case _0xf53308(0x1c2):return _0x2066b4[_0xf53308(0x1d1)]===_0xf2671[_0xf53308(0x1d1)]&&_0x2066b4['property']===_0xf2671[_0xf53308(0x1cd)];case _0xf53308(0x1b7):case _0xf53308(0x1c4):case _0xf53308(0x1ce):case _0xf53308(0x1c7):case _0xf53308(0x1bd):case _0xf53308(0x1ca):case _0xf53308(0x1be):case _0xf53308(0x1bc):return _0x2066b4['tagName_']===_0xf2671[_0xf53308(0x1d1)]&&_0x2066b4[_0xf53308(0x1c1)]===_0xf2671[_0xf53308(0x1c1)];default:return![];}}function a71_0x4b3d(_0xa4c621,_0x1e9189){const _0x381dca=a71_0x381d();return a71_0x4b3d=function(_0x4b3d73,_0x39faa4){_0x4b3d73=_0x4b3d73-0x1b2;let _0x3fc2c2=_0x381dca[_0x4b3d73];return _0x3fc2c2;},a71_0x4b3d(_0xa4c621,_0x1e9189);}export function indexOfFilter(_0x10d319,_0x2831c3){const _0x3ae6b1=a71_0x4b3d;let _0x288882=-0x1;if((_0x10d319===null||_0x10d319===void 0x0?void 0x0:_0x10d319[_0x3ae6b1(0x1ba)])>0x0)for(let _0xe997c7 in _0x10d319){if(isEqualFilter(_0x10d319[_0xe997c7]['template'],_0x2831c3))return _0xe997c7;}return _0x288882;}function a71_0x381d(){const _0x3341b6=['PropertyIsLike','Not','condition','propertyName','PropertyIsBetween','241988XJwEQX','PropertyIsNotEqualTo','join','1212780uGclIy','PropertyIsLessThanOrEqualTo','10tSpcOL','4130724NiZsSQ','PropertyIsGreaterThanOrEqualTo','738JLrFNT','1672412wMFbnN','property','PropertyIsLessThan','upperBoundary','conditions','tagName_','read','push','764390WaWmDP','And','3XjQdSa','PropertyIsEqualTo','expression','5689341KjdnGk','length','95736rnyuQK','PropertyIsNull','PropertyIsGreaterThan'];a71_0x381d=function(){return _0x3341b6;};return a71_0x381d();}export function getIndexByTemplate(_0x371d5c,_0x25ac21){let _0x7311cf=_0x25ac21['template'];if(_0x25ac21['idMapLength']>0x0){let _0x49d355=getKeyByTemplate(_0x371d5c,_0x7311cf);if(_0x49d355 instanceof Array)for(let _0x359a63 in _0x49d355){let _0x338577=_0x25ac21['idMap'][_0x49d355[_0x359a63]+'_'+_0x359a63];if(_0x338577)return _0x338577;}else return _0x25ac21['idMap'][_0x49d355];}return null;}export function getKeyByTemplate(_0x5682d8,_0x1638c6){const _0x193b9c=a71_0x4b3d;switch(_0x1638c6[_0x193b9c(0x1d1)]){case _0x193b9c(0x1b7):{return _0x5682d8[_0x1638c6['propertyName']];}case _0x193b9c(0x1b5):{let _0x5e25cc=[];for(let _0x39c752=0x0;_0x39c752<_0x1638c6['conditions'][_0x193b9c(0x1ba)];_0x39c752++){let _0x46b15b=getKeyByTemplate(_0x5682d8,_0x1638c6[_0x193b9c(0x1d0)][_0x39c752]);_0x46b15b&&_0x5e25cc[_0x193b9c(0x1b3)](_0x46b15b);}return _0x5e25cc[_0x193b9c(0x1c5)](',');}case'Or':{let _0x21523a=[];for(let _0x588f68=0x0;_0x588f68<_0x1638c6[_0x193b9c(0x1d0)]['length'];_0x588f68++){let _0xe11bde=getKeyByTemplate(_0x5682d8,_0x1638c6['conditions'][_0x588f68]);_0xe11bde&&_0x21523a['push'](_0xe11bde);}return _0x21523a;}default:return null;}}export function createKeyFromFilter(_0x50a065){const _0x3bbf90=a71_0x4b3d;switch(_0x50a065['tagName_']){case _0x3bbf90(0x1b7):return _0x50a065[_0x3bbf90(0x1b8)];case _0x3bbf90(0x1b5):{let _0x17cd7b=[];for(let _0x4643f2=0x0;_0x4643f2<_0x50a065[_0x3bbf90(0x1d0)][_0x3bbf90(0x1ba)];_0x4643f2++){let _0x30518c=createKeyFromFilter(_0x50a065['conditions'][_0x4643f2]);if(_0x30518c)_0x17cd7b[_0x3bbf90(0x1b3)](_0x30518c);else return null;}return _0x17cd7b['join'](',');}case'Or':{let _0x1c9986=[];for(let _0x22b823=0x0;_0x22b823<_0x50a065[_0x3bbf90(0x1d0)]['length'];_0x22b823++){let _0x440a7c=createKeyFromFilter(_0x50a065['conditions'][_0x22b823]);_0x440a7c&&_0x1c9986[_0x3bbf90(0x1b3)](_0x440a7c);}return _0x1c9986;}default:return null;}}
@@ -1 +1 @@
1
- function a66_0x538f(){const _0x43348b=['markerColor','168KiQtNS','248132eTpksg','103080PihLsX','224qSgVxy','cache_','image','327685ZsyuAm','markerLabel','88520BXdaPv','8OnLjdy','cacheSize_','clear','markerSize','234HrrSZq','18xEqzIg','26jnSJMB','4739952xQYXxQ','3mToghL','set','109363feASNV','314941jiZvEN'];a66_0x538f=function(){return _0x43348b;};return a66_0x538f();}const a66_0x254f9d=a66_0x6249;function a66_0x6249(_0x5707d3,_0x13293f){const _0x538f06=a66_0x538f();return a66_0x6249=function(_0x624922,_0x55d7e9){_0x624922=_0x624922-0x13a;let _0x332522=_0x538f06[_0x624922];return _0x332522;},a66_0x6249(_0x5707d3,_0x13293f);}(function(_0x524269,_0x1cbc0b){const _0xa19d72=a66_0x6249,_0x2429a0=_0x524269();while(!![]){try{const _0x439124=parseInt(_0xa19d72(0x14d))/0x1*(-parseInt(_0xa19d72(0x143))/0x2)+parseInt(_0xa19d72(0x14b))/0x3*(parseInt(_0xa19d72(0x13b))/0x4)+parseInt(_0xa19d72(0x140))/0x5*(parseInt(_0xa19d72(0x148))/0x6)+parseInt(_0xa19d72(0x13d))/0x7*(parseInt(_0xa19d72(0x13c))/0x8)+-parseInt(_0xa19d72(0x147))/0x9*(parseInt(_0xa19d72(0x142))/0xa)+parseInt(_0xa19d72(0x14e))/0xb*(-parseInt(_0xa19d72(0x13a))/0xc)+parseInt(_0xa19d72(0x149))/0xd*(parseInt(_0xa19d72(0x14a))/0xe);if(_0x439124===_0x1cbc0b)break;else _0x2429a0['push'](_0x2429a0['shift']());}catch(_0xcd0a6){_0x2429a0['push'](_0x2429a0['shift']());}}}(a66_0x538f,0x4446e));import{asString}from'ol/color';class ImageCache{constructor(){const _0x304d87=a66_0x6249;this[_0x304d87(0x13e)]={},this[_0x304d87(0x144)]=0x0;}[a66_0x254f9d(0x145)](){const _0x28218e=a66_0x254f9d;this[_0x28218e(0x13e)]={},this[_0x28218e(0x144)]=0x0;}['get'](_0x3214ff){const _0x5aad42=a66_0x254f9d,_0x1a2507=getKey(_0x3214ff[_0x5aad42(0x141)],_0x3214ff[_0x5aad42(0x146)],_0x3214ff['markerColor'],_0x3214ff[_0x5aad42(0x13f)]);return _0x1a2507 in this['cache_']?this[_0x5aad42(0x13e)][_0x1a2507]:null;}[a66_0x254f9d(0x14c)](_0x351799,_0x5798e7){const _0x1568ba=a66_0x254f9d,_0x1cfd7c=getKey(_0x351799['markerLabel'],_0x351799[_0x1568ba(0x146)],_0x351799[_0x1568ba(0x14f)],_0x351799[_0x1568ba(0x13f)]);this['cache_'][_0x1cfd7c]=_0x5798e7,++this[_0x1568ba(0x144)];}}function getKey(_0x11a180,_0x293016,_0x1e3e83,_0x1507fc){const _0x2b1a6d=_0x1e3e83?asString(_0x1e3e83):'null';return _0x11a180+':'+_0x1507fc+':'+_0x2b1a6d+':'+_0x293016;}export default ImageCache;export const shared=new ImageCache();
1
+ const a74_0x3e8ff1=a74_0x3875;(function(_0x54189e,_0x2a737e){const _0x5f3d75=a74_0x3875,_0x24f62d=_0x54189e();while(!![]){try{const _0x25dffc=parseInt(_0x5f3d75(0x86))/0x1*(parseInt(_0x5f3d75(0x8a))/0x2)+-parseInt(_0x5f3d75(0x90))/0x3+-parseInt(_0x5f3d75(0x87))/0x4*(parseInt(_0x5f3d75(0x93))/0x5)+parseInt(_0x5f3d75(0x85))/0x6+-parseInt(_0x5f3d75(0x96))/0x7*(parseInt(_0x5f3d75(0x8b))/0x8)+-parseInt(_0x5f3d75(0x8f))/0x9+parseInt(_0x5f3d75(0x8e))/0xa;if(_0x25dffc===_0x2a737e)break;else _0x24f62d['push'](_0x24f62d['shift']());}catch(_0x12651f){_0x24f62d['push'](_0x24f62d['shift']());}}}(a74_0x5326,0x621fe));import{asString}from'ol/color';class ImageCache{constructor(){const _0x4828e9=a74_0x3875;this[_0x4828e9(0x88)]={},this[_0x4828e9(0x8d)]=0x0;}[a74_0x3e8ff1(0x91)](){const _0x1f5dfa=a74_0x3e8ff1;this['cache_']={},this[_0x1f5dfa(0x8d)]=0x0;}[a74_0x3e8ff1(0x8c)](_0x2c1340){const _0x1fdb69=a74_0x3e8ff1,_0x22328a=getKey(_0x2c1340['markerLabel'],_0x2c1340[_0x1fdb69(0x89)],_0x2c1340['markerColor'],_0x2c1340[_0x1fdb69(0x97)]);return _0x22328a in this[_0x1fdb69(0x88)]?this[_0x1fdb69(0x88)][_0x22328a]:null;}[a74_0x3e8ff1(0x95)](_0x2be921,_0x273086){const _0x3224ab=a74_0x3e8ff1,_0x412c1d=getKey(_0x2be921[_0x3224ab(0x92)],_0x2be921[_0x3224ab(0x89)],_0x2be921[_0x3224ab(0x94)],_0x2be921[_0x3224ab(0x97)]);this[_0x3224ab(0x88)][_0x412c1d]=_0x273086,++this[_0x3224ab(0x8d)];}}function getKey(_0x17ea1c,_0x5dc7d1,_0x5d7c1c,_0x5cc1ce){const _0xec7c3d=_0x5d7c1c?asString(_0x5d7c1c):'null';return _0x17ea1c+':'+_0x5cc1ce+':'+_0xec7c3d+':'+_0x5dc7d1;}function a74_0x3875(_0x50e2f4,_0x5c6bb0){const _0x5326c2=a74_0x5326();return a74_0x3875=function(_0x387581,_0x8971f1){_0x387581=_0x387581-0x85;let _0x52a029=_0x5326c2[_0x387581];return _0x52a029;},a74_0x3875(_0x50e2f4,_0x5c6bb0);}export default ImageCache;export const shared=new ImageCache();function a74_0x5326(){const _0x50f8f2=['get','cacheSize_','18570730nHkYJh','3668841vhDmSV','614304eTMuLp','clear','markerLabel','205dFZaZU','markerColor','set','124502sKqvFC','image','683562AplFqr','80nQeyUJ','34612yOsbYc','cache_','markerSize','3628sNiHwM','336WnJLzT'];a74_0x5326=function(){return _0x50f8f2;};return a74_0x5326();}
@@ -1 +1 @@
1
- const a67_0x3e397d=a67_0x4a7d;(function(_0x26f760,_0x27f110){const _0x489c82=a67_0x4a7d,_0x49c736=_0x26f760();while(!![]){try{const _0x5d66c9=parseInt(_0x489c82(0x110))/0x1+parseInt(_0x489c82(0xfa))/0x2+-parseInt(_0x489c82(0x112))/0x3*(parseInt(_0x489c82(0x11b))/0x4)+-parseInt(_0x489c82(0x10b))/0x5*(parseInt(_0x489c82(0x11c))/0x6)+parseInt(_0x489c82(0x102))/0x7+parseInt(_0x489c82(0x105))/0x8*(-parseInt(_0x489c82(0x115))/0x9)+parseInt(_0x489c82(0x120))/0xa*(parseInt(_0x489c82(0x128))/0xb);if(_0x5d66c9===_0x27f110)break;else _0x49c736['push'](_0x49c736['shift']());}catch(_0x226c3a){_0x49c736['push'](_0x49c736['shift']());}}}(a67_0x1c74,0xdf89a));import a67_0x44ee99 from'color';import a67_0x3d3bad from'./writeTextToCanvas';import{Icon}from'ol/style';import a67_0x22353c from'ol/ImageState';import{parseImage}from'../../UrlUtil.js';class PinBuilder{constructor(){this['_cache']={};}[a67_0x3e397d(0x101)](_0xbafdc4,_0x413b54){const _0x5f0497=a67_0x3e397d;if(!_0xbafdc4)throw new Error('color\x20is\x20required');if(!_0x413b54)throw new Error('size\x20is\x20required');return createPin('','',_0xbafdc4,_0x413b54,this[_0x5f0497(0x10e)]);}[a67_0x3e397d(0x122)](_0x374d76,_0x430126,_0x2ec494){const _0x358555=a67_0x3e397d;if(!_0x374d76)throw new Error('url\x20is\x20required');if(!_0x430126)throw new Error(_0x358555(0x116));if(!_0x2ec494)throw new Error(_0x358555(0x111));return createPin(_0x374d76,'',_0x430126,_0x2ec494,this[_0x358555(0x10e)]);}[a67_0x3e397d(0x121)](_0x45a38b,_0x43d233,_0x505a98){const _0x5dc790=a67_0x3e397d;if(!_0x45a38b)throw new Error(_0x5dc790(0x119));if(!_0x43d233)throw new Error(_0x5dc790(0x116));if(!_0x505a98)throw new Error('size\x20is\x20required');return createPin(parseImage(_0x45a38b),'',_0x43d233,_0x505a98,this[_0x5dc790(0x10e)]);}[a67_0x3e397d(0x114)](_0xe50e3e,_0x4b5e88,_0x5d11b9){const _0x8c4536=a67_0x3e397d;if(!_0xe50e3e)throw new Error('text\x20is\x20required');if(!_0x4b5e88)throw new Error(_0x8c4536(0x116));if(!_0x5d11b9)throw new Error(_0x8c4536(0x111));return createPin('',_0xe50e3e,_0x4b5e88,_0x5d11b9,this['_cache']);}}function a67_0x1c74(){const _0x2d2136=['765076ALyoww','size\x20is\x20required','409764LjXJmY','save','fromText','9OHIOZK','color\x20is\x20required','width','bezierCurveTo','id\x20is\x20required','getImage','40qUzKOz','264LhIgmE','lighten','canvas','fill','1460roRwQA','fromMakiIconId','fromUrl','LOADED','drawImage','#000000','globalCompositeOperation','ERROR','217129jMgmoB','toDataURL','IDLE','lineWidth','target','bold\x20','round','stroke','lineTo','fillRect','279798hgGGXu','destination-out','height','beginPath','px\x20sans-serif','getContext','closePath','fromColor','2109541MFNaeQ','moveTo','stringify','13787248FgpdLv','getImageState','load','#FFFFFF','scale','createElement','9470ozHcjM','listenImageChange','destination-over','_cache','fillStyle'];a67_0x1c74=function(){return _0x2d2136;};return a67_0x1c74();}function drawPin(_0x39d08a,_0x1de0a6,_0x498b8e){const _0x4c65dc=a67_0x3e397d;_0x39d08a[_0x4c65dc(0x113)](),_0x39d08a[_0x4c65dc(0x109)](_0x498b8e/0x18,_0x498b8e/0x18),_0x39d08a[_0x4c65dc(0x10f)]=_0x1de0a6,_0x39d08a['strokeStyle']=a67_0x44ee99(_0x1de0a6)[_0x4c65dc(0x11d)](0.6)['hexa'](),_0x39d08a[_0x4c65dc(0x12b)]=0.846,_0x39d08a[_0x4c65dc(0xfd)](),_0x39d08a[_0x4c65dc(0x103)](6.72,0.422),_0x39d08a[_0x4c65dc(0x130)](17.28,0.422),_0x39d08a[_0x4c65dc(0x118)](18.553,0.422,19.577,1.758,19.577,3.415),_0x39d08a[_0x4c65dc(0x130)](19.577,10.973),_0x39d08a[_0x4c65dc(0x118)](19.577,12.63,18.553,13.966,17.282,13.966),_0x39d08a['lineTo'](14.386,14.008),_0x39d08a[_0x4c65dc(0x130)](11.826,23.578),_0x39d08a[_0x4c65dc(0x130)](9.614,14.008),_0x39d08a[_0x4c65dc(0x130)](6.719,13.965),_0x39d08a[_0x4c65dc(0x118)](5.446,13.983,4.422,12.629,4.422,10.972),_0x39d08a[_0x4c65dc(0x130)](4.422,3.416),_0x39d08a['bezierCurveTo'](4.423,1.76,5.447,0.423,6.718,0.423),_0x39d08a[_0x4c65dc(0x100)](),_0x39d08a[_0x4c65dc(0x11f)](),_0x39d08a[_0x4c65dc(0x12f)](),_0x39d08a['restore']();}function drawIcon(_0x34e953,_0x4e2cc8,_0x56331a){const _0x2722dd=a67_0x3e397d,_0x139f51=_0x56331a/2.5;let _0x51aa6c=_0x139f51,_0x472da8=_0x139f51;if(_0x4e2cc8[_0x2722dd(0x117)]>_0x4e2cc8[_0x2722dd(0xfc)])_0x472da8=_0x139f51*(_0x4e2cc8[_0x2722dd(0xfc)]/_0x4e2cc8['width']);else _0x4e2cc8[_0x2722dd(0x117)]<_0x4e2cc8[_0x2722dd(0xfc)]&&(_0x51aa6c=_0x139f51*(_0x4e2cc8[_0x2722dd(0x117)]/_0x4e2cc8[_0x2722dd(0xfc)]));const _0x512ffd=Math[_0x2722dd(0x12e)]((_0x56331a-_0x51aa6c)/0x2),_0x238eba=Math[_0x2722dd(0x12e)](0x7/0x18*_0x56331a-_0x472da8/0x2);_0x34e953[_0x2722dd(0x126)]=_0x2722dd(0xfb),_0x34e953[_0x2722dd(0x124)](_0x4e2cc8,_0x512ffd-0x1,_0x238eba,_0x51aa6c,_0x472da8),_0x34e953[_0x2722dd(0x124)](_0x4e2cc8,_0x512ffd,_0x238eba-0x1,_0x51aa6c,_0x472da8),_0x34e953[_0x2722dd(0x124)](_0x4e2cc8,_0x512ffd+0x1,_0x238eba,_0x51aa6c,_0x472da8),_0x34e953['drawImage'](_0x4e2cc8,_0x512ffd,_0x238eba+0x1,_0x51aa6c,_0x472da8),_0x34e953[_0x2722dd(0x126)]=_0x2722dd(0x10d),_0x34e953[_0x2722dd(0x10f)]=_0x2722dd(0x125),_0x34e953[_0x2722dd(0x131)](_0x512ffd-0x1,_0x238eba-0x1,_0x51aa6c+0x2,_0x472da8+0x2),_0x34e953[_0x2722dd(0x126)]=_0x2722dd(0xfb),_0x34e953[_0x2722dd(0x124)](_0x4e2cc8,_0x512ffd,_0x238eba,_0x51aa6c,_0x472da8),_0x34e953[_0x2722dd(0x126)]='destination-over',_0x34e953[_0x2722dd(0x10f)]=_0x2722dd(0x108),_0x34e953['fillRect'](_0x512ffd-0x1,_0x238eba-0x2,_0x51aa6c+0x2,_0x472da8+0x2);}function a67_0x4a7d(_0x509ccf,_0x4af59e){const _0x1c74c9=a67_0x1c74();return a67_0x4a7d=function(_0x4a7d1a,_0x4972ee){_0x4a7d1a=_0x4a7d1a-0xfa;let _0x10bb07=_0x1c74c9[_0x4a7d1a];return _0x10bb07;},a67_0x4a7d(_0x509ccf,_0x4af59e);}const stringifyScratch=new Array(0x4);function createPin(_0x5800e3,_0x28f2d0,_0x516f26,_0xd8556b,_0x4fddcd){const _0x28e555=a67_0x3e397d;stringifyScratch[0x0]=_0x5800e3,stringifyScratch[0x1]=_0x28f2d0,stringifyScratch[0x2]=_0x516f26,stringifyScratch[0x3]=_0xd8556b;const _0x16168a=JSON[_0x28e555(0x104)](stringifyScratch),_0x43768e=_0x4fddcd[_0x16168a];if(_0x43768e)return _0x43768e;const _0x5a64d2=document[_0x28e555(0x10a)](_0x28e555(0x11e));_0x5a64d2[_0x28e555(0x117)]=_0xd8556b,_0x5a64d2[_0x28e555(0xfc)]=_0xd8556b;const _0x2eedb6=_0x5a64d2[_0x28e555(0xff)]('2d');drawPin(_0x2eedb6,_0x516f26,_0xd8556b);if(_0x5800e3)return new Promise(_0x1a6b5b=>{const _0x1a8d64=_0x28e555;let _0x14a43d=new Icon({'src':_0x5800e3}),_0x47500e=_0x14a43d[_0x1a8d64(0x106)]();_0x47500e===a67_0x22353c[_0x1a8d64(0x123)]||_0x47500e===a67_0x22353c[_0x1a8d64(0x127)]?(drawIcon(_0x2eedb6,_0x14a43d[_0x1a8d64(0x11a)](0x60),_0xd8556b),_0x4fddcd[_0x16168a]=_0x5a64d2[_0x1a8d64(0x129)](),_0x1a6b5b(_0x5a64d2[_0x1a8d64(0x129)]())):(_0x47500e===a67_0x22353c[_0x1a8d64(0x12a)]&&_0x14a43d[_0x1a8d64(0x107)](),_0x14a43d[_0x1a8d64(0x10c)](_0x1ecdd3=>{const _0x2e2da8=_0x1a8d64;_0x47500e=_0x1ecdd3[_0x2e2da8(0x12c)][_0x2e2da8(0x106)](),(_0x47500e===a67_0x22353c[_0x2e2da8(0x123)]||_0x47500e===a67_0x22353c[_0x2e2da8(0x127)])&&(drawIcon(_0x2eedb6,_0x14a43d['getImage'](0x60),_0xd8556b),_0x4fddcd[_0x16168a]=_0x5a64d2['toDataURL'](),_0x1a6b5b(_0x5a64d2[_0x2e2da8(0x129)]()));}));});else{if(_0x28f2d0){const _0x2fc2a6=a67_0x3d3bad(_0x28f2d0,{'font':_0x28e555(0x12d)+_0xd8556b+_0x28e555(0xfe)});drawIcon(_0x2eedb6,_0x2fc2a6,_0xd8556b);}}return _0x4fddcd[_0x16168a]=_0x5a64d2[_0x28e555(0x129)](),_0x5a64d2[_0x28e555(0x129)]();}export default PinBuilder;
1
+ const a75_0x5e7e89=a75_0x1262;(function(_0x2ad9de,_0x314997){const _0x2fa6fc=a75_0x1262,_0x424192=_0x2ad9de();while(!![]){try{const _0x29ee3d=-parseInt(_0x2fa6fc(0x1a6))/0x1*(parseInt(_0x2fa6fc(0x18a))/0x2)+-parseInt(_0x2fa6fc(0x199))/0x3+parseInt(_0x2fa6fc(0x1a4))/0x4+-parseInt(_0x2fa6fc(0x1b0))/0x5*(parseInt(_0x2fa6fc(0x181))/0x6)+-parseInt(_0x2fa6fc(0x1a1))/0x7*(-parseInt(_0x2fa6fc(0x1ad))/0x8)+-parseInt(_0x2fa6fc(0x183))/0x9+parseInt(_0x2fa6fc(0x182))/0xa;if(_0x29ee3d===_0x314997)break;else _0x424192['push'](_0x424192['shift']());}catch(_0x29d5f0){_0x424192['push'](_0x424192['shift']());}}}(a75_0x5ecc,0x2461d));import a75_0x411d8f from'color';import a75_0x366463 from'./writeTextToCanvas';import{Icon}from'ol/style';import a75_0x16b4f3 from'ol/ImageState';import{parseImage}from'../../UrlUtil.js';function a75_0x1262(_0xec9063,_0x249005){const _0x5ecc74=a75_0x5ecc();return a75_0x1262=function(_0x126215,_0x505bde){_0x126215=_0x126215-0x17c;let _0x270374=_0x5ecc74[_0x126215];return _0x270374;},a75_0x1262(_0xec9063,_0x249005);}class PinBuilder{constructor(){const _0x2a539c=a75_0x1262;this[_0x2a539c(0x192)]={};}[a75_0x5e7e89(0x1a5)](_0x36694b,_0x2b0f48){const _0x3ee6b2=a75_0x5e7e89;if(!_0x36694b)throw new Error(_0x3ee6b2(0x189));if(!_0x2b0f48)throw new Error(_0x3ee6b2(0x17c));return createPin('','',_0x36694b,_0x2b0f48,this['_cache']);}[a75_0x5e7e89(0x1a0)](_0x4d61b5,_0x1e6d32,_0x35f36b){const _0x1756d6=a75_0x5e7e89;if(!_0x4d61b5)throw new Error('url\x20is\x20required');if(!_0x1e6d32)throw new Error(_0x1756d6(0x189));if(!_0x35f36b)throw new Error(_0x1756d6(0x17c));return createPin(_0x4d61b5,'',_0x1e6d32,_0x35f36b,this[_0x1756d6(0x192)]);}[a75_0x5e7e89(0x193)](_0x587ac8,_0x4e4469,_0x3e3ca0){const _0x205f9d=a75_0x5e7e89;if(!_0x587ac8)throw new Error(_0x205f9d(0x186));if(!_0x4e4469)throw new Error(_0x205f9d(0x189));if(!_0x3e3ca0)throw new Error(_0x205f9d(0x17c));return createPin(parseImage(_0x587ac8),'',_0x4e4469,_0x3e3ca0,this[_0x205f9d(0x192)]);}['fromText'](_0x2c3a8f,_0x432ae5,_0x4c60d9){const _0x451076=a75_0x5e7e89;if(!_0x2c3a8f)throw new Error(_0x451076(0x1a3));if(!_0x432ae5)throw new Error(_0x451076(0x189));if(!_0x4c60d9)throw new Error('size\x20is\x20required');return createPin('',_0x2c3a8f,_0x432ae5,_0x4c60d9,this[_0x451076(0x192)]);}}function a75_0x5ecc(){const _0x452ed9=['target','IDLE','119265plbfpK','#FFFFFF','bold\x20','bezierCurveTo','destination-out','fill','save','fromUrl','7LHmyVZ','listenImageChange','text\x20is\x20required','289680xjvoGZ','fromColor','3tmwubU','fillRect','ERROR','restore','width','load','stringify','1196264qhegjL','beginPath','destination-over','31890TjwCiI','size\x20is\x20required','hexa','px\x20sans-serif','closePath','createElement','60KEnMQu','2249560scDpfn','1323900AXEfcm','getImage','getImageState','id\x20is\x20required','LOADED','drawImage','color\x20is\x20required','31502OvKeFj','globalCompositeOperation','toDataURL','fillStyle','lighten','moveTo','#000000','lineTo','_cache','fromMakiIconId','scale','lineWidth','height'];a75_0x5ecc=function(){return _0x452ed9;};return a75_0x5ecc();}function drawPin(_0x16ac1,_0x35feca,_0x479542){const _0x254feb=a75_0x5e7e89;_0x16ac1[_0x254feb(0x19f)](),_0x16ac1[_0x254feb(0x194)](_0x479542/0x18,_0x479542/0x18),_0x16ac1[_0x254feb(0x18d)]=_0x35feca,_0x16ac1['strokeStyle']=a75_0x411d8f(_0x35feca)[_0x254feb(0x18e)](0.6)[_0x254feb(0x17d)](),_0x16ac1[_0x254feb(0x195)]=0.846,_0x16ac1[_0x254feb(0x1ae)](),_0x16ac1[_0x254feb(0x18f)](6.72,0.422),_0x16ac1[_0x254feb(0x191)](17.28,0.422),_0x16ac1[_0x254feb(0x19c)](18.553,0.422,19.577,1.758,19.577,3.415),_0x16ac1[_0x254feb(0x191)](19.577,10.973),_0x16ac1[_0x254feb(0x19c)](19.577,12.63,18.553,13.966,17.282,13.966),_0x16ac1[_0x254feb(0x191)](14.386,14.008),_0x16ac1[_0x254feb(0x191)](11.826,23.578),_0x16ac1[_0x254feb(0x191)](9.614,14.008),_0x16ac1[_0x254feb(0x191)](6.719,13.965),_0x16ac1[_0x254feb(0x19c)](5.446,13.983,4.422,12.629,4.422,10.972),_0x16ac1[_0x254feb(0x191)](4.422,3.416),_0x16ac1['bezierCurveTo'](4.423,1.76,5.447,0.423,6.718,0.423),_0x16ac1[_0x254feb(0x17f)](),_0x16ac1[_0x254feb(0x19e)](),_0x16ac1['stroke'](),_0x16ac1[_0x254feb(0x1a9)]();}function drawIcon(_0x5a1ba3,_0x20e966,_0x5d1903){const _0x49064f=a75_0x5e7e89,_0x10d0f3=_0x5d1903/2.5;let _0x2cd614=_0x10d0f3,_0x373b6a=_0x10d0f3;if(_0x20e966[_0x49064f(0x1aa)]>_0x20e966['height'])_0x373b6a=_0x10d0f3*(_0x20e966[_0x49064f(0x196)]/_0x20e966[_0x49064f(0x1aa)]);else _0x20e966[_0x49064f(0x1aa)]<_0x20e966[_0x49064f(0x196)]&&(_0x2cd614=_0x10d0f3*(_0x20e966['width']/_0x20e966[_0x49064f(0x196)]));const _0x32ae8d=Math['round']((_0x5d1903-_0x2cd614)/0x2),_0x45f7cb=Math['round'](0x7/0x18*_0x5d1903-_0x373b6a/0x2);_0x5a1ba3['globalCompositeOperation']=_0x49064f(0x19d),_0x5a1ba3[_0x49064f(0x188)](_0x20e966,_0x32ae8d-0x1,_0x45f7cb,_0x2cd614,_0x373b6a),_0x5a1ba3[_0x49064f(0x188)](_0x20e966,_0x32ae8d,_0x45f7cb-0x1,_0x2cd614,_0x373b6a),_0x5a1ba3['drawImage'](_0x20e966,_0x32ae8d+0x1,_0x45f7cb,_0x2cd614,_0x373b6a),_0x5a1ba3[_0x49064f(0x188)](_0x20e966,_0x32ae8d,_0x45f7cb+0x1,_0x2cd614,_0x373b6a),_0x5a1ba3[_0x49064f(0x18b)]='destination-over',_0x5a1ba3[_0x49064f(0x18d)]=_0x49064f(0x190),_0x5a1ba3[_0x49064f(0x1a7)](_0x32ae8d-0x1,_0x45f7cb-0x1,_0x2cd614+0x2,_0x373b6a+0x2),_0x5a1ba3['globalCompositeOperation']=_0x49064f(0x19d),_0x5a1ba3[_0x49064f(0x188)](_0x20e966,_0x32ae8d,_0x45f7cb,_0x2cd614,_0x373b6a),_0x5a1ba3[_0x49064f(0x18b)]=_0x49064f(0x1af),_0x5a1ba3[_0x49064f(0x18d)]=_0x49064f(0x19a),_0x5a1ba3['fillRect'](_0x32ae8d-0x1,_0x45f7cb-0x2,_0x2cd614+0x2,_0x373b6a+0x2);}const stringifyScratch=new Array(0x4);function createPin(_0x17f2fc,_0x454d13,_0x648646,_0x1e7011,_0x1cbee2){const _0x1c15d9=a75_0x5e7e89;stringifyScratch[0x0]=_0x17f2fc,stringifyScratch[0x1]=_0x454d13,stringifyScratch[0x2]=_0x648646,stringifyScratch[0x3]=_0x1e7011;const _0x2e0459=JSON[_0x1c15d9(0x1ac)](stringifyScratch),_0x874e05=_0x1cbee2[_0x2e0459];if(_0x874e05)return _0x874e05;const _0x5d8473=document[_0x1c15d9(0x180)]('canvas');_0x5d8473[_0x1c15d9(0x1aa)]=_0x1e7011,_0x5d8473[_0x1c15d9(0x196)]=_0x1e7011;const _0x52489a=_0x5d8473['getContext']('2d');drawPin(_0x52489a,_0x648646,_0x1e7011);if(_0x17f2fc)return new Promise(_0x535155=>{const _0x5f32d3=_0x1c15d9;let _0x4acb10=new Icon({'src':_0x17f2fc}),_0x29a541=_0x4acb10[_0x5f32d3(0x185)]();_0x29a541===a75_0x16b4f3[_0x5f32d3(0x187)]||_0x29a541===a75_0x16b4f3[_0x5f32d3(0x1a8)]?(drawIcon(_0x52489a,_0x4acb10[_0x5f32d3(0x184)](0x60),_0x1e7011),_0x1cbee2[_0x2e0459]=_0x5d8473[_0x5f32d3(0x18c)](),_0x535155(_0x5d8473[_0x5f32d3(0x18c)]())):(_0x29a541===a75_0x16b4f3[_0x5f32d3(0x198)]&&_0x4acb10[_0x5f32d3(0x1ab)](),_0x4acb10[_0x5f32d3(0x1a2)](_0x3ec46c=>{const _0x58514f=_0x5f32d3;_0x29a541=_0x3ec46c[_0x58514f(0x197)][_0x58514f(0x185)](),(_0x29a541===a75_0x16b4f3[_0x58514f(0x187)]||_0x29a541===a75_0x16b4f3[_0x58514f(0x1a8)])&&(drawIcon(_0x52489a,_0x4acb10[_0x58514f(0x184)](0x60),_0x1e7011),_0x1cbee2[_0x2e0459]=_0x5d8473[_0x58514f(0x18c)](),_0x535155(_0x5d8473['toDataURL']()));}));});else{if(_0x454d13){const _0x1f9d31=a75_0x366463(_0x454d13,{'font':_0x1c15d9(0x19b)+_0x1e7011+_0x1c15d9(0x17e)});drawIcon(_0x52489a,_0x1f9d31,_0x1e7011);}}return _0x1cbee2[_0x2e0459]=_0x5d8473[_0x1c15d9(0x18c)](),_0x5d8473[_0x1c15d9(0x18c)]();}export default PinBuilder;
@@ -1 +1 @@
1
- function a68_0x4757(_0x7a24a0,_0x13d69b){const _0x4c6cb4=a68_0x4c6c();return a68_0x4757=function(_0x475738,_0x1f5d2f){_0x475738=_0x475738-0x1b7;let _0xb6641c=_0x4c6cb4[_0x475738];return _0xb6641c;},a68_0x4757(_0x7a24a0,_0x13d69b);}const a68_0x3fcfaf=a68_0x4757;(function(_0x58126c,_0x5ead82){const _0x52ff72=a68_0x4757,_0x349f59=_0x58126c();while(!![]){try{const _0x3ea119=parseInt(_0x52ff72(0x1ca))/0x1*(parseInt(_0x52ff72(0x1d1))/0x2)+-parseInt(_0x52ff72(0x1bb))/0x3*(-parseInt(_0x52ff72(0x1b8))/0x4)+-parseInt(_0x52ff72(0x1d2))/0x5*(-parseInt(_0x52ff72(0x1c3))/0x6)+-parseInt(_0x52ff72(0x1b7))/0x7+-parseInt(_0x52ff72(0x1d5))/0x8*(parseInt(_0x52ff72(0x1d0))/0x9)+-parseInt(_0x52ff72(0x1c8))/0xa*(-parseInt(_0x52ff72(0x1d6))/0xb)+-parseInt(_0x52ff72(0x1c9))/0xc;if(_0x3ea119===_0x5ead82)break;else _0x349f59['push'](_0x349f59['shift']());}catch(_0x2e1a87){_0x349f59['push'](_0x349f59['shift']());}}}(a68_0x4c6c,0xf1539));import a68_0x2c7bea from'./PinBuilder';import{Icon}from'ol/style';import a68_0x622077 from'ol/ImageState';import a68_0x4838f8 from'ol/events/Event';import{shared as a68_0x16b064}from'./ImageCache';function a68_0x4c6c(){const _0x1ecf03=['11098341nnOUmI','20778IsZnci','10DRNqSe','fromText','getImageState','8QSkAAB','9242277mJUuzb','markerSize','_listener','then','markerColor','LOADED','12694437GjrBEH','16804pSBWyO','dispatchEvent','_icon','1263wUtpPB','set','warn','_imageState','listenImageChange','target','options','loadIcon','2452188ZtjzuE','error','markerLabel','fromUrl','IDLE','20WmaFPF','20852676LXpKmT','145QzRUPF','ERROR','getImage','catch','load','image'];a68_0x4c6c=function(){return _0x1ecf03;};return a68_0x4c6c();}export default class PinIcon{constructor(_0x7e9f80){const _0x247624=a68_0x4757;this['options']=_0x7e9f80||{},this[_0x247624(0x1be)]=a68_0x622077[_0x247624(0x1c7)],this[_0x247624(0x1ba)]=a68_0x16b064['get'](this[_0x247624(0x1c1)]),this['_icon']&&(this[_0x247624(0x1be)]=a68_0x622077[_0x247624(0x1db)]);}['load'](){const _0x3897fd=a68_0x4757;try{let _0x20d05a,_0x46376c=new a68_0x2c7bea();if(this[_0x3897fd(0x1c1)]['markerLabel'])_0x20d05a=_0x46376c[_0x3897fd(0x1d3)](this['options'][_0x3897fd(0x1c5)],this[_0x3897fd(0x1c1)][_0x3897fd(0x1da)],this[_0x3897fd(0x1c1)][_0x3897fd(0x1d7)]||0x30);else this['options'][_0x3897fd(0x1cf)]&&(_0x20d05a=_0x46376c[_0x3897fd(0x1c6)](this['options'][_0x3897fd(0x1cf)],this[_0x3897fd(0x1c1)][_0x3897fd(0x1da)],this[_0x3897fd(0x1c1)][_0x3897fd(0x1d7)]||0x30));Promise['resolve'](_0x20d05a)[_0x3897fd(0x1d9)](_0x1f05cb=>{this['loadIcon'](_0x1f05cb);})[_0x3897fd(0x1cd)](_0x3d8a66=>{const _0x4f7b91=_0x3897fd;console[_0x4f7b91(0x1bd)](_0x3d8a66),this[_0x4f7b91(0x1be)]=a68_0x622077[_0x4f7b91(0x1cb)],this['dispatchEvent'](_0x4f7b91(0x1c4));});}catch(_0xb87c0a){console[_0x3897fd(0x1bd)](_0xb87c0a),this[_0x3897fd(0x1be)]=a68_0x622077[_0x3897fd(0x1cb)],this[_0x3897fd(0x1b9)](_0x3897fd(0x1c4));}}[a68_0x3fcfaf(0x1c2)](_0x1cdf95){const _0x14e392=a68_0x3fcfaf;this[_0x14e392(0x1ba)]=new Icon({'src':_0x1cdf95}),a68_0x16b064[_0x14e392(0x1bc)](this['options'],this[_0x14e392(0x1ba)]);let _0x40170c=this[_0x14e392(0x1ba)][_0x14e392(0x1d4)]();_0x40170c===a68_0x622077['LOADED']||_0x40170c===a68_0x622077['ERROR']?(this['_imageState']=this[_0x14e392(0x1ba)][_0x14e392(0x1d4)](),this['dispatchEvent'](_0x14e392(0x1ce))):(_0x40170c===a68_0x622077[_0x14e392(0x1c7)]&&this[_0x14e392(0x1ba)][_0x14e392(0x1ce)](),this[_0x14e392(0x1ba)][_0x14e392(0x1bf)](_0x3f83e8=>{const _0x5a7a79=_0x14e392;_0x40170c=_0x3f83e8[_0x5a7a79(0x1c0)][_0x5a7a79(0x1d4)](),(_0x40170c===a68_0x622077[_0x5a7a79(0x1db)]||_0x40170c===a68_0x622077['ERROR'])&&(this[_0x5a7a79(0x1be)]=this[_0x5a7a79(0x1ba)][_0x5a7a79(0x1d4)](),this['dispatchEvent'](_0x5a7a79(0x1ce)));}));}[a68_0x3fcfaf(0x1d4)](){const _0x36fd6a=a68_0x3fcfaf;return this[_0x36fd6a(0x1be)];}[a68_0x3fcfaf(0x1cc)](){const _0x4f18d1=a68_0x3fcfaf;var _0x42340a;return(_0x42340a=this[_0x4f18d1(0x1ba)])===null||_0x42340a===void 0x0?void 0x0:_0x42340a[_0x4f18d1(0x1cc)]();}[a68_0x3fcfaf(0x1bf)](_0xc1b530){const _0x6f3299=a68_0x3fcfaf;this[_0x6f3299(0x1d8)]=_0xc1b530;}[a68_0x3fcfaf(0x1b9)](_0x5e1fca){const _0x1c0239=a68_0x3fcfaf;if(this[_0x1c0239(0x1d8)]){let _0x3ecd77=new a68_0x4838f8(_0x5e1fca);_0x3ecd77[_0x1c0239(0x1c0)]=this,this[_0x1c0239(0x1d8)](_0x3ecd77);}}}
1
+ function a76_0x5786(){const _0x3ebb66=['dispatchEvent','catch','fromText','options','resolve','warn','369khXzjL','384250yermHt','getImageState','ERROR','150111oVHiwg','get','_icon','909316ImxaGJ','_imageState','2257572rHlBbq','error','target','loadIcon','fromUrl','image','325CjdEbu','set','listenImageChange','getImage','IDLE','markerLabel','78668jBeoiM','8912720HlcpsZ','LOADED','load','_listener','28iZAOnt','markerSize','329642MlmzqT'];a76_0x5786=function(){return _0x3ebb66;};return a76_0x5786();}const a76_0x20bc0b=a76_0x3196;(function(_0x1ca9ce,_0x3d0f55){const _0x3fe4eb=a76_0x3196,_0x1b5885=_0x1ca9ce();while(!![]){try{const _0x3f9473=parseInt(_0x3fe4eb(0x1de))/0x1+parseInt(_0x3fe4eb(0x1f3))/0x2+parseInt(_0x3fe4eb(0x1db))/0x3+-parseInt(_0x3fe4eb(0x1ec))/0x4*(parseInt(_0x3fe4eb(0x1e6))/0x5)+parseInt(_0x3fe4eb(0x1e0))/0x6*(parseInt(_0x3fe4eb(0x1f1))/0x7)+parseInt(_0x3fe4eb(0x1ed))/0x8+parseInt(_0x3fe4eb(0x1d7))/0x9*(-parseInt(_0x3fe4eb(0x1d8))/0xa);if(_0x3f9473===_0x3d0f55)break;else _0x1b5885['push'](_0x1b5885['shift']());}catch(_0x5bc409){_0x1b5885['push'](_0x1b5885['shift']());}}}(a76_0x5786,0xd92bc));import a76_0x633932 from'./PinBuilder';import{Icon}from'ol/style';import a76_0x360a9d from'ol/ImageState';import a76_0x26fa1e from'ol/events/Event';function a76_0x3196(_0x1adc6f,_0x2fa060){const _0x5786f4=a76_0x5786();return a76_0x3196=function(_0x319698,_0x5b5d81){_0x319698=_0x319698-0x1d6;let _0x55d923=_0x5786f4[_0x319698];return _0x55d923;},a76_0x3196(_0x1adc6f,_0x2fa060);}import{shared as a76_0x5e7253}from'./ImageCache';export default class PinIcon{constructor(_0x363d82){const _0x1809bc=a76_0x3196;this[_0x1809bc(0x1f7)]=_0x363d82||{},this[_0x1809bc(0x1df)]=a76_0x360a9d['IDLE'],this[_0x1809bc(0x1dd)]=a76_0x5e7253[_0x1809bc(0x1dc)](this[_0x1809bc(0x1f7)]),this[_0x1809bc(0x1dd)]&&(this['_imageState']=a76_0x360a9d[_0x1809bc(0x1ee)]);}[a76_0x20bc0b(0x1ef)](){const _0x5b650e=a76_0x20bc0b;try{let _0x27a658,_0x4700cd=new a76_0x633932();if(this[_0x5b650e(0x1f7)]['markerLabel'])_0x27a658=_0x4700cd[_0x5b650e(0x1f6)](this[_0x5b650e(0x1f7)][_0x5b650e(0x1eb)],this['options']['markerColor'],this['options'][_0x5b650e(0x1f2)]||0x30);else this[_0x5b650e(0x1f7)][_0x5b650e(0x1e5)]&&(_0x27a658=_0x4700cd[_0x5b650e(0x1e4)](this[_0x5b650e(0x1f7)][_0x5b650e(0x1e5)],this[_0x5b650e(0x1f7)]['markerColor'],this[_0x5b650e(0x1f7)]['markerSize']||0x30));Promise[_0x5b650e(0x1f8)](_0x27a658)['then'](_0x47dd4f=>{this['loadIcon'](_0x47dd4f);})[_0x5b650e(0x1f5)](_0x4828fe=>{const _0x55f18b=_0x5b650e;console[_0x55f18b(0x1d6)](_0x4828fe),this[_0x55f18b(0x1df)]=a76_0x360a9d[_0x55f18b(0x1da)],this[_0x55f18b(0x1f4)]('error');});}catch(_0x49af97){console[_0x5b650e(0x1d6)](_0x49af97),this[_0x5b650e(0x1df)]=a76_0x360a9d[_0x5b650e(0x1da)],this['dispatchEvent'](_0x5b650e(0x1e1));}}[a76_0x20bc0b(0x1e3)](_0x171e40){const _0xae20ed=a76_0x20bc0b;this[_0xae20ed(0x1dd)]=new Icon({'src':_0x171e40}),a76_0x5e7253[_0xae20ed(0x1e7)](this['options'],this[_0xae20ed(0x1dd)]);let _0xf149e1=this[_0xae20ed(0x1dd)][_0xae20ed(0x1d9)]();_0xf149e1===a76_0x360a9d['LOADED']||_0xf149e1===a76_0x360a9d[_0xae20ed(0x1da)]?(this['_imageState']=this['_icon']['getImageState'](),this['dispatchEvent'](_0xae20ed(0x1ef))):(_0xf149e1===a76_0x360a9d[_0xae20ed(0x1ea)]&&this[_0xae20ed(0x1dd)]['load'](),this[_0xae20ed(0x1dd)][_0xae20ed(0x1e8)](_0x254bdc=>{const _0x856cb3=_0xae20ed;_0xf149e1=_0x254bdc[_0x856cb3(0x1e2)][_0x856cb3(0x1d9)](),(_0xf149e1===a76_0x360a9d[_0x856cb3(0x1ee)]||_0xf149e1===a76_0x360a9d[_0x856cb3(0x1da)])&&(this[_0x856cb3(0x1df)]=this['_icon'][_0x856cb3(0x1d9)](),this['dispatchEvent'](_0x856cb3(0x1ef)));}));}[a76_0x20bc0b(0x1d9)](){const _0x50c293=a76_0x20bc0b;return this[_0x50c293(0x1df)];}[a76_0x20bc0b(0x1e9)](){var _0x21082d;return(_0x21082d=this['_icon'])===null||_0x21082d===void 0x0?void 0x0:_0x21082d['getImage']();}[a76_0x20bc0b(0x1e8)](_0x507564){const _0x3a4eee=a76_0x20bc0b;this[_0x3a4eee(0x1f0)]=_0x507564;}['dispatchEvent'](_0x5a3456){const _0x3a6a3b=a76_0x20bc0b;if(this['_listener']){let _0x62c6c7=new a76_0x26fa1e(_0x5a3456);_0x62c6c7[_0x3a6a3b(0x1e2)]=this,this['_listener'](_0x62c6c7);}}}
@@ -1 +1 @@
1
- function a69_0x73a7(_0x36dd67,_0x18c349){const _0xebd1cb=a69_0xebd1();return a69_0x73a7=function(_0x73a7de,_0x58c0da){_0x73a7de=_0x73a7de-0x17a;let _0x1db4c4=_0xebd1cb[_0x73a7de];return _0x1db4c4;},a69_0x73a7(_0x36dd67,_0x18c349);}function a69_0xebd1(){const _0x39cf1c=['ceil','round','12981WjuLfo','fillStyle','length','createElement','#00000000','style','18UspNzW','1120588MwAkFh','#000000','fillText','dimensions','msImageSmoothingEnabled','body','1YwxjPP','height','appendChild','white','strokeStyle','580dJFJxF','font','lineWidth','imageSmoothingEnabled','removeChild','text\x20is\x20required.','stroke','6400905fqESFE','136VEYmBb','140625aeyTmq','fill','fillRect','replace','test','ascent','strokeColor','getContext','data','215656nydKOK','#FFFFFF','black','width','visibility','defaultView','mozImageSmoothingEnabled','canvas','strokeWidth','214852apheqe','lineJoin','1113778mzhiJB','hidden','getComputedStyle','backgroundColor'];a69_0xebd1=function(){return _0x39cf1c;};return a69_0xebd1();}(function(_0x3329c2,_0x28cb4e){const _0x2dc090=a69_0x73a7,_0xd7d09f=_0x3329c2();while(!![]){try{const _0xdc0dd3=-parseInt(_0x2dc090(0x1a7))/0x1*(-parseInt(_0x2dc090(0x194))/0x2)+parseInt(_0x2dc090(0x19a))/0x3+parseInt(_0x2dc090(0x189))/0x4+-parseInt(_0x2dc090(0x17e))/0x5+-parseInt(_0x2dc090(0x1a0))/0x6*(-parseInt(_0x2dc090(0x1a1))/0x7)+-parseInt(_0x2dc090(0x17f))/0x8*(parseInt(_0x2dc090(0x180))/0x9)+-parseInt(_0x2dc090(0x1ac))/0xa*(-parseInt(_0x2dc090(0x192))/0xb);if(_0xdc0dd3===_0x28cb4e)break;else _0xd7d09f['push'](_0xd7d09f['shift']());}catch(_0x593569){_0xd7d09f['push'](_0xd7d09f['shift']());}}}(a69_0xebd1,0xa69c0));function measureText(_0x862e7b,_0x59f5e3,_0x1c98a1,_0x563dcc,_0x3852a6){const _0x217bdc=a69_0x73a7,_0x50ad3e=_0x862e7b['measureText'](_0x59f5e3),_0x31aa77=!/\S/[_0x217bdc(0x184)](_0x59f5e3);if(!_0x31aa77&&document[_0x217bdc(0x18e)]){const _0x743605=document[_0x217bdc(0x18e)][_0x217bdc(0x196)](_0x862e7b[_0x217bdc(0x190)])['getPropertyValue']('font-size')[_0x217bdc(0x183)]('px',''),_0x5c6983=document[_0x217bdc(0x19d)]('canvas'),_0x22109d=0x64,_0x2c1c1c=_0x50ad3e[_0x217bdc(0x18c)]+_0x22109d|0x0,_0x453d1b=0x3*(_0x743605-0x0),_0x1aee08=_0x453d1b/0x2;_0x5c6983['width']=_0x2c1c1c,_0x5c6983[_0x217bdc(0x1a8)]=_0x453d1b;const _0x29006e=_0x5c6983[_0x217bdc(0x187)]('2d');if(!_0x29006e)return{};_0x29006e[_0x217bdc(0x1ad)]=_0x1c98a1,_0x29006e[_0x217bdc(0x19b)]=_0x217bdc(0x1aa),_0x29006e[_0x217bdc(0x182)](0x0,0x0,_0x5c6983[_0x217bdc(0x18c)]+0x1,_0x5c6983[_0x217bdc(0x1a8)]+0x1);_0x563dcc&&(_0x29006e[_0x217bdc(0x1ab)]=_0x217bdc(0x18b),_0x29006e[_0x217bdc(0x1ae)]=_0x862e7b[_0x217bdc(0x1ae)],_0x29006e['strokeText'](_0x59f5e3,_0x22109d/0x2,_0x1aee08));_0x3852a6&&(_0x29006e[_0x217bdc(0x19b)]='black',_0x29006e[_0x217bdc(0x1a3)](_0x59f5e3,_0x22109d/0x2,_0x1aee08));const _0x4bf3a5=_0x29006e['getImageData'](0x0,0x0,_0x2c1c1c,_0x453d1b)[_0x217bdc(0x188)],_0x4c9635=_0x4bf3a5[_0x217bdc(0x19c)],_0x11a080=_0x2c1c1c*0x4;let _0x45ddee,_0x1db652,_0x5f0bcc=0x0,_0x4d3a06=0x0;for(_0x45ddee=0x0;_0x45ddee<_0x4c9635;++_0x45ddee){if(_0x4bf3a5[_0x45ddee]!==0xff){_0x5f0bcc=_0x45ddee/_0x11a080|0x0;break;}}for(_0x45ddee=_0x4c9635-0x1;_0x45ddee>=0x0;--_0x45ddee){if(_0x4bf3a5[_0x45ddee]!==0xff){_0x4d3a06=_0x45ddee/_0x11a080|0x0;break;}}let _0x48fa1b=-0x1;for(_0x45ddee=0x0;_0x45ddee<_0x2c1c1c&&_0x48fa1b===-0x1;++_0x45ddee){for(_0x1db652=0x0;_0x1db652<_0x453d1b;++_0x1db652){const _0xace3a4=_0x45ddee*0x4+_0x1db652*_0x11a080;if(_0x4bf3a5[_0xace3a4]!==0xff||_0x4bf3a5[_0xace3a4+0x1]!==0xff||_0x4bf3a5[_0xace3a4+0x2]!==0xff||_0x4bf3a5[_0xace3a4+0x3]!==0xff){_0x48fa1b=_0x45ddee;break;}}}return{'width':_0x50ad3e[_0x217bdc(0x18c)],'height':_0x4d3a06-_0x5f0bcc,'ascent':_0x1aee08-_0x5f0bcc,'descent':_0x4d3a06-_0x1aee08,'minx':_0x48fa1b-_0x22109d/0x2};}return{'width':_0x50ad3e[_0x217bdc(0x18c)],'height':0x0,'ascent':0x0,'descent':0x0,'minx':0x0};}let imageSmoothingEnabledName='';function writeTextToCanvas(_0x13836d,_0x220447){const _0x1374c6=a69_0x73a7;if(!_0x13836d)throw new Error(_0x1374c6(0x17c));if(_0x13836d==='')return undefined;_0x220447=defaultValue(_0x220447,{});const _0x58f1e2=defaultValue(_0x220447[_0x1374c6(0x1ad)],'10px\x20sans-serif'),_0x47f418=defaultValue(_0x220447[_0x1374c6(0x17d)],![]),_0x373f0f=defaultValue(_0x220447[_0x1374c6(0x181)],!![]),_0x460467=defaultValue(_0x220447[_0x1374c6(0x191)],0x1),_0x110df1=defaultValue(_0x220447[_0x1374c6(0x197)],'#00000000'),_0x1d18ce=defaultValue(_0x220447['padding'],0x0),_0xc27835=_0x1d18ce*0x2,_0x3cb05c=document[_0x1374c6(0x19d)](_0x1374c6(0x190));_0x3cb05c[_0x1374c6(0x18c)]=0x1,_0x3cb05c[_0x1374c6(0x1a8)]=0x1,_0x3cb05c[_0x1374c6(0x19f)][_0x1374c6(0x1ad)]=_0x58f1e2;const _0x4d1d1=_0x3cb05c[_0x1374c6(0x187)]('2d');if(!imageSmoothingEnabledName&&_0x4d1d1){if(_0x4d1d1[_0x1374c6(0x17a)])imageSmoothingEnabledName=_0x1374c6(0x17a);else{if(_0x4d1d1[_0x1374c6(0x18f)])imageSmoothingEnabledName='mozImageSmoothingEnabled';else{if(_0x4d1d1['webkitImageSmoothingEnabled'])imageSmoothingEnabledName='webkitImageSmoothingEnabled';else _0x4d1d1[_0x1374c6(0x1a5)]&&(imageSmoothingEnabledName=_0x1374c6(0x1a5));}}}_0x4d1d1[_0x1374c6(0x1ad)]=_0x58f1e2,_0x4d1d1[_0x1374c6(0x193)]=_0x1374c6(0x199),_0x4d1d1['lineWidth']=_0x460467,_0x4d1d1[imageSmoothingEnabledName]=![],_0x3cb05c[_0x1374c6(0x19f)][_0x1374c6(0x18d)]=_0x1374c6(0x195),document[_0x1374c6(0x1a6)][_0x1374c6(0x1a9)](_0x3cb05c);const _0x325f0e=measureText(_0x4d1d1,_0x13836d,_0x58f1e2,_0x47f418,_0x373f0f);if(!_0x325f0e)return;_0x3cb05c[_0x1374c6(0x1a4)]=_0x325f0e,document['body'][_0x1374c6(0x17b)](_0x3cb05c),_0x3cb05c['style']['visibility']='';const _0x22ae07=-(_0x325f0e['minx']?_0x325f0e['minx']:0x0),_0x256963=Math[_0x1374c6(0x198)](_0x325f0e[_0x1374c6(0x18c)])+_0x22ae07+_0xc27835,_0x3e4ff0=(_0x325f0e[_0x1374c6(0x1a8)]?_0x325f0e[_0x1374c6(0x1a8)]:0x0)+_0xc27835,_0x4a3319=_0x3e4ff0-(_0x325f0e[_0x1374c6(0x185)]?_0x325f0e[_0x1374c6(0x185)]:0x0)+_0x1d18ce,_0x3acfbb=_0x3e4ff0-_0x4a3319+_0xc27835;return _0x3cb05c[_0x1374c6(0x18c)]=_0x256963,_0x3cb05c[_0x1374c6(0x1a8)]=_0x3e4ff0,_0x4d1d1[_0x1374c6(0x1ad)]=_0x58f1e2,_0x4d1d1[_0x1374c6(0x193)]=_0x1374c6(0x199),_0x4d1d1[_0x1374c6(0x1ae)]=_0x460467,_0x4d1d1[imageSmoothingEnabledName]=![],_0x110df1!==_0x1374c6(0x19e)&&(_0x4d1d1[_0x1374c6(0x19b)]=_0x110df1,_0x4d1d1['fillRect'](0x0,0x0,_0x3cb05c[_0x1374c6(0x18c)],_0x3cb05c[_0x1374c6(0x1a8)])),_0x47f418&&(_0x4d1d1[_0x1374c6(0x1ab)]=defaultValue(_0x220447[_0x1374c6(0x186)],_0x1374c6(0x1a2)),_0x4d1d1['strokeText'](_0x13836d,_0x22ae07+_0x1d18ce,_0x3acfbb)),_0x373f0f&&(_0x4d1d1[_0x1374c6(0x19b)]=defaultValue(_0x220447['fillColor'],_0x1374c6(0x18a)),_0x4d1d1[_0x1374c6(0x1a3)](_0x13836d,_0x22ae07+_0x1d18ce,_0x3acfbb)),_0x3cb05c;}function defaultValue(_0x4455c9,_0x4f0f36){if(_0x4455c9!==undefined&&_0x4455c9!==null)return _0x4455c9;return _0x4f0f36;}export default writeTextToCanvas;
1
+ (function(_0x53c057,_0xd3b262){const _0x51056a=a77_0xf75b,_0x996809=_0x53c057();while(!![]){try{const _0xd4ac02=-parseInt(_0x51056a(0x1ea))/0x1+-parseInt(_0x51056a(0x1dd))/0x2*(parseInt(_0x51056a(0x1da))/0x3)+parseInt(_0x51056a(0x1c5))/0x4+parseInt(_0x51056a(0x1d0))/0x5+parseInt(_0x51056a(0x1cc))/0x6*(parseInt(_0x51056a(0x1ca))/0x7)+-parseInt(_0x51056a(0x1e5))/0x8*(-parseInt(_0x51056a(0x1ce))/0x9)+parseInt(_0x51056a(0x1cb))/0xa*(parseInt(_0x51056a(0x1ee))/0xb);if(_0xd4ac02===_0xd3b262)break;else _0x996809['push'](_0x996809['shift']());}catch(_0x5cdc2c){_0x996809['push'](_0x996809['shift']());}}}(a77_0x2b21,0xd48b0));function a77_0x2b21(){const _0x5bc7df=['msImageSmoothingEnabled','font','lineJoin','fill','width','webkitImageSmoothingEnabled','visibility','font-size','strokeColor','test','data','4152912MHCYGm','fillStyle','black','backgroundColor','strokeWidth','2821721kqxXnA','10NdDqKV','6SOgnUz','createElement','1624581AcRizL','ascent','7476130qGxRFi','fillColor','body','canvas','minx','imageSmoothingEnabled','dimensions','replace','getContext','defaultView','6FTCrxZ','height','style','1385136WaYDOA','padding','removeChild','round','stroke','getComputedStyle','strokeText','#00000000','16iObQXp','text\x20is\x20required.','length','mozImageSmoothingEnabled','ceil','1370446hUuTzU','appendChild','lineWidth','fillText','3614413oAiUxd'];a77_0x2b21=function(){return _0x5bc7df;};return a77_0x2b21();}function measureText(_0xf96945,_0x2d277c,_0x38cebe,_0x5039cc,_0x225eba){const _0x3393c1=a77_0xf75b,_0x25613a=_0xf96945['measureText'](_0x2d277c),_0x98cbbe=!/\S/[_0x3393c1(0x1c3)](_0x2d277c);if(!_0x98cbbe&&document[_0x3393c1(0x1d9)]){const _0x515449=document[_0x3393c1(0x1d9)][_0x3393c1(0x1e2)](_0xf96945[_0x3393c1(0x1d3)])['getPropertyValue'](_0x3393c1(0x1c1))[_0x3393c1(0x1d7)]('px',''),_0x4235b7=document[_0x3393c1(0x1cd)](_0x3393c1(0x1d3)),_0x66fc72=0x64,_0x29b24c=_0x25613a[_0x3393c1(0x1be)]+_0x66fc72|0x0,_0x4618ab=0x3*(_0x515449-0x0),_0x44e3f2=_0x4618ab/0x2;_0x4235b7['width']=_0x29b24c,_0x4235b7[_0x3393c1(0x1db)]=_0x4618ab;const _0x59ad12=_0x4235b7[_0x3393c1(0x1d8)]('2d');if(!_0x59ad12)return{};_0x59ad12[_0x3393c1(0x1f0)]=_0x38cebe,_0x59ad12[_0x3393c1(0x1c6)]='white',_0x59ad12['fillRect'](0x0,0x0,_0x4235b7[_0x3393c1(0x1be)]+0x1,_0x4235b7[_0x3393c1(0x1db)]+0x1);_0x5039cc&&(_0x59ad12['strokeStyle']=_0x3393c1(0x1c7),_0x59ad12[_0x3393c1(0x1ec)]=_0xf96945['lineWidth'],_0x59ad12[_0x3393c1(0x1e3)](_0x2d277c,_0x66fc72/0x2,_0x44e3f2));_0x225eba&&(_0x59ad12[_0x3393c1(0x1c6)]=_0x3393c1(0x1c7),_0x59ad12[_0x3393c1(0x1ed)](_0x2d277c,_0x66fc72/0x2,_0x44e3f2));const _0x26eb9c=_0x59ad12['getImageData'](0x0,0x0,_0x29b24c,_0x4618ab)[_0x3393c1(0x1c4)],_0x2f3736=_0x26eb9c[_0x3393c1(0x1e7)],_0x45ea40=_0x29b24c*0x4;let _0x3406cc,_0x20975b,_0xa05e4a=0x0,_0x1b3725=0x0;for(_0x3406cc=0x0;_0x3406cc<_0x2f3736;++_0x3406cc){if(_0x26eb9c[_0x3406cc]!==0xff){_0xa05e4a=_0x3406cc/_0x45ea40|0x0;break;}}for(_0x3406cc=_0x2f3736-0x1;_0x3406cc>=0x0;--_0x3406cc){if(_0x26eb9c[_0x3406cc]!==0xff){_0x1b3725=_0x3406cc/_0x45ea40|0x0;break;}}let _0x2cd632=-0x1;for(_0x3406cc=0x0;_0x3406cc<_0x29b24c&&_0x2cd632===-0x1;++_0x3406cc){for(_0x20975b=0x0;_0x20975b<_0x4618ab;++_0x20975b){const _0x225702=_0x3406cc*0x4+_0x20975b*_0x45ea40;if(_0x26eb9c[_0x225702]!==0xff||_0x26eb9c[_0x225702+0x1]!==0xff||_0x26eb9c[_0x225702+0x2]!==0xff||_0x26eb9c[_0x225702+0x3]!==0xff){_0x2cd632=_0x3406cc;break;}}}return{'width':_0x25613a[_0x3393c1(0x1be)],'height':_0x1b3725-_0xa05e4a,'ascent':_0x44e3f2-_0xa05e4a,'descent':_0x1b3725-_0x44e3f2,'minx':_0x2cd632-_0x66fc72/0x2};}return{'width':_0x25613a['width'],'height':0x0,'ascent':0x0,'descent':0x0,'minx':0x0};}let imageSmoothingEnabledName='';function writeTextToCanvas(_0x1dddb9,_0x12d6b1){const _0x5c4854=a77_0xf75b;if(!_0x1dddb9)throw new Error(_0x5c4854(0x1e6));if(_0x1dddb9==='')return undefined;_0x12d6b1=defaultValue(_0x12d6b1,{});const _0x242167=defaultValue(_0x12d6b1[_0x5c4854(0x1f0)],'10px\x20sans-serif'),_0x404117=defaultValue(_0x12d6b1[_0x5c4854(0x1e1)],![]),_0x5ed2f7=defaultValue(_0x12d6b1[_0x5c4854(0x1bd)],!![]),_0x402aee=defaultValue(_0x12d6b1[_0x5c4854(0x1c9)],0x1),_0x45a5fb=defaultValue(_0x12d6b1[_0x5c4854(0x1c8)],_0x5c4854(0x1e4)),_0x1b44bd=defaultValue(_0x12d6b1[_0x5c4854(0x1de)],0x0),_0xaa847f=_0x1b44bd*0x2,_0x1d6e45=document['createElement'](_0x5c4854(0x1d3));_0x1d6e45[_0x5c4854(0x1be)]=0x1,_0x1d6e45[_0x5c4854(0x1db)]=0x1,_0x1d6e45[_0x5c4854(0x1dc)][_0x5c4854(0x1f0)]=_0x242167;const _0x564118=_0x1d6e45[_0x5c4854(0x1d8)]('2d');if(!imageSmoothingEnabledName&&_0x564118){if(_0x564118[_0x5c4854(0x1d5)])imageSmoothingEnabledName='imageSmoothingEnabled';else{if(_0x564118[_0x5c4854(0x1e8)])imageSmoothingEnabledName=_0x5c4854(0x1e8);else{if(_0x564118[_0x5c4854(0x1bf)])imageSmoothingEnabledName='webkitImageSmoothingEnabled';else _0x564118[_0x5c4854(0x1ef)]&&(imageSmoothingEnabledName=_0x5c4854(0x1ef));}}}_0x564118[_0x5c4854(0x1f0)]=_0x242167,_0x564118[_0x5c4854(0x1bc)]=_0x5c4854(0x1e0),_0x564118[_0x5c4854(0x1ec)]=_0x402aee,_0x564118[imageSmoothingEnabledName]=![],_0x1d6e45[_0x5c4854(0x1dc)]['visibility']='hidden',document[_0x5c4854(0x1d2)][_0x5c4854(0x1eb)](_0x1d6e45);const _0x47972d=measureText(_0x564118,_0x1dddb9,_0x242167,_0x404117,_0x5ed2f7);if(!_0x47972d)return;_0x1d6e45[_0x5c4854(0x1d6)]=_0x47972d,document[_0x5c4854(0x1d2)][_0x5c4854(0x1df)](_0x1d6e45),_0x1d6e45['style'][_0x5c4854(0x1c0)]='';const _0x11cd49=-(_0x47972d['minx']?_0x47972d[_0x5c4854(0x1d4)]:0x0),_0x2af63a=Math[_0x5c4854(0x1e9)](_0x47972d[_0x5c4854(0x1be)])+_0x11cd49+_0xaa847f,_0x5ce7e2=(_0x47972d[_0x5c4854(0x1db)]?_0x47972d[_0x5c4854(0x1db)]:0x0)+_0xaa847f,_0x332160=_0x5ce7e2-(_0x47972d[_0x5c4854(0x1cf)]?_0x47972d['ascent']:0x0)+_0x1b44bd,_0x420056=_0x5ce7e2-_0x332160+_0xaa847f;return _0x1d6e45[_0x5c4854(0x1be)]=_0x2af63a,_0x1d6e45[_0x5c4854(0x1db)]=_0x5ce7e2,_0x564118[_0x5c4854(0x1f0)]=_0x242167,_0x564118[_0x5c4854(0x1bc)]='round',_0x564118['lineWidth']=_0x402aee,_0x564118[imageSmoothingEnabledName]=![],_0x45a5fb!==_0x5c4854(0x1e4)&&(_0x564118[_0x5c4854(0x1c6)]=_0x45a5fb,_0x564118['fillRect'](0x0,0x0,_0x1d6e45[_0x5c4854(0x1be)],_0x1d6e45[_0x5c4854(0x1db)])),_0x404117&&(_0x564118['strokeStyle']=defaultValue(_0x12d6b1[_0x5c4854(0x1c2)],'#000000'),_0x564118[_0x5c4854(0x1e3)](_0x1dddb9,_0x11cd49+_0x1b44bd,_0x420056)),_0x5ed2f7&&(_0x564118[_0x5c4854(0x1c6)]=defaultValue(_0x12d6b1[_0x5c4854(0x1d1)],'#FFFFFF'),_0x564118[_0x5c4854(0x1ed)](_0x1dddb9,_0x11cd49+_0x1b44bd,_0x420056)),_0x1d6e45;}function defaultValue(_0x4aeead,_0xabf10){if(_0x4aeead!==undefined&&_0x4aeead!==null)return _0x4aeead;return _0xabf10;}function a77_0xf75b(_0x185ba6,_0xa43cd4){const _0x2b21e6=a77_0x2b21();return a77_0xf75b=function(_0xf75b0b,_0x21d2d4){_0xf75b0b=_0xf75b0b-0x1bc;let _0x3c05f0=_0x2b21e6[_0xf75b0b];return _0x3c05f0;},a77_0xf75b(_0x185ba6,_0xa43cd4);}export default writeTextToCanvas;
@@ -1 +1 @@
1
- (function(_0x390c8b,_0x1af878){const _0x3fa5c8=a74_0x2c94,_0x806fe1=_0x390c8b();while(!![]){try{const _0xf860c4=-parseInt(_0x3fa5c8(0x1d1))/0x1*(-parseInt(_0x3fa5c8(0x1d0))/0x2)+-parseInt(_0x3fa5c8(0x1bd))/0x3+parseInt(_0x3fa5c8(0x1b7))/0x4*(-parseInt(_0x3fa5c8(0x1c1))/0x5)+-parseInt(_0x3fa5c8(0x1cb))/0x6+parseInt(_0x3fa5c8(0x1c2))/0x7*(parseInt(_0x3fa5c8(0x1cc))/0x8)+parseInt(_0x3fa5c8(0x1bb))/0x9+-parseInt(_0x3fa5c8(0x1c3))/0xa;if(_0xf860c4===_0x1af878)break;else _0x806fe1['push'](_0x806fe1['shift']());}catch(_0x48469b){_0x806fe1['push'](_0x806fe1['shift']());}}}(a74_0x3dc1,0xded97));import a74_0x3eaeff from'ol/format/EsriJSON';import a74_0x15309e from'ol/format/GeoJSON';import{getPointResolution}from'ol/proj';function a74_0x3dc1(){const _0x83d1f9=['time','layers','getSize','inSR','all','returnGeometry','getView','getCenter','imageDisplay','28676systFx','getType','geojsonTypeToArcGIS','getResolution','15631020wpeXCR','resolution','3617940PjZynu','returnM','identify','url','565HOsDnt','2149UtZwom','1824240XHntre','params','returnZ','layerDefs','writeGeometryObject','_setGeometryParams','getProjection','mapExtent','10490976DNijvP','37192ZwShqF','getCode','calculateExtent','request','1130510YKLvNa','3DzBEqo','geometry','path'];a74_0x3dc1=function(){return _0x83d1f9;};return a74_0x3dc1();}import a74_0x3d17c4 from'./Task';import{appendPath}from'../../UrlUtil';import{getEsriSpatialReference}from'../../EsriUtil';function a74_0x2c94(_0x2820e5,_0x28f767){const _0x3dc1e9=a74_0x3dc1();return a74_0x2c94=function(_0x2c940b,_0x462414){_0x2c940b=_0x2c940b-0x1ac;let _0x5d48e6=_0x3dc1e9[_0x2c940b];return _0x5d48e6;},a74_0x2c94(_0x2820e5,_0x28f767);}export default class Identify extends a74_0x3d17c4{constructor(_0x44e5fa,_0x193d8d,_0x5b7b4b){const _0xaeefba=a74_0x2c94;super(_0x44e5fa,_0x193d8d,_0x5b7b4b),this['path']=_0xaeefba(0x1bf),this[_0xaeefba(0x1c4)]={'layers':_0xaeefba(0x1b2),'tolerance':0x0,'returnGeometry':!![]},this['tolerance']=0x3,this[_0xaeefba(0x1bc)]=0x0,this[_0xaeefba(0x1c0)]=appendPath(this[_0xaeefba(0x1c0)],this[_0xaeefba(0x1ad)]),_0x193d8d&&((_0x193d8d['returnGeometry']===!![]||_0x193d8d[_0xaeefba(0x1b3)]===![])&&(this['params'][_0xaeefba(0x1b3)]=_0x193d8d[_0xaeefba(0x1b3)]),_0x193d8d[_0xaeefba(0x1af)]&&(this[_0xaeefba(0x1c4)][_0xaeefba(0x1af)]=_0x193d8d[_0xaeefba(0x1af)]),_0x193d8d[_0xaeefba(0x1c6)]&&(this[_0xaeefba(0x1c4)][_0xaeefba(0x1c6)]=_0x193d8d[_0xaeefba(0x1c6)]),(_0x193d8d['returnZ']===!![]||_0x193d8d['returnZ']===![])&&(this[_0xaeefba(0x1c4)][_0xaeefba(0x1c5)]=_0x193d8d[_0xaeefba(0x1c5)]),(_0x193d8d[_0xaeefba(0x1be)]===!![]||_0x193d8d[_0xaeefba(0x1be)]===![])&&(this['params']['returnM']=_0x193d8d['returnM']));}['at'](_0x23bf6b,_0x467c95){const _0x511d8b=a74_0x2c94;let _0x337bfe,_0x192e47;const _0x5585b8=new a74_0x15309e();_0x337bfe=_0x23bf6b,_0x192e47=getEsriSpatialReference(_0x467c95['getView']()['getProjection']()[_0x511d8b(0x1cd)]());const _0x504be3=_0x467c95[_0x511d8b(0x1b0)]();_0x504be3&&(this['params'][_0x511d8b(0x1b6)]=[_0x504be3[0x0],_0x504be3[0x1],0x60]);this[_0x511d8b(0x1c4)]['sr']=_0x192e47;const _0x3d1465=_0x467c95[_0x511d8b(0x1b4)]()[_0x511d8b(0x1ce)](_0x467c95[_0x511d8b(0x1b0)]());this[_0x511d8b(0x1c4)][_0x511d8b(0x1ca)]={'xmin':_0x3d1465[0x0],'ymin':_0x3d1465[0x1],'xmax':_0x3d1465[0x2],'ymax':_0x3d1465[0x3],'spatialReference':_0x192e47};const _0xf84d38=_0x467c95[_0x511d8b(0x1b4)]()[_0x511d8b(0x1ba)](),_0x3cff76=_0x467c95[_0x511d8b(0x1b4)]()[_0x511d8b(0x1b5)]();return _0xf84d38&&_0x3cff76&&(this['resolution']=getPointResolution(_0x467c95[_0x511d8b(0x1b4)]()[_0x511d8b(0x1c9)](),_0xf84d38,_0x3cff76)),this[_0x511d8b(0x1c8)](_0x337bfe,_0x467c95['getView']()[_0x511d8b(0x1c9)]()[_0x511d8b(0x1cd)]()),this;}['between'](_0x123f73,_0x37acd6){const _0x538db6=a74_0x2c94;return this['params'][_0x538db6(0x1ae)]=[_0x123f73['valueOf'](),_0x37acd6['valueOf']()],this;}['run'](){const _0x28ec79=a74_0x2c94;this[_0x28ec79(0x1cf)]();}['_setGeometryParams'](_0x28a89a,_0x216bc6){const _0x25b3bd=a74_0x2c94;var _0x302407=new a74_0x3eaeff();const _0x131fe3=_0x302407[_0x25b3bd(0x1c7)](_0x28a89a);this['params'][_0x25b3bd(0x1b1)]=getEsriSpatialReference(_0x216bc6),this['params'][_0x25b3bd(0x1ac)]=_0x131fe3,this['params']['geometryType']=this[_0x25b3bd(0x1b9)](_0x28a89a[_0x25b3bd(0x1b8)]());}}
1
+ function a82_0x1132(_0x423b7f,_0x4a452e){const _0xc5d2aa=a82_0xc5d2();return a82_0x1132=function(_0x1132b8,_0x5e722b){_0x1132b8=_0x1132b8-0xd3;let _0x16e6e5=_0xc5d2aa[_0x1132b8];return _0x16e6e5;},a82_0x1132(_0x423b7f,_0x4a452e);}const a82_0x39e056=a82_0x1132;(function(_0x291f89,_0xb3a6b){const _0x32e9ce=a82_0x1132,_0x17cc46=_0x291f89();while(!![]){try{const _0x5cdeb3=parseInt(_0x32e9ce(0xe4))/0x1*(parseInt(_0x32e9ce(0xd9))/0x2)+-parseInt(_0x32e9ce(0xf8))/0x3+parseInt(_0x32e9ce(0xe7))/0x4*(parseInt(_0x32e9ce(0xf0))/0x5)+parseInt(_0x32e9ce(0xed))/0x6+-parseInt(_0x32e9ce(0xd8))/0x7+-parseInt(_0x32e9ce(0xdd))/0x8*(parseInt(_0x32e9ce(0xd6))/0x9)+-parseInt(_0x32e9ce(0xf6))/0xa;if(_0x5cdeb3===_0xb3a6b)break;else _0x17cc46['push'](_0x17cc46['shift']());}catch(_0x36f9af){_0x17cc46['push'](_0x17cc46['shift']());}}}(a82_0xc5d2,0x8338c));import a82_0xb3ff54 from'ol/format/EsriJSON';function a82_0xc5d2(){const _0x5cdace=['url','getType','5976720jjHmKv','all','1838727TpNZCA','mapExtent','layers','geometryType','getSize','time','1494279IzvnLj','params','3572478huhUDG','2022902xBhcLe','_setGeometryParams','getView','getResolution','8GJskUU','layerDefs','valueOf','between','returnGeometry','getProjection','calculateExtent','1sFxwGB','resolution','geometry','1050676hfuNLo','imageDisplay','returnM','inSR','returnZ','getCenter','5325966XrPLWR','run','geojsonTypeToArcGIS','10mBAwhZ','identify','path','getCode'];a82_0xc5d2=function(){return _0x5cdace;};return a82_0xc5d2();}import a82_0x4a85f5 from'ol/format/GeoJSON';import{getPointResolution}from'ol/proj';import a82_0x264b48 from'./Task';import{appendPath}from'../../UrlUtil';import{getEsriSpatialReference}from'../../EsriUtil';export default class Identify extends a82_0x264b48{constructor(_0x498efb,_0x162a52,_0x1924b7){const _0x53ebe4=a82_0x1132;super(_0x498efb,_0x162a52,_0x1924b7),this[_0x53ebe4(0xf2)]=_0x53ebe4(0xf1),this[_0x53ebe4(0xd7)]={'layers':_0x53ebe4(0xf7),'tolerance':0x0,'returnGeometry':!![]},this['tolerance']=0x3,this[_0x53ebe4(0xe5)]=0x0,this[_0x53ebe4(0xf4)]=appendPath(this[_0x53ebe4(0xf4)],this[_0x53ebe4(0xf2)]),_0x162a52&&((_0x162a52['returnGeometry']===!![]||_0x162a52[_0x53ebe4(0xe1)]===![])&&(this[_0x53ebe4(0xd7)][_0x53ebe4(0xe1)]=_0x162a52[_0x53ebe4(0xe1)]),_0x162a52[_0x53ebe4(0xfa)]&&(this[_0x53ebe4(0xd7)]['layers']=_0x162a52[_0x53ebe4(0xfa)]),_0x162a52[_0x53ebe4(0xde)]&&(this['params']['layerDefs']=_0x162a52['layerDefs']),(_0x162a52[_0x53ebe4(0xeb)]===!![]||_0x162a52[_0x53ebe4(0xeb)]===![])&&(this[_0x53ebe4(0xd7)][_0x53ebe4(0xeb)]=_0x162a52[_0x53ebe4(0xeb)]),(_0x162a52[_0x53ebe4(0xe9)]===!![]||_0x162a52[_0x53ebe4(0xe9)]===![])&&(this[_0x53ebe4(0xd7)][_0x53ebe4(0xe9)]=_0x162a52[_0x53ebe4(0xe9)]));}['at'](_0x111199,_0x369841){const _0x3266b8=a82_0x1132;let _0x4bbaa9,_0x486db7;const _0x3f78b4=new a82_0x4a85f5();_0x4bbaa9=_0x111199,_0x486db7=getEsriSpatialReference(_0x369841['getView']()[_0x3266b8(0xe2)]()[_0x3266b8(0xf3)]());const _0x23681b=_0x369841[_0x3266b8(0xd4)]();_0x23681b&&(this[_0x3266b8(0xd7)][_0x3266b8(0xe8)]=[_0x23681b[0x0],_0x23681b[0x1],0x60]);this[_0x3266b8(0xd7)]['sr']=_0x486db7;const _0x4739af=_0x369841['getView']()[_0x3266b8(0xe3)](_0x369841[_0x3266b8(0xd4)]());this[_0x3266b8(0xd7)][_0x3266b8(0xf9)]={'xmin':_0x4739af[0x0],'ymin':_0x4739af[0x1],'xmax':_0x4739af[0x2],'ymax':_0x4739af[0x3],'spatialReference':_0x486db7};const _0x713fa4=_0x369841[_0x3266b8(0xdb)]()[_0x3266b8(0xdc)](),_0x14e311=_0x369841['getView']()[_0x3266b8(0xec)]();return _0x713fa4&&_0x14e311&&(this[_0x3266b8(0xe5)]=getPointResolution(_0x369841['getView']()['getProjection'](),_0x713fa4,_0x14e311)),this[_0x3266b8(0xda)](_0x4bbaa9,_0x369841[_0x3266b8(0xdb)]()['getProjection']()[_0x3266b8(0xf3)]()),this;}[a82_0x39e056(0xe0)](_0x2df69e,_0x2bd3d5){const _0x3ba530=a82_0x39e056;return this[_0x3ba530(0xd7)][_0x3ba530(0xd5)]=[_0x2df69e[_0x3ba530(0xdf)](),_0x2bd3d5['valueOf']()],this;}[a82_0x39e056(0xee)](){this['request']();}[a82_0x39e056(0xda)](_0x4d5877,_0x1d1b87){const _0x56091e=a82_0x39e056;var _0x50c00b=new a82_0xb3ff54();const _0x240052=_0x50c00b['writeGeometryObject'](_0x4d5877);this[_0x56091e(0xd7)][_0x56091e(0xea)]=getEsriSpatialReference(_0x1d1b87),this[_0x56091e(0xd7)][_0x56091e(0xe6)]=_0x240052,this[_0x56091e(0xd7)][_0x56091e(0xd3)]=this[_0x56091e(0xef)](_0x4d5877[_0x56091e(0xf5)]());}}
@@ -1 +1 @@
1
- const a75_0xd51a29=a75_0x2ea3;(function(_0x3e1377,_0x1fd3e3){const _0x1a3d96=a75_0x2ea3,_0x55f144=_0x3e1377();while(!![]){try{const _0x533ac8=parseInt(_0x1a3d96(0x158))/0x1+-parseInt(_0x1a3d96(0x156))/0x2*(-parseInt(_0x1a3d96(0x17c))/0x3)+parseInt(_0x1a3d96(0x15a))/0x4*(-parseInt(_0x1a3d96(0x165))/0x5)+parseInt(_0x1a3d96(0x15f))/0x6+-parseInt(_0x1a3d96(0x15e))/0x7+-parseInt(_0x1a3d96(0x17b))/0x8+parseInt(_0x1a3d96(0x16c))/0x9;if(_0x533ac8===_0x1fd3e3)break;else _0x55f144['push'](_0x55f144['shift']());}catch(_0x2a7d73){_0x55f144['push'](_0x55f144['shift']());}}}(a75_0x8a00,0x27f5f));import a75_0x2aee6b from'ol/format/EsriJSON';function a75_0x2ea3(_0x340c75,_0x5b56c3){const _0x8a0071=a75_0x8a00();return a75_0x2ea3=function(_0x2ea310,_0xefa170){_0x2ea310=_0x2ea310-0x13f;let _0x44c3c2=_0x8a0071[_0x2ea310];return _0x44c3c2;},a75_0x2ea3(_0x340c75,_0x5b56c3);}import a75_0x33361b from'./Task';import{getEsriSpatialReference}from'../../EsriUtil';import{appendPath}from'../../UrlUtil';export default class Query extends a75_0x33361b{constructor(_0x27f31c,_0x9427de,_0x2d2f06){const _0x9ee07=a75_0x2ea3;super(_0x27f31c,_0x9427de,_0x2d2f06),this['path']=_0x9ee07(0x161),this[_0x9ee07(0x159)]={'returnGeometry':!![],'where':_0x9ee07(0x163),'outFields':'*','returnZ':![],'returnM':![],'t':new Date()['getTime']()},this[_0x9ee07(0x146)]=appendPath(this[_0x9ee07(0x146)],this['path']),_0x9427de&&((_0x9427de['returnGeometry']===!![]||_0x9427de[_0x9ee07(0x14f)]===![])&&(this[_0x9ee07(0x159)][_0x9ee07(0x14f)]=_0x9427de[_0x9ee07(0x14f)]),_0x9427de[_0x9ee07(0x154)]&&(this['params']['where']=_0x9427de[_0x9ee07(0x154)]),_0x9427de['outSR']&&(this[_0x9ee07(0x159)][_0x9ee07(0x179)]=getEsriSpatialReference(_0x9427de['outSR'])),(_0x9427de[_0x9ee07(0x17f)]===!![]||_0x9427de['returnZ']===![])&&(this[_0x9ee07(0x159)]['returnZ']=_0x9427de['returnZ']),(_0x9427de[_0x9ee07(0x162)]===!![]||_0x9427de[_0x9ee07(0x162)]===![])&&(this[_0x9ee07(0x159)]['returnM']=_0x9427de[_0x9ee07(0x162)]));}['within'](_0x47f82a,_0x309d0d){const _0x35c556=a75_0x2ea3;return this[_0x35c556(0x17e)](_0x47f82a,_0x309d0d),this['params']['spatialRel']='esriSpatialRelContains',this;}[a75_0xd51a29(0x160)](_0x1ee67b,_0x2b0808){const _0xa3def3=a75_0xd51a29;return this[_0xa3def3(0x17e)](_0x1ee67b,_0x2b0808),this[_0xa3def3(0x159)][_0xa3def3(0x145)]=_0xa3def3(0x148),this;}[a75_0xd51a29(0x17a)](_0x2a695a,_0x2080b5){const _0x1c1577=a75_0xd51a29;return this[_0x1c1577(0x17e)](_0x2a695a,_0x2080b5),this[_0x1c1577(0x159)][_0x1c1577(0x145)]='esriSpatialRelWithin',this;}[a75_0xd51a29(0x178)](_0x3452ac,_0x3067e3){const _0x2db751=a75_0xd51a29;return this[_0x2db751(0x17e)](_0x3452ac,_0x3067e3),this[_0x2db751(0x159)][_0x2db751(0x145)]='esriSpatialRelCrosses',this;}['touches'](_0x4ae75a,_0x5d84f8){const _0x5a520f=a75_0xd51a29;return this[_0x5a520f(0x17e)](_0x4ae75a,_0x5d84f8),this['params'][_0x5a520f(0x145)]=_0x5a520f(0x144),this;}['overlaps'](_0x5418ed,_0x1e10fc){const _0x27f746=a75_0xd51a29;return this[_0x27f746(0x17e)](_0x5418ed,_0x1e10fc),this[_0x27f746(0x159)]['spatialRel']=_0x27f746(0x153),this;}['bboxIntersects'](_0x39f3eb,_0x48ddc8){const _0x583bf9=a75_0xd51a29;return this[_0x583bf9(0x17e)](_0x39f3eb,_0x48ddc8),this[_0x583bf9(0x159)][_0x583bf9(0x145)]=_0x583bf9(0x149),this;}[a75_0xd51a29(0x174)](_0x1670dd,_0x4c5562){const _0x28639e=a75_0xd51a29;return this[_0x28639e(0x17e)](_0x1670dd,_0x4c5562),this['params']['spatialRel']='esriSpatialRelIndexIntersects',this;}['nearby'](_0xfafcb7,_0x39745f,_0x3fc7d4){const _0xefdc2f=a75_0xd51a29;return this[_0xefdc2f(0x17e)](_0xfafcb7,_0x39745f),this['params']['spatialRel']=_0xefdc2f(0x148),this[_0xefdc2f(0x159)][_0xefdc2f(0x155)]='esriSRUnit_Meter',this[_0xefdc2f(0x159)][_0xefdc2f(0x16d)]=_0x3fc7d4,this;}[a75_0xd51a29(0x154)](_0x4e31ce){const _0x7280b4=a75_0xd51a29;return this[_0x7280b4(0x159)][_0x7280b4(0x154)]=_0x4e31ce,this;}[a75_0xd51a29(0x141)](_0x4fd0a1,_0x46abd0){const _0x5bd84d=a75_0xd51a29;return this[_0x5bd84d(0x159)]['time']=[_0x4fd0a1[_0x5bd84d(0x15c)](),_0x46abd0[_0x5bd84d(0x15c)]()],this;}['simplify'](_0x1e7c0f,_0xb4abdb){const _0x38f817=a75_0xd51a29,_0x1a02fe=_0x1e7c0f[_0x38f817(0x13f)]();var _0x19183f=Math[_0x38f817(0x15b)](_0x1a02fe[0x2]-_0x1a02fe[0x0]);const _0x34087c=_0x1e7c0f['getSize']();if(_0x34087c)return this[_0x38f817(0x159)][_0x38f817(0x16f)]=_0x19183f/_0x34087c[0x1]*_0xb4abdb,this;}[a75_0xd51a29(0x14e)](_0x375fc2,_0x277558){const _0x4ff96c=a75_0xd51a29;return _0x277558=_0x277558||_0x4ff96c(0x169),this[_0x4ff96c(0x159)][_0x4ff96c(0x16b)]=this[_0x4ff96c(0x159)]['orderByFields']?this[_0x4ff96c(0x159)]['orderByFields']+',':'',this[_0x4ff96c(0x159)][_0x4ff96c(0x16b)]+=[_0x375fc2,_0x277558][_0x4ff96c(0x14a)]('\x20'),this;}async[a75_0xd51a29(0x164)](){const _0x4c6189=a75_0xd51a29;this[_0x4c6189(0x157)]();const _0x38c472=await this[_0x4c6189(0x167)]()['catch'](_0x27db74=>{throw new Error(_0x27db74);});if(_0x38c472[_0x4c6189(0x177)]!==0xc8)throw new Error(_0x4c6189(0x166));if(_0x38c472[_0x4c6189(0x15d)]&&_0x38c472['data'][_0x4c6189(0x16a)]&&_0x38c472[_0x4c6189(0x15d)][_0x4c6189(0x16a)]['length']>0x0){var _0x58759a=new a75_0x2aee6b();let _0x48a77b=[];return _0x38c472['data'][_0x4c6189(0x16a)][_0x4c6189(0x151)](_0x30b8c4=>{const _0x1197d3=_0x4c6189,_0x5cbd43=_0x58759a['readFeature'](_0x30b8c4);_0x48a77b[_0x1197d3(0x173)](_0x5cbd43);}),_0x48a77b;}return[];}[a75_0xd51a29(0x16e)](){const _0x14c2a0=a75_0xd51a29;this[_0x14c2a0(0x157)](),this[_0x14c2a0(0x159)][_0x14c2a0(0x150)]=!![],this[_0x14c2a0(0x167)]();}[a75_0xd51a29(0x171)](){const _0x8015e0=a75_0xd51a29;this['_cleanParams'](),this[_0x8015e0(0x159)][_0x8015e0(0x17d)]=!![],this[_0x8015e0(0x167)]();}['distinct'](){const _0x5d831b=a75_0xd51a29;return this[_0x5d831b(0x159)]['returnGeometry']=![],this[_0x5d831b(0x159)][_0x5d831b(0x14d)]=!![],this;}['layer'](_0x356b79){const _0x242bb4=a75_0xd51a29;return this[_0x242bb4(0x142)]=_0x356b79+_0x242bb4(0x143),this;}['_trapSQLerrors'](_0x2a9350){const _0x3d1cb4=a75_0xd51a29;_0x2a9350&&(_0x2a9350['code']===_0x3d1cb4(0x14b)&&console[_0x3d1cb4(0x140)][_0x3d1cb4(0x152)](_0x3d1cb4(0x172)));}['_cleanParams'](){const _0x3a5bfe=a75_0xd51a29;delete this[_0x3a5bfe(0x159)][_0x3a5bfe(0x17d)],delete this[_0x3a5bfe(0x159)][_0x3a5bfe(0x175)],delete this[_0x3a5bfe(0x159)][_0x3a5bfe(0x150)];}['_setGeometryParams'](_0x49c71f,_0x1c4bd2){const _0x4d73c6=a75_0xd51a29;var _0x5cb3dc=new a75_0x2aee6b();const _0x8087d7=_0x5cb3dc['writeGeometryObject'](_0x49c71f);this[_0x4d73c6(0x159)][_0x4d73c6(0x168)]=getEsriSpatialReference(_0x1c4bd2),this[_0x4d73c6(0x159)][_0x4d73c6(0x147)]=_0x8087d7,this[_0x4d73c6(0x159)][_0x4d73c6(0x176)]=this[_0x4d73c6(0x14c)](_0x49c71f[_0x4d73c6(0x170)]());}}function a75_0x8a00(){const _0x2de834=['query','returnM','1=1','run','1340JZsTqe','No\x20features\x20found','request','inSR','ASC','features','orderByFields','3675834iIWJkn','distance','count','maxAllowableOffset','getType','ids','one\x20common\x20syntax\x20error\x20in\x20query\x20requests\x20is\x20encasing\x20string\x20values\x20in\x20double\x20quotes\x20instead\x20of\x20single\x20quotes','push','indexIntersects','returnExtentOnly','geometryType','status','crosses','outSR','contains','1669120EbTRal','45gqwvfH','returnIdsOnly','_setGeometryParams','returnZ','getExtent','warn','between','path','/query','esriSpatialRelTouches','spatialRel','url','geometry','esriSpatialRelIntersects','esriSpatialRelEnvelopeIntersects','join','400','geojsonTypeToArcGIS','returnDistinctValues','orderBy','returnGeometry','returnCountOnly','forEach','apply','esriSpatialRelOverlaps','where','units','1138oHhOpu','_cleanParams','223100cFwuQS','params','3576SgsQYo','abs','valueOf','data','2196187hkuWFq','1713546qScDPi','intersects'];a75_0x8a00=function(){return _0x2de834;};return a75_0x8a00();}
1
+ const a83_0x3052de=a83_0x389b;function a83_0x4bbe(){const _0x2dc47c=['time','esriSpatialRelIntersects','returnZ','esriSpatialRelCrosses','overlaps','_cleanParams','distance','warn','returnIdsOnly','esriSpatialRelContains','data','/query','params','9EgZTMs','forEach','orderBy','217020KjzuXR','layer','returnDistinctValues','intersects','1088934bhuqRL','contains','within','units','esriSpatialRelOverlaps','url','path','where','returnM','writeGeometryObject','getType','esriSRUnit_Meter','No\x20features\x20found','run','157960tOxIEt','between','distinct','readFeature','request','returnExtentOnly','orderByFields','esriSpatialRelEnvelopeIntersects','valueOf','catch','9208UXPckh','returnGeometry','_setGeometryParams','simplify','ids','205BOnWsk','bboxIntersects','abs','crosses','count','outSR','inSR','geojsonTypeToArcGIS','2149TuWdxP','geometry','39416OfDjxa','query','getSize','56971GsEbUs','touches','indexIntersects','1=1','spatialRel','features','154610keWnBb','maxAllowableOffset','code','esriSpatialRelTouches','push'];a83_0x4bbe=function(){return _0x2dc47c;};return a83_0x4bbe();}function a83_0x389b(_0x48cbdd,_0x5a40ae){const _0x4bbe78=a83_0x4bbe();return a83_0x389b=function(_0x389bf1,_0x1b4766){_0x389bf1=_0x389bf1-0x161;let _0x56bb3f=_0x4bbe78[_0x389bf1];return _0x56bb3f;},a83_0x389b(_0x48cbdd,_0x5a40ae);}(function(_0xbb3257,_0x5b3f69){const _0x505ca7=a83_0x389b,_0x1185e2=_0xbb3257();while(!![]){try{const _0x58c57d=-parseInt(_0x505ca7(0x193))/0x1+parseInt(_0x505ca7(0x177))/0x2+parseInt(_0x505ca7(0x169))/0x3+parseInt(_0x505ca7(0x190))/0x4*(-parseInt(_0x505ca7(0x186))/0x5)+-parseInt(_0x505ca7(0x165))/0x6+parseInt(_0x505ca7(0x18e))/0x7*(parseInt(_0x505ca7(0x181))/0x8)+-parseInt(_0x505ca7(0x162))/0x9*(parseInt(_0x505ca7(0x199))/0xa);if(_0x58c57d===_0x5b3f69)break;else _0x1185e2['push'](_0x1185e2['shift']());}catch(_0x214133){_0x1185e2['push'](_0x1185e2['shift']());}}}(a83_0x4bbe,0x4504b));import a83_0x4bb551 from'ol/format/EsriJSON';import a83_0x4be2a3 from'./Task';import{getEsriSpatialReference}from'../../EsriUtil';import{appendPath}from'../../UrlUtil';export default class Query extends a83_0x4be2a3{constructor(_0x332e1c,_0x3e5a25,_0x7938ff){const _0x405d2a=a83_0x389b;super(_0x332e1c,_0x3e5a25,_0x7938ff),this[_0x405d2a(0x16f)]=_0x405d2a(0x191),this['params']={'returnGeometry':!![],'where':_0x405d2a(0x196),'outFields':'*','returnZ':![],'returnM':![],'t':new Date()['getTime']()},this[_0x405d2a(0x16e)]=appendPath(this[_0x405d2a(0x16e)],this['path']),_0x3e5a25&&((_0x3e5a25['returnGeometry']===!![]||_0x3e5a25[_0x405d2a(0x182)]===![])&&(this['params'][_0x405d2a(0x182)]=_0x3e5a25[_0x405d2a(0x182)]),_0x3e5a25['where']&&(this[_0x405d2a(0x161)]['where']=_0x3e5a25['where']),_0x3e5a25[_0x405d2a(0x18b)]&&(this['params'][_0x405d2a(0x18b)]=getEsriSpatialReference(_0x3e5a25['outSR'])),(_0x3e5a25['returnZ']===!![]||_0x3e5a25[_0x405d2a(0x1a0)]===![])&&(this[_0x405d2a(0x161)]['returnZ']=_0x3e5a25[_0x405d2a(0x1a0)]),(_0x3e5a25[_0x405d2a(0x171)]===!![]||_0x3e5a25['returnM']===![])&&(this[_0x405d2a(0x161)][_0x405d2a(0x171)]=_0x3e5a25['returnM']));}[a83_0x3052de(0x16b)](_0x220f0b,_0x6c667e){const _0x3bcb20=a83_0x3052de;return this[_0x3bcb20(0x183)](_0x220f0b,_0x6c667e),this[_0x3bcb20(0x161)][_0x3bcb20(0x197)]=_0x3bcb20(0x1a7),this;}[a83_0x3052de(0x168)](_0x1d40c5,_0x13d83b){const _0x1e396f=a83_0x3052de;return this[_0x1e396f(0x183)](_0x1d40c5,_0x13d83b),this[_0x1e396f(0x161)][_0x1e396f(0x197)]='esriSpatialRelIntersects',this;}[a83_0x3052de(0x16a)](_0xca746,_0x79fb10){const _0x8189a4=a83_0x3052de;return this[_0x8189a4(0x183)](_0xca746,_0x79fb10),this[_0x8189a4(0x161)][_0x8189a4(0x197)]='esriSpatialRelWithin',this;}[a83_0x3052de(0x189)](_0x52cbcb,_0x476923){const _0x56b553=a83_0x3052de;return this[_0x56b553(0x183)](_0x52cbcb,_0x476923),this[_0x56b553(0x161)][_0x56b553(0x197)]=_0x56b553(0x1a1),this;}[a83_0x3052de(0x194)](_0x5390ba,_0x14a4de){const _0x49c495=a83_0x3052de;return this[_0x49c495(0x183)](_0x5390ba,_0x14a4de),this[_0x49c495(0x161)][_0x49c495(0x197)]=_0x49c495(0x19c),this;}[a83_0x3052de(0x1a2)](_0x4a02a6,_0x57b6c3){const _0x19ea14=a83_0x3052de;return this[_0x19ea14(0x183)](_0x4a02a6,_0x57b6c3),this[_0x19ea14(0x161)]['spatialRel']=_0x19ea14(0x16d),this;}[a83_0x3052de(0x187)](_0x3f002d,_0x39e6e8){const _0x3d1d86=a83_0x3052de;return this[_0x3d1d86(0x183)](_0x3f002d,_0x39e6e8),this[_0x3d1d86(0x161)]['spatialRel']=_0x3d1d86(0x17e),this;}[a83_0x3052de(0x195)](_0x22fa7c,_0x2935e7){const _0x4a0b20=a83_0x3052de;return this[_0x4a0b20(0x183)](_0x22fa7c,_0x2935e7),this[_0x4a0b20(0x161)][_0x4a0b20(0x197)]='esriSpatialRelIndexIntersects',this;}['nearby'](_0x51f142,_0x236a42,_0x2af22f){const _0x4da053=a83_0x3052de;return this['_setGeometryParams'](_0x51f142,_0x236a42),this[_0x4da053(0x161)][_0x4da053(0x197)]=_0x4da053(0x19f),this['params'][_0x4da053(0x16c)]=_0x4da053(0x174),this['params'][_0x4da053(0x1a4)]=_0x2af22f,this;}[a83_0x3052de(0x170)](_0x4f3e65){const _0x1723e0=a83_0x3052de;return this[_0x1723e0(0x161)][_0x1723e0(0x170)]=_0x4f3e65,this;}[a83_0x3052de(0x178)](_0x3612d8,_0x3196ad){const _0x284eec=a83_0x3052de;return this[_0x284eec(0x161)][_0x284eec(0x19e)]=[_0x3612d8[_0x284eec(0x17f)](),_0x3196ad[_0x284eec(0x17f)]()],this;}[a83_0x3052de(0x184)](_0x18432d,_0x359195){const _0x4c0d47=a83_0x3052de,_0x586a2f=_0x18432d['getExtent']();var _0x527380=Math[_0x4c0d47(0x188)](_0x586a2f[0x2]-_0x586a2f[0x0]);const _0x37cc5c=_0x18432d[_0x4c0d47(0x192)]();if(_0x37cc5c)return this[_0x4c0d47(0x161)][_0x4c0d47(0x19a)]=_0x527380/_0x37cc5c[0x1]*_0x359195,this;}[a83_0x3052de(0x164)](_0x42abc3,_0x40e974){const _0x45c7a7=a83_0x3052de;return _0x40e974=_0x40e974||'ASC',this[_0x45c7a7(0x161)][_0x45c7a7(0x17d)]=this[_0x45c7a7(0x161)]['orderByFields']?this[_0x45c7a7(0x161)][_0x45c7a7(0x17d)]+',':'',this[_0x45c7a7(0x161)][_0x45c7a7(0x17d)]+=[_0x42abc3,_0x40e974]['join']('\x20'),this;}async[a83_0x3052de(0x176)](){const _0x5342f9=a83_0x3052de;this[_0x5342f9(0x1a3)]();const _0x3be787=await this['request']()[_0x5342f9(0x180)](_0x51b5cc=>{throw new Error(_0x51b5cc);});if(_0x3be787['status']!==0xc8)throw new Error(_0x5342f9(0x175));if(_0x3be787[_0x5342f9(0x1a8)]&&_0x3be787['data']['features']&&_0x3be787['data'][_0x5342f9(0x198)]['length']>0x0){var _0x1f56a7=new a83_0x4bb551();let _0x4c4840=[];return _0x3be787['data'][_0x5342f9(0x198)][_0x5342f9(0x163)](_0x53e77c=>{const _0x1a85e7=_0x5342f9,_0x20ca27=_0x1f56a7[_0x1a85e7(0x17a)](_0x53e77c);_0x4c4840[_0x1a85e7(0x19d)](_0x20ca27);}),_0x4c4840;}return[];}[a83_0x3052de(0x18a)](){this['_cleanParams'](),this['params']['returnCountOnly']=!![],this['request']();}[a83_0x3052de(0x185)](){const _0x2ca992=a83_0x3052de;this[_0x2ca992(0x1a3)](),this['params'][_0x2ca992(0x1a6)]=!![],this[_0x2ca992(0x17b)]();}[a83_0x3052de(0x179)](){const _0x580455=a83_0x3052de;return this[_0x580455(0x161)]['returnGeometry']=![],this[_0x580455(0x161)][_0x580455(0x167)]=!![],this;}[a83_0x3052de(0x166)](_0x42392d){const _0x1a0d41=a83_0x3052de;return this[_0x1a0d41(0x16f)]=_0x42392d+_0x1a0d41(0x1a9),this;}['_trapSQLerrors'](_0x3fa51e){const _0x4a28fe=a83_0x3052de;_0x3fa51e&&(_0x3fa51e[_0x4a28fe(0x19b)]==='400'&&console[_0x4a28fe(0x1a5)]['apply']('one\x20common\x20syntax\x20error\x20in\x20query\x20requests\x20is\x20encasing\x20string\x20values\x20in\x20double\x20quotes\x20instead\x20of\x20single\x20quotes'));}[a83_0x3052de(0x1a3)](){const _0x3d917d=a83_0x3052de;delete this[_0x3d917d(0x161)]['returnIdsOnly'],delete this['params'][_0x3d917d(0x17c)],delete this[_0x3d917d(0x161)]['returnCountOnly'];}[a83_0x3052de(0x183)](_0x15a1e0,_0x5e8aa8){const _0x46eafd=a83_0x3052de;var _0x759dd1=new a83_0x4bb551();const _0x471abe=_0x759dd1[_0x46eafd(0x172)](_0x15a1e0);this[_0x46eafd(0x161)][_0x46eafd(0x18c)]=getEsriSpatialReference(_0x5e8aa8),this['params'][_0x46eafd(0x18f)]=_0x471abe,this['params']['geometryType']=this[_0x46eafd(0x18d)](_0x15a1e0[_0x46eafd(0x173)]());}}
@@ -1 +1 @@
1
- function a76_0x4778(_0x20fd1a,_0x5563de){var _0x2b518e=a76_0x2b51();return a76_0x4778=function(_0x4778cc,_0x3d2130){_0x4778cc=_0x4778cc-0x136;var _0x5b418c=_0x2b518e[_0x4778cc];return _0x5b418c;},a76_0x4778(_0x20fd1a,_0x5563de);}var a76_0x15bdb2=a76_0x4778;(function(_0xaaa4ed,_0x2499ed){var _0x23976e=a76_0x4778,_0x1048f9=_0xaaa4ed();while(!![]){try{var _0x3fe37f=-parseInt(_0x23976e(0x13f))/0x1+parseInt(_0x23976e(0x136))/0x2*(-parseInt(_0x23976e(0x138))/0x3)+parseInt(_0x23976e(0x14e))/0x4+-parseInt(_0x23976e(0x13d))/0x5*(parseInt(_0x23976e(0x143))/0x6)+parseInt(_0x23976e(0x13b))/0x7*(-parseInt(_0x23976e(0x141))/0x8)+parseInt(_0x23976e(0x157))/0x9+parseInt(_0x23976e(0x14c))/0xa;if(_0x3fe37f===_0x2499ed)break;else _0x1048f9['push'](_0x1048f9['shift']());}catch(_0x3c0581){_0x1048f9['push'](_0x1048f9['shift']());}}}(a76_0x2b51,0xe749d));import a76_0x3aecd0 from'../../AxiosUtil';import{jsonp,stringify}from'../../AxiosUtil';export default class Task{constructor(_0x4fd99c,_0x1100f3,_0x31bb6e){var _0x15df4b=a76_0x4778;this['url']=_0x4fd99c,this['params']=_0x1100f3||{},this[_0x15df4b(0x147)]=!_0x31bb6e?'GET':_0x31bb6e;}[a76_0x15bdb2(0x15f)](_0x2b2e8e){var _0x99142d=a76_0x15bdb2,_0x3d1a78;switch(_0x2b2e8e){case _0x99142d(0x158):_0x3d1a78=_0x99142d(0x140);break;case _0x99142d(0x14b):_0x3d1a78=_0x99142d(0x15a);break;case _0x99142d(0x15d):_0x3d1a78='esriGeometryPolyline';break;case _0x99142d(0x14a):_0x3d1a78=_0x99142d(0x155);break;case'Polygon':_0x3d1a78=_0x99142d(0x14f);break;case'MultiPolygon':_0x3d1a78=_0x99142d(0x14f);break;}return _0x3d1a78;}[a76_0x15bdb2(0x159)](_0xb7764f){var _0x1132df=a76_0x15bdb2;return/^(?!.*utility\.arcgis\.com).*\.arcgis\.com.*FeatureServer/i[_0x1132df(0x13c)](_0xb7764f);}[a76_0x15bdb2(0x153)](_0x5be7b4){var _0x3132d9=a76_0x15bdb2,_0x43d6cf='';_0x5be7b4['f']=_0x5be7b4['f']||'json';for(var _0xa19d2f in _0x5be7b4){if(Object[_0x3132d9(0x148)]['hasOwnProperty'][_0x3132d9(0x146)](_0x5be7b4,_0xa19d2f)){var _0x782cf3=_0x5be7b4[_0xa19d2f],_0x1e7ff0=Object[_0x3132d9(0x148)]['toString'][_0x3132d9(0x146)](_0x782cf3),_0x2610d6;_0x43d6cf[_0x3132d9(0x13e)]&&(_0x43d6cf+='&');if(_0x1e7ff0===_0x3132d9(0x149))_0x2610d6=Object[_0x3132d9(0x148)][_0x3132d9(0x15c)][_0x3132d9(0x146)](_0x782cf3[0x0])===_0x3132d9(0x139)?JSON[_0x3132d9(0x151)](_0x782cf3):_0x782cf3[_0x3132d9(0x144)](',');else{if(_0x1e7ff0===_0x3132d9(0x139))_0x2610d6=JSON[_0x3132d9(0x151)](_0x782cf3);else _0x1e7ff0===_0x3132d9(0x142)?_0x2610d6=_0x782cf3['valueOf']():_0x2610d6=_0x782cf3;}_0x43d6cf+=encodeURIComponent(_0xa19d2f)+'='+encodeURIComponent(_0x2610d6);}}return _0x43d6cf;}[a76_0x15bdb2(0x152)](_0x1a0a49){var _0x36fdea=a76_0x15bdb2;return this[_0x36fdea(0x150)][_0x36fdea(0x15e)]=!_0x1a0a49,this;}async[a76_0x15bdb2(0x154)](){var _0x41a3e4=a76_0x15bdb2,_0x32f5b9=this['serialize'](this[_0x41a3e4(0x150)]);const _0x4d58a5=this['url'][_0x41a3e4(0x15b)]('?')>-0x1?this[_0x41a3e4(0x156)]+'&'+_0x32f5b9:this[_0x41a3e4(0x156)]+'?'+_0x32f5b9;if(this['method']===_0x41a3e4(0x14d))return a76_0x3aecd0[_0x41a3e4(0x13a)](_0x4d58a5);else{if(this[_0x41a3e4(0x147)]===_0x41a3e4(0x145))return jsonp(_0x4d58a5);else{const _0x380035=stringify(this['params']);return a76_0x3aecd0[_0x41a3e4(0x137)](this['url'],_0x380035);}}}}function a76_0x2b51(){var _0x4ae697=['[object\x20Object]','get','21pIXwJZ','test','225kzQSUI','length','444122uvlPfX','esriGeometryPoint','3213752XQmNWh','[object\x20Date]','134658MfMBek','join','JSONP','call','method','prototype','[object\x20Array]','MultiLineString','MultiPoint','18152510jRuLPs','GET','3615648icaMLR','esriGeometryPolygon','params','stringify','format','serialize','request','esriGeometryPolyline','url','9903483Cqttry','Point','isArcgisOnline','esriGeometryMultipoint','indexOf','toString','LineString','returnUnformattedValues','geojsonTypeToArcGIS','9906PzAPxW','post','129hNAzXm'];a76_0x2b51=function(){return _0x4ae697;};return a76_0x2b51();}
1
+ var a84_0x3122d6=a84_0x53b7;(function(_0x4a210f,_0x160a11){var _0x224712=a84_0x53b7,_0x5c1a44=_0x4a210f();while(!![]){try{var _0x4795c5=parseInt(_0x224712(0xdb))/0x1*(parseInt(_0x224712(0xe8))/0x2)+-parseInt(_0x224712(0xe5))/0x3+-parseInt(_0x224712(0xdd))/0x4+-parseInt(_0x224712(0xf4))/0x5*(parseInt(_0x224712(0xd6))/0x6)+-parseInt(_0x224712(0xfa))/0x7*(parseInt(_0x224712(0xfb))/0x8)+-parseInt(_0x224712(0xf2))/0x9*(-parseInt(_0x224712(0xe2))/0xa)+parseInt(_0x224712(0xdc))/0xb;if(_0x4795c5===_0x160a11)break;else _0x5c1a44['push'](_0x5c1a44['shift']());}catch(_0x35e126){_0x5c1a44['push'](_0x5c1a44['shift']());}}}(a84_0xc1aa,0x5fe02));function a84_0xc1aa(){var _0x1ac0c1=['toString','1581006kVlsTf','test','geojsonTypeToArcGIS','26148bcfXok','method','JSONP','json','[object\x20Array]','prototype','length','get','hasOwnProperty','serialize','112473tuBXEQ','returnUnformattedValues','205UDWklc','post','Polygon','call','stringify','esriGeometryPolyline','565222xHAPaS','40CBMGFA','format','url','GET','esriGeometryPoint','26826SmtrJs','Point','MultiPolygon','params','esriGeometryMultipoint','33KKFJEQ','18672423OTGewi','2538732NKYlCi','request','MultiPoint','[object\x20Object]','valueOf','10HeiacS','esriGeometryPolygon'];a84_0xc1aa=function(){return _0x1ac0c1;};return a84_0xc1aa();}function a84_0x53b7(_0x42452d,_0xd18e27){var _0xc1aaaf=a84_0xc1aa();return a84_0x53b7=function(_0x53b718,_0x422931){_0x53b718=_0x53b718-0xd2;var _0x7f9f25=_0xc1aaaf[_0x53b718];return _0x7f9f25;},a84_0x53b7(_0x42452d,_0xd18e27);}import a84_0x34d6c5 from'../../AxiosUtil';import{jsonp,stringify}from'../../AxiosUtil';export default class Task{constructor(_0x30e14b,_0x403ea2,_0x4ce781){var _0x523fb8=a84_0x53b7;this[_0x523fb8(0xd3)]=_0x30e14b,this['params']=_0x403ea2||{},this[_0x523fb8(0xe9)]=!_0x4ce781?_0x523fb8(0xd4):_0x4ce781;}[a84_0x3122d6(0xe7)](_0x19237c){var _0x1b9593=a84_0x3122d6,_0x50f659;switch(_0x19237c){case _0x1b9593(0xd7):_0x50f659=_0x1b9593(0xd5);break;case _0x1b9593(0xdf):_0x50f659=_0x1b9593(0xda);break;case'LineString':_0x50f659=_0x1b9593(0xf9);break;case'MultiLineString':_0x50f659='esriGeometryPolyline';break;case _0x1b9593(0xf6):_0x50f659=_0x1b9593(0xe3);break;case _0x1b9593(0xd8):_0x50f659='esriGeometryPolygon';break;}return _0x50f659;}['isArcgisOnline'](_0xaf7d71){var _0x205b33=a84_0x3122d6;return/^(?!.*utility\.arcgis\.com).*\.arcgis\.com.*FeatureServer/i[_0x205b33(0xe6)](_0xaf7d71);}[a84_0x3122d6(0xf1)](_0x5ba1e5){var _0x47e886=a84_0x3122d6,_0x3e635f='';_0x5ba1e5['f']=_0x5ba1e5['f']||_0x47e886(0xeb);for(var _0x348e9b in _0x5ba1e5){if(Object[_0x47e886(0xed)][_0x47e886(0xf0)][_0x47e886(0xf7)](_0x5ba1e5,_0x348e9b)){var _0x232b8d=_0x5ba1e5[_0x348e9b],_0x5ba85a=Object[_0x47e886(0xed)][_0x47e886(0xe4)][_0x47e886(0xf7)](_0x232b8d),_0x41b1e3;_0x3e635f[_0x47e886(0xee)]&&(_0x3e635f+='&');if(_0x5ba85a===_0x47e886(0xec))_0x41b1e3=Object[_0x47e886(0xed)]['toString'][_0x47e886(0xf7)](_0x232b8d[0x0])==='[object\x20Object]'?JSON['stringify'](_0x232b8d):_0x232b8d['join'](',');else{if(_0x5ba85a===_0x47e886(0xe0))_0x41b1e3=JSON[_0x47e886(0xf8)](_0x232b8d);else _0x5ba85a==='[object\x20Date]'?_0x41b1e3=_0x232b8d[_0x47e886(0xe1)]():_0x41b1e3=_0x232b8d;}_0x3e635f+=encodeURIComponent(_0x348e9b)+'='+encodeURIComponent(_0x41b1e3);}}return _0x3e635f;}[a84_0x3122d6(0xd2)](_0x163d04){var _0x1013e2=a84_0x3122d6;return this['params'][_0x1013e2(0xf3)]=!_0x163d04,this;}async[a84_0x3122d6(0xde)](){var _0x953662=a84_0x3122d6,_0x259c53=this['serialize'](this[_0x953662(0xd9)]);const _0x1e8d0e=this[_0x953662(0xd3)]['indexOf']('?')>-0x1?this['url']+'&'+_0x259c53:this[_0x953662(0xd3)]+'?'+_0x259c53;if(this[_0x953662(0xe9)]===_0x953662(0xd4))return a84_0x34d6c5[_0x953662(0xef)](_0x1e8d0e);else{if(this['method']===_0x953662(0xea))return jsonp(_0x1e8d0e);else{const _0x26c771=stringify(this[_0x953662(0xd9)]);return a84_0x34d6c5[_0x953662(0xf5)](this[_0x953662(0xd3)],_0x26c771);}}}}
@@ -1 +1 @@
1
- const a78_0x3a2fd9=a78_0xb0c3;(function(_0x365690,_0x288ebf){const _0x3ffac1=a78_0xb0c3,_0x38b0b4=_0x365690();while(!![]){try{const _0x1eba67=parseInt(_0x3ffac1(0xdd))/0x1+-parseInt(_0x3ffac1(0xdc))/0x2+parseInt(_0x3ffac1(0xce))/0x3*(parseInt(_0x3ffac1(0xd8))/0x4)+parseInt(_0x3ffac1(0xca))/0x5+-parseInt(_0x3ffac1(0xda))/0x6*(parseInt(_0x3ffac1(0xe9))/0x7)+parseInt(_0x3ffac1(0xcf))/0x8*(parseInt(_0x3ffac1(0xd9))/0x9)+-parseInt(_0x3ffac1(0xe4))/0xa*(-parseInt(_0x3ffac1(0xd4))/0xb);if(_0x1eba67===_0x288ebf)break;else _0x38b0b4['push'](_0x38b0b4['shift']());}catch(_0x43b197){_0x38b0b4['push'](_0x38b0b4['shift']());}}}(a78_0x3788,0x8c7c3));function a78_0xb0c3(_0x4bd468,_0x170e9f){const _0x37884c=a78_0x3788();return a78_0xb0c3=function(_0xb0c3ff,_0x74a2a8){_0xb0c3ff=_0xb0c3ff-0xc9;let _0x4adb23=_0x37884c[_0xb0c3ff];return _0x4adb23;},a78_0xb0c3(_0x4bd468,_0x170e9f);}import{and,intersects}from'ol/format/filter';import a78_0x2a7b87 from'../../format/CQL';import a78_0x7f8d5c from'ol/format/WFS';import a78_0x9c493c from'ol/format/GeoJSON';export default class QueryTask{constructor(_0x41d494){const _0xb56de8=a78_0xb0c3;this[_0xb56de8(0xd2)]={},this['url']=_0x41d494;}async[a78_0x3a2fd9(0xcb)](_0x4b5e40){const _0x196376=a78_0x3a2fd9;this['queryParameters']=_0x4b5e40||{};const _0x466395=this[_0x196376(0xd2)][_0x196376(0xdf)]||_0x196376(0xe0);let _0x5b3b36=this[_0x196376(0xd2)][_0x196376(0xcc)],_0x1c4d38;_0x5b3b36&&(_0x1c4d38=new a78_0x2a7b87()[_0x196376(0xe5)](_0x5b3b36));let _0x17c35a=_0x1c4d38;if(this['queryParameters'][_0x196376(0xe2)]){if(!this[_0x196376(0xd2)]['srsName'])throw new Error(_0x196376(0xe8));const _0x237eca=intersects(_0x466395,this['queryParameters'][_0x196376(0xe2)]);_0x17c35a=_0x1c4d38?and(_0x1c4d38,_0x237eca):_0x237eca;}let _0x2b561a=new a78_0x7f8d5c()[_0x196376(0xd1)]({'srsName':this[_0x196376(0xd2)][_0x196376(0xea)],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x196376(0xd2)][_0x196376(0xd3)]],'outputFormat':'application/json','geometryName':_0x466395,'filter':_0x17c35a});const _0x2a0fd6=await fetch(this[_0x196376(0xd0)],{'method':'POST','body':new XMLSerializer()[_0x196376(0xde)](_0x2b561a)}),_0x3a57df=await _0x2a0fd6['json']();let _0x1892bc=[];const _0x184dcf=new a78_0x9c493c();return _0x1892bc=_0x3a57df[_0x196376(0xe6)][_0x196376(0xd6)](_0x24704b=>{return _0x184dcf['readFeature'](JSON['stringify'](_0x24704b));}),_0x1892bc;}[a78_0x3a2fd9(0xd5)](){const _0x5255b6=a78_0x3a2fd9,_0xd454d6=this[_0x5255b6(0xd2)]['geometryName']||_0x5255b6(0xe0);let _0xe7a262=this['queryParameters'][_0x5255b6(0xcc)],_0x53a476;_0xe7a262&&(_0x53a476=new a78_0x2a7b87()['read'](_0xe7a262));let _0x4440de=_0x53a476;if(this[_0x5255b6(0xd2)][_0x5255b6(0xe2)]){const _0x4a1efe=intersects(_0xd454d6,this[_0x5255b6(0xd2)][_0x5255b6(0xe2)]);_0x4440de=_0x53a476?and(_0x53a476,_0x4a1efe):_0x4a1efe;}let _0x250ea7=new a78_0x7f8d5c()[_0x5255b6(0xd1)]({'srsName':this[_0x5255b6(0xd2)][_0x5255b6(0xea)],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x5255b6(0xd2)][_0x5255b6(0xd3)]],'outputFormat':_0x5255b6(0xe1),'geometryName':_0xd454d6,'filter':_0x4440de});return new Promise(_0x55b36f=>{const _0x43234b=_0x5255b6;fetch(this['url'],{'method':_0x43234b(0xe3),'body':new XMLSerializer()[_0x43234b(0xde)](_0x250ea7)})[_0x43234b(0xe7)](_0x1a6f0c=>{const _0x4a87f8=_0x43234b;return _0x1a6f0c[_0x4a87f8(0xdb)]();})['then'](_0x27001b=>{const _0x5cff4f=_0x43234b;let _0x5767f7=[];const _0x53a954=new a78_0x9c493c();_0x5767f7=_0x27001b[_0x5cff4f(0xe6)][_0x5cff4f(0xd6)](_0x713652=>{const _0x2c2ee8=_0x5cff4f;return _0x53a954['readFeature'](JSON[_0x2c2ee8(0xcd)](_0x713652));}),_0x55b36f(_0x5767f7);})[_0x43234b(0xc9)](_0xa83568=>{const _0x583e37=_0x43234b;_0x55b36f([]),console[_0x583e37(0xd7)](_0xa83568);});});}}function a78_0x3788(){const _0xc1b41d=['url','writeGetFeature','queryParameters','tableName','721655XABeuh','_geoserverQuery','map','error','3929396qTfDlA','390834nbLjyn','5638254OkvTTH','json','1938198ExtfJH','393725OznLqz','serializeToString','geometryName','the_geom','application/json','geometry','POST','10OgFrNH','read','features','then','srsName\x20is\x20required','7QLmIqx','srsName','catch','1955830FlqEVe','execute','where','stringify','3jQNUGb','120wfyOVy'];a78_0x3788=function(){return _0xc1b41d;};return a78_0x3788();}
1
+ const a86_0x50ea28=a86_0x439b;(function(_0x21b3aa,_0x6a352f){const _0x3fd2ce=a86_0x439b,_0x3fd3f4=_0x21b3aa();while(!![]){try{const _0x4a9e82=-parseInt(_0x3fd2ce(0x1fe))/0x1+-parseInt(_0x3fd2ce(0x201))/0x2*(-parseInt(_0x3fd2ce(0x1ea))/0x3)+parseInt(_0x3fd2ce(0x1e8))/0x4*(parseInt(_0x3fd2ce(0x1f1))/0x5)+parseInt(_0x3fd2ce(0x1f0))/0x6+parseInt(_0x3fd2ce(0x1f3))/0x7*(-parseInt(_0x3fd2ce(0x1f6))/0x8)+parseInt(_0x3fd2ce(0x1fc))/0x9*(parseInt(_0x3fd2ce(0x1f7))/0xa)+-parseInt(_0x3fd2ce(0x1ff))/0xb*(parseInt(_0x3fd2ce(0x202))/0xc);if(_0x4a9e82===_0x6a352f)break;else _0x3fd3f4['push'](_0x3fd3f4['shift']());}catch(_0x5ae143){_0x3fd3f4['push'](_0x3fd3f4['shift']());}}}(a86_0x1429,0xc477d));import{and,intersects}from'ol/format/filter';import a86_0x35d5b2 from'../../format/CQL';import a86_0x443a09 from'ol/format/WFS';function a86_0x439b(_0x4d7a77,_0x391dff){const _0x1429d1=a86_0x1429();return a86_0x439b=function(_0x439b49,_0x4862b6){_0x439b49=_0x439b49-0x1e7;let _0x384fdd=_0x1429d1[_0x439b49];return _0x384fdd;},a86_0x439b(_0x4d7a77,_0x391dff);}function a86_0x1429(){const _0x3a57a4=['5696550erZVQd','618385KMkQpZ','geometry','16163woUMyg','srsName','features','3424XIUzmQ','10NVlltZ','tableName','stringify','catch','json','9113346jXFGuh','POST','1113532BeYuuJ','44JQTiYn','error','1245218YIukSi','3857736UZHXfP','the_geom','url','serializeToString','read','map','readFeature','then','writeGetFeature','application/json','52uYOkHg','where','3derIjJ','queryParameters','srsName\x20is\x20required','execute','_geoserverQuery','geometryName'];a86_0x1429=function(){return _0x3a57a4;};return a86_0x1429();}import a86_0x54317b from'ol/format/GeoJSON';export default class QueryTask{constructor(_0x1dde1a){const _0x351a0d=a86_0x439b;this[_0x351a0d(0x1eb)]={},this[_0x351a0d(0x204)]=_0x1dde1a;}async[a86_0x50ea28(0x1ed)](_0x4f15f5){const _0x3ecef9=a86_0x50ea28;this[_0x3ecef9(0x1eb)]=_0x4f15f5||{};const _0xc4aae2=this['queryParameters'][_0x3ecef9(0x1ef)]||'the_geom';let _0xfe0a01=this[_0x3ecef9(0x1eb)][_0x3ecef9(0x1e9)],_0x57e442;_0xfe0a01&&(_0x57e442=new a86_0x35d5b2()[_0x3ecef9(0x206)](_0xfe0a01));let _0x2ab6ea=_0x57e442;if(this[_0x3ecef9(0x1eb)][_0x3ecef9(0x1f2)]){if(!this[_0x3ecef9(0x1eb)]['srsName'])throw new Error(_0x3ecef9(0x1ec));const _0x19e8d3=intersects(_0xc4aae2,this[_0x3ecef9(0x1eb)][_0x3ecef9(0x1f2)]);_0x2ab6ea=_0x57e442?and(_0x57e442,_0x19e8d3):_0x19e8d3;}let _0x88e1a2=new a86_0x443a09()['writeGetFeature']({'srsName':this[_0x3ecef9(0x1eb)][_0x3ecef9(0x1f4)],'featureNS':'','featurePrefix':'','featureTypes':[this['queryParameters'][_0x3ecef9(0x1f8)]],'outputFormat':_0x3ecef9(0x1e7),'geometryName':_0xc4aae2,'filter':_0x2ab6ea});const _0x3f8a3b=await fetch(this['url'],{'method':_0x3ecef9(0x1fd),'body':new XMLSerializer()[_0x3ecef9(0x205)](_0x88e1a2)}),_0x2e8352=await _0x3f8a3b[_0x3ecef9(0x1fb)]();let _0x45d57b=[];const _0x5af485=new a86_0x54317b();return _0x45d57b=_0x2e8352[_0x3ecef9(0x1f5)][_0x3ecef9(0x207)](_0x42b3c2=>{const _0x57624a=_0x3ecef9;return _0x5af485[_0x57624a(0x208)](JSON[_0x57624a(0x1f9)](_0x42b3c2));}),_0x45d57b;}[a86_0x50ea28(0x1ee)](){const _0x3e3d7d=a86_0x50ea28,_0x408c19=this[_0x3e3d7d(0x1eb)][_0x3e3d7d(0x1ef)]||_0x3e3d7d(0x203);let _0x436192=this[_0x3e3d7d(0x1eb)][_0x3e3d7d(0x1e9)],_0x1a3323;_0x436192&&(_0x1a3323=new a86_0x35d5b2()['read'](_0x436192));let _0x90edfc=_0x1a3323;if(this[_0x3e3d7d(0x1eb)][_0x3e3d7d(0x1f2)]){const _0x2140b4=intersects(_0x408c19,this['queryParameters'][_0x3e3d7d(0x1f2)]);_0x90edfc=_0x1a3323?and(_0x1a3323,_0x2140b4):_0x2140b4;}let _0x4fae95=new a86_0x443a09()[_0x3e3d7d(0x20a)]({'srsName':this[_0x3e3d7d(0x1eb)][_0x3e3d7d(0x1f4)],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x3e3d7d(0x1eb)]['tableName']],'outputFormat':_0x3e3d7d(0x1e7),'geometryName':_0x408c19,'filter':_0x90edfc});return new Promise(_0x48664c=>{const _0x38ddd1=_0x3e3d7d;fetch(this[_0x38ddd1(0x204)],{'method':'POST','body':new XMLSerializer()[_0x38ddd1(0x205)](_0x4fae95)})[_0x38ddd1(0x209)](_0x223967=>{return _0x223967['json']();})[_0x38ddd1(0x209)](_0x494a52=>{const _0x4f02a7=_0x38ddd1;let _0xd8de2b=[];const _0x3d14be=new a86_0x54317b();_0xd8de2b=_0x494a52[_0x4f02a7(0x1f5)]['map'](_0x28401c=>{const _0x531c98=_0x4f02a7;return _0x3d14be['readFeature'](JSON[_0x531c98(0x1f9)](_0x28401c));}),_0x48664c(_0xd8de2b);})[_0x38ddd1(0x1fa)](_0x3a8232=>{const _0x546dbd=_0x38ddd1;_0x48664c([]),console[_0x546dbd(0x200)](_0x3a8232);});});}}
@@ -1 +1 @@
1
- (function(_0x1d602a,_0x156047){const _0x1fb6e8=a79_0x2785,_0x30db5=_0x1d602a();while(!![]){try{const _0x31d7aa=-parseInt(_0x1fb6e8(0x9b))/0x1*(parseInt(_0x1fb6e8(0xa1))/0x2)+parseInt(_0x1fb6e8(0xa9))/0x3*(-parseInt(_0x1fb6e8(0xa4))/0x4)+-parseInt(_0x1fb6e8(0xa6))/0x5+-parseInt(_0x1fb6e8(0x9d))/0x6*(parseInt(_0x1fb6e8(0x9a))/0x7)+-parseInt(_0x1fb6e8(0xaa))/0x8*(-parseInt(_0x1fb6e8(0xa2))/0x9)+-parseInt(_0x1fb6e8(0x95))/0xa+-parseInt(_0x1fb6e8(0xa7))/0xb*(-parseInt(_0x1fb6e8(0x9f))/0xc);if(_0x31d7aa===_0x156047)break;else _0x30db5['push'](_0x30db5['shift']());}catch(_0x133d8f){_0x30db5['push'](_0x30db5['shift']());}}}(a79_0x3517,0xab923));function a79_0x2785(_0x4b4140,_0x402327){const _0x351788=a79_0x3517();return a79_0x2785=function(_0x2785d3,_0x6cdca0){_0x2785d3=_0x2785d3-0x94;let _0x5a4c1a=_0x351788[_0x2785d3];return _0x5a4c1a;},a79_0x2785(_0x4b4140,_0x402327);}import{appendPath}from'../UrlUtil';import a79_0x4363d6 from'./esri/Query';import a79_0xa5ea42 from'./geoserver/QueryTask';import{getWFSLayerCapabilities}from'../../capabilities';function a79_0x3517(){const _0x39f4b5=['98297GONiQa','find','513294jQVAiY','layerFields','29652204sgKgSh','name','10urAlje','10707066qcncRv','run','4PJrvtL','arcgis-feature','3025860JNlAVq','11eJyLWc','arcgis-dynamic','349497GLdpnN','8qXtGsF','geoserver-wfs','4615450iEBxNy','geoserver-wms','fieldType','intersects','execute','105ItLCBe'];a79_0x3517=function(){return _0x39f4b5;};return a79_0x3517();}export async function selectFeaturesByGeo(_0x3d2f61,_0x3449ce,_0x5825b5,_0x9ba9e0,_0x3d01fc,_0x38005b){const _0x1b0e1a=a79_0x2785;if(!_0x5825b5||!_0x9ba9e0||!_0x3d01fc||!_0x3d01fc)return[];let _0x4f6f9a=[];if(_0x3d01fc==_0x1b0e1a(0xa8)||_0x3d01fc==_0x1b0e1a(0xa5)){const _0x578855=appendPath(_0x5825b5,_0x9ba9e0),_0x62353e=new a79_0x4363d6(_0x578855,{'outSR':_0x3449ce,'where':_0x38005b});_0x62353e[_0x1b0e1a(0x98)](_0x3d2f61,_0x3449ce),_0x4f6f9a=await _0x62353e[_0x1b0e1a(0xa3)]();}else{if(_0x3d01fc==_0x1b0e1a(0x94)||_0x3d01fc==_0x1b0e1a(0x96)){const _0xfcf071=new a79_0xa5ea42(_0x5825b5),_0x4dd32a=await getWFSLayerCapabilities(_0x5825b5,_0x9ba9e0),_0x29d6a9=_0x4dd32a[_0x1b0e1a(0x9e)][_0x1b0e1a(0x9c)](_0x2d6e46=>_0x2d6e46[_0x1b0e1a(0x97)]==0x6);_0x4f6f9a=await _0xfcf071[_0x1b0e1a(0x99)]({'geometry':_0x3d2f61,'tableName':_0x9ba9e0,'geometryName':_0x29d6a9?_0x29d6a9[_0x1b0e1a(0xa0)]:'','srsName':_0x3449ce,'where':_0x38005b});}}return _0x4f6f9a;}
1
+ (function(_0x548246,_0x5b9f7){const _0x1529a7=a87_0x56a5,_0x48c590=_0x548246();while(!![]){try{const _0x2ac209=-parseInt(_0x1529a7(0x199))/0x1*(-parseInt(_0x1529a7(0x197))/0x2)+-parseInt(_0x1529a7(0x19d))/0x3+-parseInt(_0x1529a7(0x18d))/0x4*(parseInt(_0x1529a7(0x18f))/0x5)+parseInt(_0x1529a7(0x190))/0x6+-parseInt(_0x1529a7(0x193))/0x7+parseInt(_0x1529a7(0x196))/0x8*(parseInt(_0x1529a7(0x192))/0x9)+parseInt(_0x1529a7(0x194))/0xa*(parseInt(_0x1529a7(0x19c))/0xb);if(_0x2ac209===_0x5b9f7)break;else _0x48c590['push'](_0x48c590['shift']());}catch(_0x31722f){_0x48c590['push'](_0x48c590['shift']());}}}(a87_0x2acf,0xbe866));function a87_0x2acf(){const _0x55a549=['6195tEvmzt','1524024gkEnjE','geoserver-wms','1017owtYma','3987144DdIhkt','10hUQkSF','run','43472OjEtRa','2SYWMSP','layerFields','1100714excHtc','find','execute','8311622mBvJgq','2234904Uwrpkx','arcgis-feature','geoserver-wfs','2032syJKux','arcgis-dynamic'];a87_0x2acf=function(){return _0x55a549;};return a87_0x2acf();}import{appendPath}from'../UrlUtil';function a87_0x56a5(_0x45f643,_0x1d33ff){const _0x2acfe3=a87_0x2acf();return a87_0x56a5=function(_0x56a567,_0x345ff1){_0x56a567=_0x56a567-0x18b;let _0x13e4b0=_0x2acfe3[_0x56a567];return _0x13e4b0;},a87_0x56a5(_0x45f643,_0x1d33ff);}import a87_0x4cbf66 from'./esri/Query';import a87_0x1a7ee1 from'./geoserver/QueryTask';import{getWFSLayerCapabilities}from'../../capabilities';export async function selectFeaturesByGeo(_0x126a7c,_0x8ddde9,_0xd62c15,_0x29666a,_0xbaeac6,_0x2bb461){const _0xab9069=a87_0x56a5;if(!_0xd62c15||!_0x29666a||!_0xbaeac6||!_0xbaeac6)return[];let _0x54ec77=[];if(_0xbaeac6==_0xab9069(0x18e)||_0xbaeac6==_0xab9069(0x18b)){const _0x2e5940=appendPath(_0xd62c15,_0x29666a),_0x1ca461=new a87_0x4cbf66(_0x2e5940,{'outSR':_0x8ddde9,'where':_0x2bb461});_0x1ca461['intersects'](_0x126a7c,_0x8ddde9),_0x54ec77=await _0x1ca461[_0xab9069(0x195)]();}else{if(_0xbaeac6==_0xab9069(0x18c)||_0xbaeac6==_0xab9069(0x191)){const _0x3be88b=new a87_0x1a7ee1(_0xd62c15),_0x2f005d=await getWFSLayerCapabilities(_0xd62c15,_0x29666a),_0x52477e=_0x2f005d[_0xab9069(0x198)][_0xab9069(0x19a)](_0x3605ad=>_0x3605ad['fieldType']==0x6);_0x54ec77=await _0x3be88b[_0xab9069(0x19b)]({'geometry':_0x126a7c,'tableName':_0x29666a,'geometryName':_0x52477e?_0x52477e['name']:'','srsName':_0x8ddde9,'where':_0x2bb461});}}return _0x54ec77;}