ym-gis-2d 1.0.9 → 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 (111) 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.d.ts +1 -0
  67. package/mapView/View.d.ts.map +1 -1
  68. package/mapView/View.js +1 -1
  69. package/mapView/View.js.map +1 -1
  70. package/package.json +1 -1
  71. package/plot/Plot.js +1 -1
  72. package/plot/geometry/point/Point.js +1 -1
  73. package/plot/geometry/polygon/BasePolygon.js +1 -1
  74. package/plot/geometry/polygon/Circle.js +1 -1
  75. package/plot/geometry/polygon/Polygon.js +1 -1
  76. package/plot/geometry/polygon/RectAngle.js +1 -1
  77. package/plot/geometry/polyline/BaseLine.js +1 -1
  78. package/plot/geometry/polyline/Polyline.js +1 -1
  79. package/style/PointStyleFormat.js +1 -1
  80. package/style/PolygonStyleFormat.js +1 -1
  81. package/style/PolylineStyleFormat.js +1 -1
  82. package/style/StyleManager.js +1 -1
  83. package/style/common.js +1 -1
  84. package/style.css +1 -1
  85. package/utils/ArrayUtil.js +1 -1
  86. package/utils/AxiosUtil.js +1 -1
  87. package/utils/EsriUtil.js +1 -1
  88. package/utils/GeometryUtil.js +1 -1
  89. package/utils/LayerUtil.d.ts +13 -0
  90. package/utils/LayerUtil.d.ts.map +1 -1
  91. package/utils/LayerUtil.js +1 -1
  92. package/utils/LayerUtil.js.map +1 -1
  93. package/utils/RegisterProjUtil.js +1 -1
  94. package/utils/ResolutionUtil.js +1 -1
  95. package/utils/StringUtil.js +1 -1
  96. package/utils/StyleUtil.js +1 -1
  97. package/utils/UrlUtil.js +1 -1
  98. package/utils/XmlUtil.js +1 -1
  99. package/utils/format/CQL.js +1 -1
  100. package/utils/format/IsMatchCql.js +1 -1
  101. package/utils/plug/canvas/ImageCache.js +1 -1
  102. package/utils/plug/canvas/PinBuilder.js +1 -1
  103. package/utils/plug/canvas/PinIcon.js +1 -1
  104. package/utils/plug/canvas/writeTextToCanvas.js +1 -1
  105. package/utils/tasks/esri/Identify.js +1 -1
  106. package/utils/tasks/esri/Query.js +1 -1
  107. package/utils/tasks/esri/Task.js +1 -1
  108. package/utils/tasks/geoserver/QueryTask.js +1 -1
  109. package/utils/tasks/index.js +1 -1
  110. package/ym-gis-2d.es.js +1 -1
  111. package/ym-gis-2d.umd.js +1 -1
@@ -1 +1 @@
1
- const a62_0x2c0c06=a62_0x8ad2;function a62_0x8ad2(_0xc624ef,_0x3ba59b){const _0x1064e3=a62_0x1064();return a62_0x8ad2=function(_0x8ad2ae,_0x25db1c){_0x8ad2ae=_0x8ad2ae-0x16b;let _0x3176ba=_0x1064e3[_0x8ad2ae];return _0x3176ba;},a62_0x8ad2(_0xc624ef,_0x3ba59b);}(function(_0x5292e4,_0x494d54){const _0x4c1091=a62_0x8ad2,_0x24a4cc=_0x5292e4();while(!![]){try{const _0x50fd7e=parseInt(_0x4c1091(0x18a))/0x1+parseInt(_0x4c1091(0x177))/0x2+-parseInt(_0x4c1091(0x16e))/0x3*(parseInt(_0x4c1091(0x1a4))/0x4)+parseInt(_0x4c1091(0x186))/0x5+-parseInt(_0x4c1091(0x182))/0x6+-parseInt(_0x4c1091(0x193))/0x7*(parseInt(_0x4c1091(0x16d))/0x8)+parseInt(_0x4c1091(0x1a6))/0x9*(parseInt(_0x4c1091(0x1a3))/0xa);if(_0x50fd7e===_0x494d54)break;else _0x24a4cc['push'](_0x24a4cc['shift']());}catch(_0x5b4fc2){_0x24a4cc['push'](_0x24a4cc['shift']());}}}(a62_0x1064,0x8ce5b));import*as a62_0x216271 from'ol/format/filter';function a62_0x1064(){const _0x5e4ca2=['CQL解析失败:','condition','greaterThan','\x20BETWEEN\x20','geometry','substring','index','LIKE','type','lowerBoundary','tryToken','PropertyIsLessThanOrEqualTo','PropertyIsBetween','replace','SPATIAL','within','VALUE','COMMA','expression','PropertyIsGreaterThanOrEqualTo','operatorReverse','not','INTERSECTS(','8ZNptWm','54HMTyDe','bbox','shift','patterns','END','lessThanOrEqualTo','string','Can\x27t\x20encode:\x20','push','314382nOPbDr','like','IS\x20NULL','COMPARISON','conditions','PropertyIsEqualTo','lastIndexOf','PROPERTY','tagName_','GEOMETRY','match','805776MFKMDT','follows','indexOf','between','2967255ZOFnnO','toUpperCase','extent','BETWEEN','747314hZbGWB','join','and','Within','PropertyIsGreaterThan','propertyName','greaterThanOrEqualTo','number','logicals','464702rrPxxd','PropertyIsLike','剩余的节点无法解析:\x20\x0a','readGeometry','tokenize','remainder','PropertyIsNotEqualTo','isNull','warn','inPatterns','\x0a\x20\x20\x20\x20','PropertyIsNull','charAt','notEqualTo','NOT\x20(','INTERSECTS','2363970MvWspm','212568NSGlSr','write','9PszgLg','WITHIN(','property','WITHIN','ERROR:\x20In\x20parsing:\x20[','BBOX','nextToken','pop','RPAREN','NOT','replaceAll','writeGeometry','CLASS_NAME','precedence','LOGICAL','srsName','And','Unknown\x20token\x20type\x20','operators','geometryName','lessThan','length','tokens','CONTAINS','upperBoundary','],\x20expected\x20one\x20of:\x20','IS_NULL','toLowerCase','buildAst','LPAREN','Not','text'];a62_0x1064=function(){return _0x5e4ca2;};return a62_0x1064();}import{WKT}from'ol/format';import a62_0xc956db from'ol/geom/Geometry';export default class CQL{constructor(){const _0x5462ec=a62_0x8ad2;this[_0x5462ec(0x19c)]=/ (IN) /i,this[_0x5462ec(0x1bc)]=[_0x5462ec(0x17e),_0x5462ec(0x17a),_0x5462ec(0x1d6),_0x5462ec(0x1b4)],this[_0x5462ec(0x171)]={'PROPERTY':/^[_a-zA-Z]\w*/,'COMPARISON':/^(=|<>|<=|<|>=|>|LIKE)/i,'IS_NULL':/^IS NULL/i,'COMMA':/^,/,'LOGICAL':/^(AND|OR)/i,'VALUE':/^('([^']|'')*'|-?\d+(\.\d*)?|\.\d+)/,'LPAREN':/^\(/,'RPAREN':/^\)/,'SPATIAL':/^(BBOX|INTERSECTS|DWITHIN|WITHIN|CONTAINS)/i,'NOT':/^NOT/i,'BETWEEN':/^BETWEEN/i,'GEOMETRY':function(_0x3954a2){const _0x42475f=_0x5462ec;let _0x2dfd49=/^(POINT|LINESTRING|POLYGON|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION)/['exec'](_0x3954a2);if(_0x2dfd49){let _0x4a2298=_0x3954a2['length'],_0xc863ab=_0x3954a2[_0x42475f(0x184)]('(',_0x2dfd49[0x0][_0x42475f(0x1bb)]);if(_0xc863ab>-0x1){let _0x1471e5=0x1;while(_0xc863ab<_0x4a2298&&_0x1471e5>0x0){_0xc863ab++;switch(_0x3954a2[_0x42475f(0x19f)](_0xc863ab)){case'(':_0x1471e5++;break;case')':_0x1471e5--;break;default:}}}return[_0x3954a2[_0x42475f(0x1cb)](0x0,_0xc863ab+0x1)];}},'END':/^$/},this[_0x5462ec(0x183)]={'LPAREN':[_0x5462ec(0x180),_0x5462ec(0x1d4),'PROPERTY',_0x5462ec(0x1d6),_0x5462ec(0x1c3)],'RPAREN':[_0x5462ec(0x1af),_0x5462ec(0x1b4),_0x5462ec(0x172),_0x5462ec(0x1ae)],'PROPERTY':[_0x5462ec(0x17a),_0x5462ec(0x189),_0x5462ec(0x1d7),'IS_NULL'],'BETWEEN':['VALUE'],'IS_NULL':[_0x5462ec(0x172)],'COMPARISON':[_0x5462ec(0x1d6)],'COMMA':[_0x5462ec(0x180),'VALUE',_0x5462ec(0x17e)],'VALUE':[_0x5462ec(0x1b4),_0x5462ec(0x1d7),_0x5462ec(0x1ae),_0x5462ec(0x172)],'SPATIAL':[_0x5462ec(0x1c3)],'LOGICAL':['NOT','VALUE','SPATIAL',_0x5462ec(0x17e),'LPAREN'],'NOT':[_0x5462ec(0x17e),_0x5462ec(0x1c3)],'GEOMETRY':[_0x5462ec(0x1d7),'RPAREN']},this['operators']={'=':a62_0x216271['equalTo'],'<>':a62_0x216271[_0x5462ec(0x1a0)],'<':a62_0x216271[_0x5462ec(0x1ba)],'<=':a62_0x216271[_0x5462ec(0x173)],'>':a62_0x216271[_0x5462ec(0x1c8)],'>=':a62_0x216271[_0x5462ec(0x190)],'LIKE':a62_0x216271[_0x5462ec(0x178)],'BETWEEN':a62_0x216271[_0x5462ec(0x185)],'IS\x20NULL':a62_0x216271[_0x5462ec(0x19a)]},this[_0x5462ec(0x1da)]={'PropertyIsEqualTo':'=','PropertyIsNotEqualTo':'<>','PropertyIsLessThan':'<','PropertyIsLessThanOrEqualTo':'<=','PropertyIsGreaterThan':'>','PropertyIsGreaterThanOrEqualTo':'>=','PropertyIsLike':_0x5462ec(0x1cd),'PropertyIsNull':_0x5462ec(0x179),'PropertyIsBetween':_0x5462ec(0x189)},this[_0x5462ec(0x192)]={'AND':a62_0x216271[_0x5462ec(0x18c)],'OR':a62_0x216271['or']},this[_0x5462ec(0x1b3)]={'RPAREN':0x3,'LOGICAL':0x2,'COMPARISON':0x1};}[a62_0x2c0c06(0x1d0)](_0x104e95,_0x2b46a4){return _0x2b46a4 instanceof RegExp?_0x2b46a4['exec'](_0x104e95):_0x2b46a4(_0x104e95);}[a62_0x2c0c06(0x1ac)](_0x2e4daa,_0x1770f7){const _0xd94969=a62_0x2c0c06;let _0x33894e,_0x516d98,_0x2bcf00=_0x1770f7['length'];for(_0x33894e=0x0;_0x33894e<_0x2bcf00;_0x33894e++){_0x516d98=_0x1770f7[_0x33894e];let _0x1fc793=this[_0xd94969(0x171)][_0x516d98],_0x56606e=this[_0xd94969(0x1d0)](_0x2e4daa,_0x1fc793);if(_0x56606e){let _0x45f875=_0x56606e[0x0],_0x46fbe9=_0x2e4daa[_0xd94969(0x1cb)](_0x45f875[_0xd94969(0x1bb)])[_0xd94969(0x1d3)](/^\s*/,'');return{'type':_0x516d98,'text':_0x45f875,'remainder':_0x46fbe9};}}let _0x3fac60=_0xd94969(0x1aa)+_0x2e4daa+_0xd94969(0x1bf);for(_0x33894e=0x0;_0x33894e<_0x2bcf00;_0x33894e++){_0x516d98=_0x1770f7[_0x33894e],_0x3fac60+=_0xd94969(0x19d)+_0x516d98+':\x20'+this['patterns'][_0x516d98];}throw new Error(_0x3fac60);}[a62_0x2c0c06(0x197)](_0x1665bf){const _0x136141=a62_0x2c0c06;_0x1665bf=_0x1665bf[_0x136141(0x1b0)]('[','')['replaceAll'](']','');let _0x5df69c=this[_0x136141(0x1d0)](_0x1665bf,this[_0x136141(0x19c)]);_0x5df69c&&(_0x1665bf=this['parseInToOr'](_0x1665bf,_0x5df69c));let _0x1c273d=[],_0x18f1ef,_0x5110ef=[_0x136141(0x1af),'GEOMETRY',_0x136141(0x1d4),_0x136141(0x17e),'LPAREN'];do{_0x18f1ef=this[_0x136141(0x1ac)](_0x1665bf,_0x5110ef),_0x1665bf=_0x18f1ef[_0x136141(0x198)],_0x5110ef=this[_0x136141(0x183)][_0x18f1ef['type']];if(_0x18f1ef[_0x136141(0x1ce)]!==_0x136141(0x172)&&!_0x5110ef)throw new Error('No\x20follows\x20list\x20for\x20'+_0x18f1ef[_0x136141(0x1ce)]);_0x1c273d[_0x136141(0x176)](_0x18f1ef);}while(_0x18f1ef[_0x136141(0x1ce)]!==_0x136141(0x172));return _0x1c273d;}['parseInToOr'](_0x1469f4,_0x4049f7){const _0x5d83c8=a62_0x2c0c06;let _0x559236=this[_0x5d83c8(0x1d0)](_0x1469f4,/\((.+?)\)/g);if(_0x559236){let _0x1d849a=_0x1469f4[_0x5d83c8(0x1cb)](0x0,_0x4049f7[_0x5d83c8(0x1cc)]),_0xbe374e=_0x559236[0x1],_0x2bcd87=_0xbe374e['replaceAll']('\x20','')['split'](','),_0x3b5b1d='',_0x355c51='';if(_0x1d849a[_0x5d83c8(0x184)]('\x20')>-0x1){let _0xd8c985=_0x1d849a[_0x5d83c8(0x17d)]('\x20');_0x355c51=_0x1d849a['substring'](0x0,_0xd8c985+0x1),_0x3b5b1d=_0x1d849a[_0x5d83c8(0x1cb)](_0xd8c985+0x1,_0x1d849a['length']);}else _0x3b5b1d=_0x1d849a;let _0x261c98=_0x355c51;for(let _0x33c9ea=0x0;_0x33c9ea<_0x2bcd87[_0x5d83c8(0x1bb)];_0x33c9ea++){let _0x58ba45=_0x2bcd87[_0x33c9ea];_0x261c98+=_0x3b5b1d+'='+_0x58ba45,_0x33c9ea<_0x2bcd87[_0x5d83c8(0x1bb)]-0x1&&(_0x261c98+='\x20or\x20');}return _0x261c98;}return _0x1469f4;}[a62_0x2c0c06(0x1c2)](_0x5345f0){const _0x1ed7ad=a62_0x2c0c06;let _0x2dee30=this,_0x38144b=[],_0x480aa5=[];while(_0x5345f0[_0x1ed7ad(0x1bb)]){let _0x527b06=_0x5345f0[_0x1ed7ad(0x170)]();switch(_0x527b06[_0x1ed7ad(0x1ce)]){case _0x1ed7ad(0x17e):case'GEOMETRY':case _0x1ed7ad(0x1d6):_0x480aa5[_0x1ed7ad(0x176)](_0x527b06);break;case _0x1ed7ad(0x17a):case _0x1ed7ad(0x189):case _0x1ed7ad(0x1c0):case _0x1ed7ad(0x1b4):{let _0x1b4f07=this['precedence'][_0x527b06[_0x1ed7ad(0x1ce)]];while(_0x38144b[_0x1ed7ad(0x1bb)]>0x0&&this[_0x1ed7ad(0x1b3)][_0x38144b[_0x38144b['length']-0x1][_0x1ed7ad(0x1ce)]]<=_0x1b4f07){_0x480aa5[_0x1ed7ad(0x176)](_0x38144b[_0x1ed7ad(0x1ad)]());}_0x38144b[_0x1ed7ad(0x176)](_0x527b06);break;}case _0x1ed7ad(0x1d4):case _0x1ed7ad(0x1af):case _0x1ed7ad(0x1c3):_0x38144b[_0x1ed7ad(0x176)](_0x527b06);break;case'RPAREN':while(_0x38144b[_0x1ed7ad(0x1bb)]>0x0&&_0x38144b[_0x38144b[_0x1ed7ad(0x1bb)]-0x1]['type']!==_0x1ed7ad(0x1c3)){_0x480aa5['push'](_0x38144b[_0x1ed7ad(0x1ad)]());}_0x38144b['pop']();_0x38144b[_0x1ed7ad(0x1bb)]>0x0&&(_0x38144b[_0x38144b['length']-0x1][_0x1ed7ad(0x1ce)]===_0x1ed7ad(0x1d4)||_0x38144b[_0x38144b[_0x1ed7ad(0x1bb)]-0x1][_0x1ed7ad(0x1ce)]===_0x1ed7ad(0x1af))&&_0x480aa5[_0x1ed7ad(0x176)](_0x38144b['pop']());break;case _0x1ed7ad(0x1d7):case _0x1ed7ad(0x172):break;default:throw new Error(_0x1ed7ad(0x1b7)+_0x527b06[_0x1ed7ad(0x1ce)]);}}while(_0x38144b[_0x1ed7ad(0x1bb)]>0x0){_0x480aa5[_0x1ed7ad(0x176)](_0x38144b[_0x1ed7ad(0x1ad)]());}function _0x98899b(){const _0x2610b5=_0x1ed7ad;let _0x42ded7,_0x15a8c7,_0xe7e5d4=_0x480aa5['pop']();switch(_0xe7e5d4[_0x2610b5(0x1ce)]){case _0x2610b5(0x1b4):{let _0x3ed84f=_0x98899b(),_0x2fdba5=_0x98899b();return new _0x2dee30[(_0x2610b5(0x192))][(_0xe7e5d4[_0x2610b5(0x1c5)]['toUpperCase']())](_0x2fdba5,_0x3ed84f);}case'NOT':{let _0x5b4ba9=_0x98899b();return a62_0x216271[_0x2610b5(0x16b)](_0x5b4ba9);}case _0x2610b5(0x189):{let _0x5e2474,_0x16d0b5;return _0x480aa5['pop'](),_0x16d0b5=_0x98899b(),_0x5e2474=_0x98899b(),_0x15a8c7=_0x98899b(),a62_0x216271['between'](_0x15a8c7,_0x5e2474,_0x16d0b5);}case _0x2610b5(0x17a):{return _0x42ded7=_0x98899b(),_0x15a8c7=_0x98899b(),new _0x2dee30[(_0x2610b5(0x1b8))][(_0xe7e5d4[_0x2610b5(0x1c5)][_0x2610b5(0x187)]())](_0x15a8c7,_0x42ded7);}case'IS_NULL':_0x15a8c7=_0x98899b();return new _0x2dee30[(_0x2610b5(0x1b8))][(_0xe7e5d4[_0x2610b5(0x1c5)]['toUpperCase']())](_0x15a8c7);case _0x2610b5(0x1d6):{let _0x36746b=_0xe7e5d4[_0x2610b5(0x1c5)][_0x2610b5(0x181)](/^'(.*)'$/);return _0x36746b?_0x36746b[0x1][_0x2610b5(0x1d3)](/''/g,'\x27'):Number(_0xe7e5d4['text']);}case'SPATIAL':switch(_0xe7e5d4[_0x2610b5(0x1c5)][_0x2610b5(0x187)]()){case _0x2610b5(0x1ab):{let _0x32f9ae=_0x98899b(),_0x5d86b8=_0x98899b(),_0x55b9f2=_0x98899b(),_0x5ba17e=_0x98899b(),_0x2f06d5=_0x98899b();return a62_0x216271[_0x2610b5(0x16f)](_0x2f06d5,[_0x5ba17e,_0x55b9f2,_0x5d86b8,_0x32f9ae]);}case _0x2610b5(0x1a2):_0x42ded7=_0x98899b(),_0x15a8c7=_0x98899b();return a62_0x216271['intersects'](_0x15a8c7,_0x42ded7);case _0x2610b5(0x1a9):_0x42ded7=_0x98899b(),_0x15a8c7=_0x98899b();return a62_0x216271[_0x2610b5(0x1d5)](_0x15a8c7,_0x42ded7);case _0x2610b5(0x1bd):_0x42ded7=_0x98899b(),_0x15a8c7=_0x98899b();return a62_0x216271['contains'](_0x15a8c7,_0x42ded7);}break;case _0x2610b5(0x180):return new WKT()[_0x2610b5(0x196)](_0xe7e5d4[_0x2610b5(0x1c5)],{});default:return _0xe7e5d4['text'];}}let _0x3ce60c=_0x98899b();if(_0x480aa5[_0x1ed7ad(0x1bb)]>0x0){let _0x2dd2c6=_0x1ed7ad(0x195);for(let _0x2aa8ec=_0x480aa5[_0x1ed7ad(0x1bb)]-0x1;_0x2aa8ec>=0x0;_0x2aa8ec--){_0x2dd2c6+=_0x480aa5[_0x2aa8ec][_0x1ed7ad(0x1ce)]+':\x20'+_0x480aa5[_0x2aa8ec][_0x1ed7ad(0x1c5)]+'\x0a';}throw new Error(_0x2dd2c6);}return _0x3ce60c;}['read'](_0x36ee08){const _0x3f09c2=a62_0x2c0c06;try{return this[_0x3f09c2(0x1c2)](this[_0x3f09c2(0x197)](_0x36ee08));}catch(_0x484d7a){console[_0x3f09c2(0x19b)](_0x3f09c2(0x1c6)+_0x36ee08),console[_0x3f09c2(0x19b)](_0x484d7a);}}[a62_0x2c0c06(0x1a5)](_0x1bc841){const _0x3af3be=a62_0x2c0c06;switch(_0x1bc841['tagName_']){case _0x3af3be(0x1ab):return'BBOX('+_0x1bc841[_0x3af3be(0x1b9)]+','+_0x1bc841[_0x3af3be(0x188)][_0x3af3be(0x18b)](',')+','+_0x1bc841[_0x3af3be(0x1b5)]+')';case _0x3af3be(0x18d):return _0x3af3be(0x1a7)+_0x1bc841[_0x3af3be(0x1b9)]+',\x20'+this['readGeometry'](_0x1bc841['geometry'])+')';case'Intersects':return _0x3af3be(0x16c)+_0x1bc841['geometryName']+',\x20'+this[_0x3af3be(0x196)](_0x1bc841['geometry'])+')';case'Contains':return'CONTAINS('+_0x1bc841[_0x3af3be(0x1b9)]+',\x20'+this[_0x3af3be(0x196)](_0x1bc841[_0x3af3be(0x1ca)])+')';case _0x3af3be(0x1c4):return _0x3af3be(0x1a1)+this[_0x3af3be(0x1a5)](_0x1bc841[_0x3af3be(0x1c7)])+')';case _0x3af3be(0x1b6):case'Or':{let _0x2cd55f='(',_0x3c6eaa=!![];for(let _0xde402b=0x0;_0xde402b<_0x1bc841[_0x3af3be(0x17b)][_0x3af3be(0x1bb)];_0xde402b++){_0x3c6eaa?_0x3c6eaa=![]:_0x2cd55f+=')\x20'+_0x1bc841[_0x3af3be(0x17f)][_0x3af3be(0x1c1)]()+'\x20(',_0x2cd55f+=this['write'](_0x1bc841[_0x3af3be(0x17b)][_0xde402b]);}return _0x2cd55f+')';}case _0x3af3be(0x1d2):return _0x1bc841[_0x3af3be(0x1a8)]+_0x3af3be(0x1c9)+this[_0x3af3be(0x1a5)](_0x1bc841[_0x3af3be(0x1cf)])+'\x20AND\x20'+this['write'](_0x1bc841[_0x3af3be(0x1be)]);case _0x3af3be(0x17c):case _0x3af3be(0x199):case'PropertyIsLessThan':case _0x3af3be(0x1d1):case _0x3af3be(0x18e):case _0x3af3be(0x1d9):case _0x3af3be(0x194):case _0x3af3be(0x19e):{return _0x1bc841[_0x3af3be(0x1d8)]!==null?_0x1bc841[_0x3af3be(0x18f)]+'\x20'+this[_0x3af3be(0x1da)][_0x1bc841[_0x3af3be(0x17f)]]+'\x20'+this[_0x3af3be(0x1a5)](_0x1bc841[_0x3af3be(0x1d8)]):_0x1bc841['propertyName']+'\x20'+this[_0x3af3be(0x1da)][_0x1bc841[_0x3af3be(0x17f)]];}case undefined:if(typeof _0x1bc841===_0x3af3be(0x174))return'\x27'+_0x1bc841['replace'](/'/g,'\x27\x27')+'\x27';else{if(typeof _0x1bc841===_0x3af3be(0x191))return String(_0x1bc841);}break;default:throw new Error(_0x3af3be(0x175)+_0x1bc841[_0x3af3be(0x1b2)]+'\x20'+_0x1bc841);}}[a62_0x2c0c06(0x196)](_0x46f330){const _0x36549f=a62_0x2c0c06;if(_0x46f330 instanceof a62_0xc956db)return new WKT()[_0x36549f(0x1b1)](_0x46f330);}}
1
+ const a70_0x10524b=a70_0x1a4c;(function(_0x1380ba,_0x3d6b91){const _0x75991e=a70_0x1a4c,_0x9abcd3=_0x1380ba();while(!![]){try{const _0x46e88b=parseInt(_0x75991e(0x249))/0x1*(-parseInt(_0x75991e(0x240))/0x2)+-parseInt(_0x75991e(0x1fa))/0x3*(parseInt(_0x75991e(0x235))/0x4)+parseInt(_0x75991e(0x200))/0x5*(parseInt(_0x75991e(0x20d))/0x6)+-parseInt(_0x75991e(0x228))/0x7*(-parseInt(_0x75991e(0x234))/0x8)+parseInt(_0x75991e(0x232))/0x9+-parseInt(_0x75991e(0x239))/0xa+-parseInt(_0x75991e(0x251))/0xb;if(_0x46e88b===_0x3d6b91)break;else _0x9abcd3['push'](_0x9abcd3['shift']());}catch(_0x3809ed){_0x9abcd3['push'](_0x9abcd3['shift']());}}}(a70_0x3081,0x706d7));function a70_0x1a4c(_0x38358b,_0xfec062){const _0x3081aa=a70_0x3081();return a70_0x1a4c=function(_0x1a4c9b,_0x29f55c){_0x1a4c9b=_0x1a4c9b-0x1eb;let _0x46bbbe=_0x3081aa[_0x1a4c9b];return _0x46bbbe;},a70_0x1a4c(_0x38358b,_0xfec062);}import*as a70_0x4a2088 from'ol/format/filter';function a70_0x3081(){const _0x2f152b=['inPatterns','replaceAll','geometry','indexOf','between','extent','lessThan','readGeometry','warn','COMMA','PropertyIsNull','WITHIN(','Unknown\x20token\x20type\x20','within','substring','72492lDOJmC','greaterThan','precedence','LIKE','PROPERTY','ERROR:\x20In\x20parsing:\x20[','5ORrbZr','LPAREN','logicals','CONTAINS','PropertyIsLessThan','Contains','upperBoundary','replace','pop','parseInToOr','\x20AND\x20','PropertyIsEqualTo','RPAREN','1332246jyrKaf','tokens','string','operators','COMPARISON','VALUE','lessThanOrEqualTo','write','contains','nextToken','IS_NULL','PropertyIsGreaterThanOrEqualTo','operatorReverse','lastIndexOf','LOGICAL','propertyName','toUpperCase','Intersects','NOT\x20(','bbox','buildAst','type','tagName_','PropertyIsLike','text','patterns','And','49399QHjpdo','geometryName','BBOX','isNull','property','like','],\x20expected\x20one\x20of:\x20','GEOMETRY','\x20BETWEEN\x20','length','7591446DmIjiQ','Can\x27t\x20encode:\x20','944lNVNVc','144GNwHTH','follows','PropertyIsLessThanOrEqualTo','PropertyIsGreaterThan','4987620wbUJdC','tryToken','剩余的节点无法解析:\x20\x0a','PropertyIsBetween','BETWEEN','split','PropertyIsNotEqualTo','1576dvlGJI','END','exec','not','notEqualTo','WITHIN','match','\x0a\x20\x20\x20\x20','\x20or\x20','73UQdkTk','greaterThanOrEqualTo','writeGeometry','SPATIAL','push','conditions','No\x20follows\x20list\x20for\x20','equalTo','127248giaaqF','NOT','srsName','index','CONTAINS(','tokenize','lowerBoundary'];a70_0x3081=function(){return _0x2f152b;};return a70_0x3081();}import{WKT}from'ol/format';import a70_0x1d8bc9 from'ol/geom/Geometry';export default class CQL{constructor(){const _0xee6947=a70_0x1a4c;this[_0xee6947(0x1eb)]=/ (IN) /i,this[_0xee6947(0x20e)]=[_0xee6947(0x1fe),_0xee6947(0x211),_0xee6947(0x212),_0xee6947(0x21b)],this[_0xee6947(0x226)]={'PROPERTY':/^[_a-zA-Z]\w*/,'COMPARISON':/^(=|<>|<=|<|>=|>|LIKE)/i,'IS_NULL':/^IS NULL/i,'COMMA':/^,/,'LOGICAL':/^(AND|OR)/i,'VALUE':/^('([^']|'')*'|-?\d+(\.\d*)?|\.\d+)/,'LPAREN':/^\(/,'RPAREN':/^\)/,'SPATIAL':/^(BBOX|INTERSECTS|DWITHIN|WITHIN|CONTAINS)/i,'NOT':/^NOT/i,'BETWEEN':/^BETWEEN/i,'GEOMETRY':function(_0xa930ff){const _0x479fc6=_0xee6947;let _0x5083c0=/^(POINT|LINESTRING|POLYGON|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION)/[_0x479fc6(0x242)](_0xa930ff);if(_0x5083c0){let _0x4befb0=_0xa930ff[_0x479fc6(0x231)],_0x3732d6=_0xa930ff[_0x479fc6(0x1ee)]('(',_0x5083c0[0x0][_0x479fc6(0x231)]);if(_0x3732d6>-0x1){let _0x2a31=0x1;while(_0x3732d6<_0x4befb0&&_0x2a31>0x0){_0x3732d6++;switch(_0xa930ff['charAt'](_0x3732d6)){case'(':_0x2a31++;break;case')':_0x2a31--;break;default:}}}return[_0xa930ff[_0x479fc6(0x1f9)](0x0,_0x3732d6+0x1)];}},'END':/^$/},this[_0xee6947(0x236)]={'LPAREN':[_0xee6947(0x22f),_0xee6947(0x24c),_0xee6947(0x1fe),_0xee6947(0x212),_0xee6947(0x201)],'RPAREN':[_0xee6947(0x252),_0xee6947(0x21b),_0xee6947(0x241),_0xee6947(0x20c)],'PROPERTY':[_0xee6947(0x211),_0xee6947(0x23d),_0xee6947(0x1f4),_0xee6947(0x217)],'BETWEEN':[_0xee6947(0x212)],'IS_NULL':[_0xee6947(0x241)],'COMPARISON':[_0xee6947(0x212)],'COMMA':[_0xee6947(0x22f),_0xee6947(0x212),_0xee6947(0x1fe)],'VALUE':[_0xee6947(0x21b),_0xee6947(0x1f4),_0xee6947(0x20c),_0xee6947(0x241)],'SPATIAL':['LPAREN'],'LOGICAL':['NOT',_0xee6947(0x212),'SPATIAL',_0xee6947(0x1fe),_0xee6947(0x201)],'NOT':[_0xee6947(0x1fe),_0xee6947(0x201)],'GEOMETRY':[_0xee6947(0x1f4),'RPAREN']},this[_0xee6947(0x210)]={'=':a70_0x4a2088[_0xee6947(0x250)],'<>':a70_0x4a2088[_0xee6947(0x244)],'<':a70_0x4a2088[_0xee6947(0x1f1)],'<=':a70_0x4a2088[_0xee6947(0x213)],'>':a70_0x4a2088[_0xee6947(0x1fb)],'>=':a70_0x4a2088[_0xee6947(0x24a)],'LIKE':a70_0x4a2088[_0xee6947(0x22d)],'BETWEEN':a70_0x4a2088[_0xee6947(0x1ef)],'IS\x20NULL':a70_0x4a2088[_0xee6947(0x22b)]},this[_0xee6947(0x219)]={'PropertyIsEqualTo':'=','PropertyIsNotEqualTo':'<>','PropertyIsLessThan':'<','PropertyIsLessThanOrEqualTo':'<=','PropertyIsGreaterThan':'>','PropertyIsGreaterThanOrEqualTo':'>=','PropertyIsLike':_0xee6947(0x1fd),'PropertyIsNull':'IS\x20NULL','PropertyIsBetween':_0xee6947(0x23d)},this['logicals']={'AND':a70_0x4a2088['and'],'OR':a70_0x4a2088['or']},this[_0xee6947(0x1fc)]={'RPAREN':0x3,'LOGICAL':0x2,'COMPARISON':0x1};}[a70_0x10524b(0x23a)](_0x460e03,_0x191399){const _0x35bb06=a70_0x10524b;return _0x191399 instanceof RegExp?_0x191399[_0x35bb06(0x242)](_0x460e03):_0x191399(_0x460e03);}[a70_0x10524b(0x216)](_0x20bf6e,_0x22f905){const _0x5a8e32=a70_0x10524b;let _0x52b5e5,_0x2605d5,_0xed6087=_0x22f905[_0x5a8e32(0x231)];for(_0x52b5e5=0x0;_0x52b5e5<_0xed6087;_0x52b5e5++){_0x2605d5=_0x22f905[_0x52b5e5];let _0x45c869=this[_0x5a8e32(0x226)][_0x2605d5],_0x57431a=this[_0x5a8e32(0x23a)](_0x20bf6e,_0x45c869);if(_0x57431a){let _0x5911e3=_0x57431a[0x0],_0x386b69=_0x20bf6e[_0x5a8e32(0x1f9)](_0x5911e3[_0x5a8e32(0x231)])[_0x5a8e32(0x207)](/^\s*/,'');return{'type':_0x2605d5,'text':_0x5911e3,'remainder':_0x386b69};}}let _0x227f53=_0x5a8e32(0x1ff)+_0x20bf6e+_0x5a8e32(0x22e);for(_0x52b5e5=0x0;_0x52b5e5<_0xed6087;_0x52b5e5++){_0x2605d5=_0x22f905[_0x52b5e5],_0x227f53+=_0x5a8e32(0x247)+_0x2605d5+':\x20'+this[_0x5a8e32(0x226)][_0x2605d5];}throw new Error(_0x227f53);}[a70_0x10524b(0x256)](_0x510d4f){const _0x4181d3=a70_0x10524b;_0x510d4f=_0x510d4f['replaceAll']('[','')['replaceAll'](']','');let _0x551eca=this[_0x4181d3(0x23a)](_0x510d4f,this[_0x4181d3(0x1eb)]);_0x551eca&&(_0x510d4f=this[_0x4181d3(0x209)](_0x510d4f,_0x551eca));let _0xd29c2a=[],_0x1fcba6,_0x52abc5=[_0x4181d3(0x252),'GEOMETRY',_0x4181d3(0x24c),_0x4181d3(0x1fe),_0x4181d3(0x201)];do{_0x1fcba6=this['nextToken'](_0x510d4f,_0x52abc5),_0x510d4f=_0x1fcba6['remainder'],_0x52abc5=this['follows'][_0x1fcba6['type']];if(_0x1fcba6[_0x4181d3(0x222)]!==_0x4181d3(0x241)&&!_0x52abc5)throw new Error(_0x4181d3(0x24f)+_0x1fcba6['type']);_0xd29c2a['push'](_0x1fcba6);}while(_0x1fcba6[_0x4181d3(0x222)]!==_0x4181d3(0x241));return _0xd29c2a;}[a70_0x10524b(0x209)](_0x875e30,_0x2bd9b4){const _0x21565a=a70_0x10524b;let _0x13b90c=this[_0x21565a(0x23a)](_0x875e30,/\((.+?)\)/g);if(_0x13b90c){let _0x5c7348=_0x875e30[_0x21565a(0x1f9)](0x0,_0x2bd9b4[_0x21565a(0x254)]),_0x5f3e5e=_0x13b90c[0x1],_0x5e68d6=_0x5f3e5e[_0x21565a(0x1ec)]('\x20','')[_0x21565a(0x23e)](','),_0x1fd0c6='',_0x185a26='';if(_0x5c7348[_0x21565a(0x1ee)]('\x20')>-0x1){let _0x4974b4=_0x5c7348[_0x21565a(0x21a)]('\x20');_0x185a26=_0x5c7348[_0x21565a(0x1f9)](0x0,_0x4974b4+0x1),_0x1fd0c6=_0x5c7348[_0x21565a(0x1f9)](_0x4974b4+0x1,_0x5c7348[_0x21565a(0x231)]);}else _0x1fd0c6=_0x5c7348;let _0x2cf0c4=_0x185a26;for(let _0x3fbacd=0x0;_0x3fbacd<_0x5e68d6[_0x21565a(0x231)];_0x3fbacd++){let _0x3a5d14=_0x5e68d6[_0x3fbacd];_0x2cf0c4+=_0x1fd0c6+'='+_0x3a5d14,_0x3fbacd<_0x5e68d6['length']-0x1&&(_0x2cf0c4+=_0x21565a(0x248));}return _0x2cf0c4;}return _0x875e30;}[a70_0x10524b(0x221)](_0x3a6dbb){const _0x2a85e1=a70_0x10524b;let _0x174554=this,_0x24e6b3=[],_0x45c8a4=[];while(_0x3a6dbb['length']){let _0x165842=_0x3a6dbb['shift']();switch(_0x165842['type']){case'PROPERTY':case _0x2a85e1(0x22f):case _0x2a85e1(0x212):_0x45c8a4[_0x2a85e1(0x24d)](_0x165842);break;case'COMPARISON':case'BETWEEN':case _0x2a85e1(0x217):case _0x2a85e1(0x21b):{let _0x3c9021=this['precedence'][_0x165842[_0x2a85e1(0x222)]];while(_0x24e6b3['length']>0x0&&this['precedence'][_0x24e6b3[_0x24e6b3['length']-0x1][_0x2a85e1(0x222)]]<=_0x3c9021){_0x45c8a4['push'](_0x24e6b3[_0x2a85e1(0x208)]());}_0x24e6b3[_0x2a85e1(0x24d)](_0x165842);break;}case'SPATIAL':case _0x2a85e1(0x252):case _0x2a85e1(0x201):_0x24e6b3[_0x2a85e1(0x24d)](_0x165842);break;case _0x2a85e1(0x20c):while(_0x24e6b3[_0x2a85e1(0x231)]>0x0&&_0x24e6b3[_0x24e6b3[_0x2a85e1(0x231)]-0x1][_0x2a85e1(0x222)]!==_0x2a85e1(0x201)){_0x45c8a4['push'](_0x24e6b3[_0x2a85e1(0x208)]());}_0x24e6b3['pop']();_0x24e6b3['length']>0x0&&(_0x24e6b3[_0x24e6b3[_0x2a85e1(0x231)]-0x1][_0x2a85e1(0x222)]==='SPATIAL'||_0x24e6b3[_0x24e6b3['length']-0x1][_0x2a85e1(0x222)]===_0x2a85e1(0x252))&&_0x45c8a4[_0x2a85e1(0x24d)](_0x24e6b3['pop']());break;case _0x2a85e1(0x1f4):case'END':break;default:throw new Error(_0x2a85e1(0x1f7)+_0x165842[_0x2a85e1(0x222)]);}}while(_0x24e6b3[_0x2a85e1(0x231)]>0x0){_0x45c8a4[_0x2a85e1(0x24d)](_0x24e6b3[_0x2a85e1(0x208)]());}function _0x2b347a(){const _0x473839=_0x2a85e1;let _0x140b7c,_0x66dc90,_0x589f77=_0x45c8a4['pop']();switch(_0x589f77[_0x473839(0x222)]){case'LOGICAL':{let _0xcf1cf0=_0x2b347a(),_0x156d63=_0x2b347a();return new _0x174554[(_0x473839(0x202))][(_0x589f77[_0x473839(0x225)][_0x473839(0x21d)]())](_0x156d63,_0xcf1cf0);}case _0x473839(0x252):{let _0xf8e6e4=_0x2b347a();return a70_0x4a2088[_0x473839(0x243)](_0xf8e6e4);}case'BETWEEN':{let _0x5ba92c,_0x4adde2;return _0x45c8a4[_0x473839(0x208)](),_0x4adde2=_0x2b347a(),_0x5ba92c=_0x2b347a(),_0x66dc90=_0x2b347a(),a70_0x4a2088[_0x473839(0x1ef)](_0x66dc90,_0x5ba92c,_0x4adde2);}case _0x473839(0x211):{return _0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a(),new _0x174554[(_0x473839(0x210))][(_0x589f77[_0x473839(0x225)][_0x473839(0x21d)]())](_0x66dc90,_0x140b7c);}case _0x473839(0x217):_0x66dc90=_0x2b347a();return new _0x174554[(_0x473839(0x210))][(_0x589f77[_0x473839(0x225)][_0x473839(0x21d)]())](_0x66dc90);case _0x473839(0x212):{let _0x46417d=_0x589f77[_0x473839(0x225)][_0x473839(0x246)](/^'(.*)'$/);return _0x46417d?_0x46417d[0x1][_0x473839(0x207)](/''/g,'\x27'):Number(_0x589f77[_0x473839(0x225)]);}case _0x473839(0x24c):switch(_0x589f77[_0x473839(0x225)]['toUpperCase']()){case _0x473839(0x22a):{let _0xbce608=_0x2b347a(),_0x4edeea=_0x2b347a(),_0x5ee6d2=_0x2b347a(),_0x354e46=_0x2b347a(),_0x2ee310=_0x2b347a();return a70_0x4a2088[_0x473839(0x220)](_0x2ee310,[_0x354e46,_0x5ee6d2,_0x4edeea,_0xbce608]);}case'INTERSECTS':_0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a();return a70_0x4a2088['intersects'](_0x66dc90,_0x140b7c);case _0x473839(0x245):_0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a();return a70_0x4a2088[_0x473839(0x1f8)](_0x66dc90,_0x140b7c);case _0x473839(0x203):_0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a();return a70_0x4a2088[_0x473839(0x215)](_0x66dc90,_0x140b7c);}break;case _0x473839(0x22f):return new WKT()[_0x473839(0x1f2)](_0x589f77[_0x473839(0x225)],{});default:return _0x589f77[_0x473839(0x225)];}}let _0x1bfb05=_0x2b347a();if(_0x45c8a4[_0x2a85e1(0x231)]>0x0){let _0x5c0643=_0x2a85e1(0x23b);for(let _0x2ef937=_0x45c8a4['length']-0x1;_0x2ef937>=0x0;_0x2ef937--){_0x5c0643+=_0x45c8a4[_0x2ef937][_0x2a85e1(0x222)]+':\x20'+_0x45c8a4[_0x2ef937][_0x2a85e1(0x225)]+'\x0a';}throw new Error(_0x5c0643);}return _0x1bfb05;}['read'](_0x30f965){const _0x178460=a70_0x10524b;try{return this['buildAst'](this[_0x178460(0x256)](_0x30f965));}catch(_0x329417){console[_0x178460(0x1f3)]('CQL解析失败:'+_0x30f965),console[_0x178460(0x1f3)](_0x329417);}}[a70_0x10524b(0x214)](_0x202813){const _0xe8f20d=a70_0x10524b;switch(_0x202813['tagName_']){case _0xe8f20d(0x22a):return'BBOX('+_0x202813[_0xe8f20d(0x229)]+','+_0x202813[_0xe8f20d(0x1f0)]['join'](',')+','+_0x202813[_0xe8f20d(0x253)]+')';case'Within':return _0xe8f20d(0x1f6)+_0x202813[_0xe8f20d(0x229)]+',\x20'+this[_0xe8f20d(0x1f2)](_0x202813[_0xe8f20d(0x1ed)])+')';case _0xe8f20d(0x21e):return'INTERSECTS('+_0x202813[_0xe8f20d(0x229)]+',\x20'+this['readGeometry'](_0x202813[_0xe8f20d(0x1ed)])+')';case _0xe8f20d(0x205):return _0xe8f20d(0x255)+_0x202813[_0xe8f20d(0x229)]+',\x20'+this['readGeometry'](_0x202813['geometry'])+')';case'Not':return _0xe8f20d(0x21f)+this[_0xe8f20d(0x214)](_0x202813['condition'])+')';case _0xe8f20d(0x227):case'Or':{let _0x24a5a9='(',_0x2700bf=!![];for(let _0xc6fd1b=0x0;_0xc6fd1b<_0x202813['conditions'][_0xe8f20d(0x231)];_0xc6fd1b++){_0x2700bf?_0x2700bf=![]:_0x24a5a9+=')\x20'+_0x202813[_0xe8f20d(0x223)]['toLowerCase']()+'\x20(',_0x24a5a9+=this[_0xe8f20d(0x214)](_0x202813[_0xe8f20d(0x24e)][_0xc6fd1b]);}return _0x24a5a9+')';}case _0xe8f20d(0x23c):return _0x202813[_0xe8f20d(0x22c)]+_0xe8f20d(0x230)+this['write'](_0x202813[_0xe8f20d(0x257)])+_0xe8f20d(0x20a)+this[_0xe8f20d(0x214)](_0x202813[_0xe8f20d(0x206)]);case _0xe8f20d(0x20b):case _0xe8f20d(0x23f):case _0xe8f20d(0x204):case _0xe8f20d(0x237):case _0xe8f20d(0x238):case _0xe8f20d(0x218):case _0xe8f20d(0x224):case _0xe8f20d(0x1f5):{return _0x202813['expression']!==null?_0x202813[_0xe8f20d(0x21c)]+'\x20'+this[_0xe8f20d(0x219)][_0x202813[_0xe8f20d(0x223)]]+'\x20'+this[_0xe8f20d(0x214)](_0x202813['expression']):_0x202813[_0xe8f20d(0x21c)]+'\x20'+this['operatorReverse'][_0x202813['tagName_']];}case undefined:if(typeof _0x202813===_0xe8f20d(0x20f))return'\x27'+_0x202813[_0xe8f20d(0x207)](/'/g,'\x27\x27')+'\x27';else{if(typeof _0x202813==='number')return String(_0x202813);}break;default:throw new Error(_0xe8f20d(0x233)+_0x202813['CLASS_NAME']+'\x20'+_0x202813);}}[a70_0x10524b(0x1f2)](_0x10ae81){const _0x5a6d02=a70_0x10524b;if(_0x10ae81 instanceof a70_0x1d8bc9)return new WKT()[_0x5a6d02(0x24b)](_0x10ae81);}}
@@ -1 +1 @@
1
- (function(_0x4a37b4,_0x55abac){const _0x1097c2=a63_0xf06c,_0x144408=_0x4a37b4();while(!![]){try{const _0x159a0f=parseInt(_0x1097c2(0x15c))/0x1+-parseInt(_0x1097c2(0x16d))/0x2+parseInt(_0x1097c2(0x173))/0x3*(-parseInt(_0x1097c2(0x157))/0x4)+-parseInt(_0x1097c2(0x16f))/0x5*(parseInt(_0x1097c2(0x16e))/0x6)+-parseInt(_0x1097c2(0x168))/0x7*(parseInt(_0x1097c2(0x16b))/0x8)+parseInt(_0x1097c2(0x169))/0x9+parseInt(_0x1097c2(0x162))/0xa*(parseInt(_0x1097c2(0x170))/0xb);if(_0x159a0f===_0x55abac)break;else _0x144408['push'](_0x144408['shift']());}catch(_0x2194c7){_0x144408['push'](_0x144408['shift']());}}}(a63_0x3639,0x2f3b2));import a63_0x19d66e from'./CQL';export function isMatchCql(_0x4c7571,_0x2bd543){const _0x4adf68=a63_0xf06c;let _0x269180=new a63_0x19d66e()[_0x4adf68(0x179)](_0x2bd543);return isMatchFilter(_0x4c7571,_0x269180);}function a63_0xf06c(_0x887c76,_0x30043e){const _0x363971=a63_0x3639();return a63_0xf06c=function(_0xf06cd0,_0x149627){_0xf06cd0=_0xf06cd0-0x155;let _0x3c9f74=_0x363971[_0xf06cd0];return _0x3c9f74;},a63_0xf06c(_0x887c76,_0x30043e);}export function isMatchFilter(_0x547d4f,_0x2e4783){const _0x3981c7=a63_0xf06c;switch(_0x2e4783['tagName_']){case _0x3981c7(0x176):return!isMatchFilter(_0x547d4f,_0x2e4783[_0x3981c7(0x160)]);case _0x3981c7(0x172):{let _0x3120eb=!![];for(let _0x207957=0x0;_0x207957<_0x2e4783['conditions'][_0x3981c7(0x15e)];_0x207957++){_0x3120eb=_0x3120eb&&isMatchFilter(_0x547d4f,_0x2e4783[_0x3981c7(0x15d)][_0x207957]);}return _0x3120eb;}case'Or':{let _0x24a10a=![];for(let _0xa473aa=0x0;_0xa473aa<_0x2e4783['conditions'][_0x3981c7(0x15e)];_0xa473aa++){_0x24a10a=_0x24a10a||isMatchFilter(_0x547d4f,_0x2e4783['conditions'][_0xa473aa]);}return _0x24a10a;}case _0x3981c7(0x174):return _0x547d4f[_0x2e4783[_0x3981c7(0x175)]]>_0x2e4783[_0x3981c7(0x164)]&&_0x547d4f[_0x2e4783['property']]<_0x2e4783['upperBoundary'];case'PropertyIsEqualTo':return _0x547d4f[_0x2e4783[_0x3981c7(0x158)]]===_0x2e4783[_0x3981c7(0x163)];case _0x3981c7(0x15b):return _0x547d4f[_0x2e4783['propertyName']]!==_0x2e4783['expression'];case _0x3981c7(0x171):return _0x547d4f[_0x2e4783[_0x3981c7(0x158)]]<_0x2e4783[_0x3981c7(0x163)];case _0x3981c7(0x159):return _0x547d4f[_0x2e4783['propertyName']]<=_0x2e4783[_0x3981c7(0x163)];case _0x3981c7(0x161):return _0x547d4f[_0x2e4783['propertyName']]>_0x2e4783[_0x3981c7(0x163)];case _0x3981c7(0x15f):return _0x547d4f[_0x2e4783['propertyName']]>=_0x2e4783[_0x3981c7(0x163)];case _0x3981c7(0x165):return _0x547d4f[_0x2e4783[_0x3981c7(0x158)]][_0x3981c7(0x166)](_0x2e4783['expression'])>-0x1;case'PropertyIsNull':{return!_0x547d4f[_0x2e4783[_0x3981c7(0x158)]];}default:return![];}}export function isEqualFilter(_0x1d8ac1,_0xdc4cda){const _0x2ad786=a63_0xf06c;switch(_0x1d8ac1[_0x2ad786(0x156)]){case _0x2ad786(0x176):return _0x1d8ac1[_0x2ad786(0x156)]===_0xdc4cda[_0x2ad786(0x156)]&&isEqualFilter(_0x1d8ac1['condition'],_0xdc4cda[_0x2ad786(0x160)]);case'Or':case _0x2ad786(0x172):{let _0x35554f=_0x1d8ac1[_0x2ad786(0x156)]===_0xdc4cda[_0x2ad786(0x156)]&&_0x1d8ac1[_0x2ad786(0x15d)][_0x2ad786(0x15e)]===_0xdc4cda[_0x2ad786(0x15d)][_0x2ad786(0x15e)];for(let _0x20749a=0x0;_0x20749a<_0x1d8ac1[_0x2ad786(0x15d)]['length'];_0x20749a++){_0x35554f=_0x35554f&&isEqualFilter(_0x1d8ac1[_0x2ad786(0x15d)][_0x20749a],_0xdc4cda[_0x2ad786(0x15d)][_0x20749a]);}return _0x35554f;}case _0x2ad786(0x174):return _0x1d8ac1[_0x2ad786(0x156)]===_0xdc4cda[_0x2ad786(0x156)]&&_0x1d8ac1[_0x2ad786(0x175)]===_0xdc4cda[_0x2ad786(0x175)];case _0x2ad786(0x177):case'PropertyIsNotEqualTo':case _0x2ad786(0x171):case _0x2ad786(0x159):case _0x2ad786(0x161):case _0x2ad786(0x15f):case _0x2ad786(0x165):case _0x2ad786(0x15a):return _0x1d8ac1['tagName_']===_0xdc4cda[_0x2ad786(0x156)]&&_0x1d8ac1['propertyName']===_0xdc4cda[_0x2ad786(0x158)];default:return![];}}export function indexOfFilter(_0x56b014,_0x5ae8a4){const _0x40344b=a63_0xf06c;let _0x521622=-0x1;if((_0x56b014===null||_0x56b014===void 0x0?void 0x0:_0x56b014[_0x40344b(0x15e)])>0x0)for(let _0x5ace36 in _0x56b014){if(isEqualFilter(_0x56b014[_0x5ace36][_0x40344b(0x167)],_0x5ae8a4))return _0x5ace36;}return _0x521622;}export function getIndexByTemplate(_0x13781d,_0x3c3acb){const _0x335095=a63_0xf06c;let _0x438a21=_0x3c3acb['template'];if(_0x3c3acb[_0x335095(0x155)]>0x0){let _0xad1e86=getKeyByTemplate(_0x13781d,_0x438a21);if(_0xad1e86 instanceof Array)for(let _0x130293 in _0xad1e86){let _0x417ee4=_0x3c3acb['idMap'][_0xad1e86[_0x130293]+'_'+_0x130293];if(_0x417ee4)return _0x417ee4;}else return _0x3c3acb[_0x335095(0x16a)][_0xad1e86];}return null;}export function getKeyByTemplate(_0x4cf6c8,_0x57dbf5){const _0x23cb9e=a63_0xf06c;switch(_0x57dbf5[_0x23cb9e(0x156)]){case _0x23cb9e(0x177):{return _0x4cf6c8[_0x57dbf5['propertyName']];}case _0x23cb9e(0x172):{let _0x52aedd=[];for(let _0x1fc86c=0x0;_0x1fc86c<_0x57dbf5[_0x23cb9e(0x15d)]['length'];_0x1fc86c++){let _0x46dedd=getKeyByTemplate(_0x4cf6c8,_0x57dbf5[_0x23cb9e(0x15d)][_0x1fc86c]);_0x46dedd&&_0x52aedd[_0x23cb9e(0x178)](_0x46dedd);}return _0x52aedd[_0x23cb9e(0x16c)](',');}case'Or':{let _0x13f030=[];for(let _0x32df93=0x0;_0x32df93<_0x57dbf5[_0x23cb9e(0x15d)][_0x23cb9e(0x15e)];_0x32df93++){let _0x5765a1=getKeyByTemplate(_0x4cf6c8,_0x57dbf5[_0x23cb9e(0x15d)][_0x32df93]);_0x5765a1&&_0x13f030[_0x23cb9e(0x178)](_0x5765a1);}return _0x13f030;}default:return null;}}function a63_0x3639(){const _0x598f92=['10QYxBtV','11FfStBP','PropertyIsLessThan','And','4803nsbOWX','PropertyIsBetween','property','Not','PropertyIsEqualTo','push','read','idMapLength','tagName_','244PzgZex','propertyName','PropertyIsLessThanOrEqualTo','PropertyIsNull','PropertyIsNotEqualTo','34432XCPFwh','conditions','length','PropertyIsGreaterThanOrEqualTo','condition','PropertyIsGreaterThan','5953170cqnIlw','expression','lowerBoundary','PropertyIsLike','indexOf','template','7CTkdGd','388251qVRIOv','idMap','896472OEjjPj','join','391424HxWFpx','221994VvvjKl'];a63_0x3639=function(){return _0x598f92;};return a63_0x3639();}export function createKeyFromFilter(_0x44e7a3){const _0x1ac3c9=a63_0xf06c;switch(_0x44e7a3[_0x1ac3c9(0x156)]){case _0x1ac3c9(0x177):return _0x44e7a3[_0x1ac3c9(0x163)];case'And':{let _0x550fe6=[];for(let _0x57960d=0x0;_0x57960d<_0x44e7a3[_0x1ac3c9(0x15d)]['length'];_0x57960d++){let _0x34ceeb=createKeyFromFilter(_0x44e7a3[_0x1ac3c9(0x15d)][_0x57960d]);if(_0x34ceeb)_0x550fe6[_0x1ac3c9(0x178)](_0x34ceeb);else return null;}return _0x550fe6['join'](',');}case'Or':{let _0x5c185d=[];for(let _0x3d3911=0x0;_0x3d3911<_0x44e7a3['conditions'][_0x1ac3c9(0x15e)];_0x3d3911++){let _0x56783f=createKeyFromFilter(_0x44e7a3[_0x1ac3c9(0x15d)][_0x3d3911]);_0x56783f&&_0x5c185d[_0x1ac3c9(0x178)](_0x56783f);}return _0x5c185d;}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
- const a66_0x42c47f=a66_0x16bd;(function(_0x2940fe,_0x1012ac){const _0x4a2ad6=a66_0x16bd,_0x5b78c8=_0x2940fe();while(!![]){try{const _0xef7425=parseInt(_0x4a2ad6(0x19d))/0x1*(-parseInt(_0x4a2ad6(0x1ae))/0x2)+-parseInt(_0x4a2ad6(0x19e))/0x3+parseInt(_0x4a2ad6(0x1aa))/0x4*(parseInt(_0x4a2ad6(0x1a7))/0x5)+parseInt(_0x4a2ad6(0x19f))/0x6+-parseInt(_0x4a2ad6(0x1ac))/0x7*(parseInt(_0x4a2ad6(0x1a1))/0x8)+-parseInt(_0x4a2ad6(0x1a4))/0x9*(-parseInt(_0x4a2ad6(0x1a9))/0xa)+parseInt(_0x4a2ad6(0x1a5))/0xb*(-parseInt(_0x4a2ad6(0x1a0))/0xc);if(_0xef7425===_0x1012ac)break;else _0x5b78c8['push'](_0x5b78c8['shift']());}catch(_0x1cd52e){_0x5b78c8['push'](_0x5b78c8['shift']());}}}(a66_0x2807,0x3d1ef));import{asString}from'ol/color';function a66_0x16bd(_0x4abf16,_0xab80ff){const _0x28077e=a66_0x2807();return a66_0x16bd=function(_0x16bd8f,_0x4eb591){_0x16bd8f=_0x16bd8f-0x19d;let _0x1f1699=_0x28077e[_0x16bd8f];return _0x1f1699;},a66_0x16bd(_0x4abf16,_0xab80ff);}class ImageCache{constructor(){const _0x460f7c=a66_0x16bd;this[_0x460f7c(0x1ab)]={},this[_0x460f7c(0x1b1)]=0x0;}['clear'](){const _0x26c30c=a66_0x16bd;this[_0x26c30c(0x1ab)]={},this[_0x26c30c(0x1b1)]=0x0;}[a66_0x42c47f(0x1ad)](_0x10033f){const _0x2e94fe=a66_0x42c47f,_0x9f31=getKey(_0x10033f[_0x2e94fe(0x1a8)],_0x10033f['markerSize'],_0x10033f[_0x2e94fe(0x1a2)],_0x10033f[_0x2e94fe(0x1a6)]);return _0x9f31 in this[_0x2e94fe(0x1ab)]?this['cache_'][_0x9f31]:null;}[a66_0x42c47f(0x1a3)](_0x419689,_0x1ae8f0){const _0x3aa99b=a66_0x42c47f,_0x260f9a=getKey(_0x419689[_0x3aa99b(0x1a8)],_0x419689[_0x3aa99b(0x1b0)],_0x419689['markerColor'],_0x419689['image']);this[_0x3aa99b(0x1ab)][_0x260f9a]=_0x1ae8f0,++this[_0x3aa99b(0x1b1)];}}function getKey(_0x607034,_0x51266e,_0x245097,_0x50ff87){const _0x4a1b55=a66_0x42c47f,_0xce5ac=_0x245097?asString(_0x245097):_0x4a1b55(0x1af);return _0x607034+':'+_0x50ff87+':'+_0xce5ac+':'+_0x51266e;}export default ImageCache;function a66_0x2807(){const _0x5e51d9=['11209gDuPag','image','1579495TkFwbx','markerLabel','3972460yNgkLc','4ajdoNu','cache_','14uSJcUE','get','9620RtlCXN','null','markerSize','cacheSize_','33LxhPiv','559011WGSHEG','2522892MGiWeI','5556aHiAAS','265648DrDAKj','markerColor','set','9BgNkAI'];a66_0x2807=function(){return _0x5e51d9;};return a66_0x2807();}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_0xb47313=a67_0x3472;(function(_0x4b9607,_0x1b6974){const _0x1f6998=a67_0x3472,_0x2edde2=_0x4b9607();while(!![]){try{const _0x5e99c7=-parseInt(_0x1f6998(0x142))/0x1+-parseInt(_0x1f6998(0x13f))/0x2+-parseInt(_0x1f6998(0x141))/0x3+parseInt(_0x1f6998(0x12b))/0x4+parseInt(_0x1f6998(0x12c))/0x5*(parseInt(_0x1f6998(0x11e))/0x6)+parseInt(_0x1f6998(0x139))/0x7+parseInt(_0x1f6998(0x124))/0x8*(-parseInt(_0x1f6998(0x133))/0x9);if(_0x5e99c7===_0x1b6974)break;else _0x2edde2['push'](_0x2edde2['shift']());}catch(_0x12f3d1){_0x2edde2['push'](_0x2edde2['shift']());}}}(a67_0x5ef6,0x5be4c));import a67_0x1f5618 from'color';function a67_0x5ef6(){const _0x362b37=['152155INbcaS','save','height','createElement','stringify','beginPath','fromColor','lighten','fromUrl','128766OrIxRj','lineTo','listenImageChange','canvas','moveTo','bold\x20','222792eYxoML','color\x20is\x20required','drawImage','destination-over','#FFFFFF','ERROR','target','1846804ptSPHN','25BYeGXK','width','LOADED','globalCompositeOperation','getImage','round','destination-out','126hQztFE','px\x20sans-serif','id\x20is\x20required','text\x20is\x20required','_cache','strokeStyle','3867283rCIvNg','fillStyle','toDataURL','restore','size\x20is\x20required','closePath','221286VfVdQh','bezierCurveTo','277185iCTULv'];a67_0x5ef6=function(){return _0x362b37;};return a67_0x5ef6();}import a67_0x3b1214 from'./writeTextToCanvas';import{Icon}from'ol/style';import a67_0x50835e from'ol/ImageState';import{parseImage}from'../../UrlUtil.js';class PinBuilder{constructor(){this['_cache']={};}[a67_0xb47313(0x11b)](_0x11c19a,_0x30a23a){const _0x5209dc=a67_0xb47313;if(!_0x11c19a)throw new Error(_0x5209dc(0x125));if(!_0x30a23a)throw new Error('size\x20is\x20required');return createPin('','',_0x11c19a,_0x30a23a,this[_0x5209dc(0x137)]);}[a67_0xb47313(0x11d)](_0x28a539,_0x389ec3,_0xab5e50){const _0xcdb668=a67_0xb47313;if(!_0x28a539)throw new Error('url\x20is\x20required');if(!_0x389ec3)throw new Error(_0xcdb668(0x125));if(!_0xab5e50)throw new Error(_0xcdb668(0x13d));return createPin(_0x28a539,'',_0x389ec3,_0xab5e50,this[_0xcdb668(0x137)]);}['fromMakiIconId'](_0x3c47cb,_0x4077ab,_0x354edf){const _0x4cf423=a67_0xb47313;if(!_0x3c47cb)throw new Error(_0x4cf423(0x135));if(!_0x4077ab)throw new Error(_0x4cf423(0x125));if(!_0x354edf)throw new Error(_0x4cf423(0x13d));return createPin(parseImage(_0x3c47cb),'',_0x4077ab,_0x354edf,this[_0x4cf423(0x137)]);}['fromText'](_0x355cda,_0x2019d2,_0x263719){const _0x4c5161=a67_0xb47313;if(!_0x355cda)throw new Error(_0x4c5161(0x136));if(!_0x2019d2)throw new Error(_0x4c5161(0x125));if(!_0x263719)throw new Error(_0x4c5161(0x13d));return createPin('',_0x355cda,_0x2019d2,_0x263719,this[_0x4c5161(0x137)]);}}function drawPin(_0x33cca4,_0xee2756,_0x1c3602){const _0x210365=a67_0xb47313;_0x33cca4[_0x210365(0x116)](),_0x33cca4['scale'](_0x1c3602/0x18,_0x1c3602/0x18),_0x33cca4[_0x210365(0x13a)]=_0xee2756,_0x33cca4[_0x210365(0x138)]=a67_0x1f5618(_0xee2756)[_0x210365(0x11c)](0.6)['hexa'](),_0x33cca4['lineWidth']=0.846,_0x33cca4[_0x210365(0x11a)](),_0x33cca4[_0x210365(0x122)](6.72,0.422),_0x33cca4[_0x210365(0x11f)](17.28,0.422),_0x33cca4['bezierCurveTo'](18.553,0.422,19.577,1.758,19.577,3.415),_0x33cca4[_0x210365(0x11f)](19.577,10.973),_0x33cca4[_0x210365(0x140)](19.577,12.63,18.553,13.966,17.282,13.966),_0x33cca4[_0x210365(0x11f)](14.386,14.008),_0x33cca4['lineTo'](11.826,23.578),_0x33cca4['lineTo'](9.614,14.008),_0x33cca4[_0x210365(0x11f)](6.719,13.965),_0x33cca4[_0x210365(0x140)](5.446,13.983,4.422,12.629,4.422,10.972),_0x33cca4['lineTo'](4.422,3.416),_0x33cca4[_0x210365(0x140)](4.423,1.76,5.447,0.423,6.718,0.423),_0x33cca4[_0x210365(0x13e)](),_0x33cca4['fill'](),_0x33cca4['stroke'](),_0x33cca4[_0x210365(0x13c)]();}function drawIcon(_0x1fde13,_0x27ee8e,_0xa17e66){const _0x37095a=a67_0xb47313,_0xe971be=_0xa17e66/2.5;let _0x59bfe9=_0xe971be,_0x1e06dd=_0xe971be;if(_0x27ee8e[_0x37095a(0x12d)]>_0x27ee8e[_0x37095a(0x117)])_0x1e06dd=_0xe971be*(_0x27ee8e[_0x37095a(0x117)]/_0x27ee8e[_0x37095a(0x12d)]);else _0x27ee8e[_0x37095a(0x12d)]<_0x27ee8e[_0x37095a(0x117)]&&(_0x59bfe9=_0xe971be*(_0x27ee8e[_0x37095a(0x12d)]/_0x27ee8e[_0x37095a(0x117)]));const _0x43c115=Math[_0x37095a(0x131)]((_0xa17e66-_0x59bfe9)/0x2),_0x30d86=Math[_0x37095a(0x131)](0x7/0x18*_0xa17e66-_0x1e06dd/0x2);_0x1fde13['globalCompositeOperation']=_0x37095a(0x132),_0x1fde13['drawImage'](_0x27ee8e,_0x43c115-0x1,_0x30d86,_0x59bfe9,_0x1e06dd),_0x1fde13['drawImage'](_0x27ee8e,_0x43c115,_0x30d86-0x1,_0x59bfe9,_0x1e06dd),_0x1fde13[_0x37095a(0x126)](_0x27ee8e,_0x43c115+0x1,_0x30d86,_0x59bfe9,_0x1e06dd),_0x1fde13[_0x37095a(0x126)](_0x27ee8e,_0x43c115,_0x30d86+0x1,_0x59bfe9,_0x1e06dd),_0x1fde13[_0x37095a(0x12f)]='destination-over',_0x1fde13[_0x37095a(0x13a)]='#000000',_0x1fde13['fillRect'](_0x43c115-0x1,_0x30d86-0x1,_0x59bfe9+0x2,_0x1e06dd+0x2),_0x1fde13[_0x37095a(0x12f)]=_0x37095a(0x132),_0x1fde13['drawImage'](_0x27ee8e,_0x43c115,_0x30d86,_0x59bfe9,_0x1e06dd),_0x1fde13[_0x37095a(0x12f)]=_0x37095a(0x127),_0x1fde13[_0x37095a(0x13a)]=_0x37095a(0x128),_0x1fde13['fillRect'](_0x43c115-0x1,_0x30d86-0x2,_0x59bfe9+0x2,_0x1e06dd+0x2);}const stringifyScratch=new Array(0x4);function createPin(_0x47e850,_0x364fb1,_0x3051b4,_0x55ec9e,_0x193181){const _0x238c5f=a67_0xb47313;stringifyScratch[0x0]=_0x47e850,stringifyScratch[0x1]=_0x364fb1,stringifyScratch[0x2]=_0x3051b4,stringifyScratch[0x3]=_0x55ec9e;const _0x5998d4=JSON[_0x238c5f(0x119)](stringifyScratch),_0x38a2cb=_0x193181[_0x5998d4];if(_0x38a2cb)return _0x38a2cb;const _0x4cf75f=document[_0x238c5f(0x118)](_0x238c5f(0x121));_0x4cf75f['width']=_0x55ec9e,_0x4cf75f[_0x238c5f(0x117)]=_0x55ec9e;const _0x19c327=_0x4cf75f['getContext']('2d');drawPin(_0x19c327,_0x3051b4,_0x55ec9e);if(_0x47e850)return new Promise(_0x4e62e0=>{const _0x1d6bd4=_0x238c5f;let _0x4b746a=new Icon({'src':_0x47e850}),_0x433528=_0x4b746a['getImageState']();_0x433528===a67_0x50835e[_0x1d6bd4(0x12e)]||_0x433528===a67_0x50835e[_0x1d6bd4(0x129)]?(drawIcon(_0x19c327,_0x4b746a[_0x1d6bd4(0x130)](0x60),_0x55ec9e),_0x193181[_0x5998d4]=_0x4cf75f[_0x1d6bd4(0x13b)](),_0x4e62e0(_0x4cf75f['toDataURL']())):(_0x433528===a67_0x50835e['IDLE']&&_0x4b746a['load'](),_0x4b746a[_0x1d6bd4(0x120)](_0x5c3c56=>{const _0x5862a6=_0x1d6bd4;_0x433528=_0x5c3c56[_0x5862a6(0x12a)]['getImageState'](),(_0x433528===a67_0x50835e[_0x5862a6(0x12e)]||_0x433528===a67_0x50835e['ERROR'])&&(drawIcon(_0x19c327,_0x4b746a[_0x5862a6(0x130)](0x60),_0x55ec9e),_0x193181[_0x5998d4]=_0x4cf75f[_0x5862a6(0x13b)](),_0x4e62e0(_0x4cf75f[_0x5862a6(0x13b)]()));}));});else{if(_0x364fb1){const _0x768a69=a67_0x3b1214(_0x364fb1,{'font':_0x238c5f(0x123)+_0x55ec9e+_0x238c5f(0x134)});drawIcon(_0x19c327,_0x768a69,_0x55ec9e);}}return _0x193181[_0x5998d4]=_0x4cf75f[_0x238c5f(0x13b)](),_0x4cf75f['toDataURL']();}function a67_0x3472(_0x2f79ab,_0x3a6955){const _0x5ef6ac=a67_0x5ef6();return a67_0x3472=function(_0x347259,_0x503b88){_0x347259=_0x347259-0x116;let _0x4fc9b0=_0x5ef6ac[_0x347259];return _0x4fc9b0;},a67_0x3472(_0x2f79ab,_0x3a6955);}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
- const a68_0x26cd47=a68_0x3eb6;(function(_0x2eb0e1,_0x3214f2){const _0x48edbe=a68_0x3eb6,_0x8fc70f=_0x2eb0e1();while(!![]){try{const _0x166167=-parseInt(_0x48edbe(0xdb))/0x1*(-parseInt(_0x48edbe(0xda))/0x2)+parseInt(_0x48edbe(0xf8))/0x3*(parseInt(_0x48edbe(0xe8))/0x4)+parseInt(_0x48edbe(0xe9))/0x5*(parseInt(_0x48edbe(0xe7))/0x6)+parseInt(_0x48edbe(0xd8))/0x7+-parseInt(_0x48edbe(0xdf))/0x8+parseInt(_0x48edbe(0xea))/0x9*(parseInt(_0x48edbe(0xdd))/0xa)+-parseInt(_0x48edbe(0xf5))/0xb;if(_0x166167===_0x3214f2)break;else _0x8fc70f['push'](_0x8fc70f['shift']());}catch(_0x92da29){_0x8fc70f['push'](_0x8fc70f['shift']());}}}(a68_0x5ee5,0x9f180));import a68_0x49cfe9 from'./PinBuilder';function a68_0x3eb6(_0x3bdeb4,_0x59045a){const _0x5ee5ab=a68_0x5ee5();return a68_0x3eb6=function(_0x3eb68e,_0x5b61df){_0x3eb68e=_0x3eb68e-0xd6;let _0x30a05a=_0x5ee5ab[_0x3eb68e];return _0x30a05a;},a68_0x3eb6(_0x3bdeb4,_0x59045a);}import{Icon}from'ol/style';import a68_0x57a32a from'ol/ImageState';import a68_0x2d3502 from'ol/events/Event';import{shared as a68_0x160cbd}from'./ImageCache';export default class PinIcon{constructor(_0x5349be){const _0x1402cf=a68_0x3eb6;this['options']=_0x5349be||{},this[_0x1402cf(0xf6)]=a68_0x57a32a[_0x1402cf(0xf2)],this[_0x1402cf(0xdc)]=a68_0x160cbd[_0x1402cf(0xef)](this[_0x1402cf(0xe1)]),this[_0x1402cf(0xdc)]&&(this[_0x1402cf(0xf6)]=a68_0x57a32a['LOADED']);}[a68_0x26cd47(0xee)](){const _0x147047=a68_0x26cd47;try{let _0x4c4f12,_0x235083=new a68_0x49cfe9();if(this[_0x147047(0xe1)][_0x147047(0xe4)])_0x4c4f12=_0x235083['fromText'](this['options'][_0x147047(0xe4)],this['options']['markerColor'],this[_0x147047(0xe1)][_0x147047(0xf4)]||0x30);else this[_0x147047(0xe1)]['image']&&(_0x4c4f12=_0x235083[_0x147047(0xf7)](this[_0x147047(0xe1)][_0x147047(0xe5)],this[_0x147047(0xe1)]['markerColor'],this[_0x147047(0xe1)][_0x147047(0xf4)]||0x30));Promise[_0x147047(0xd7)](_0x4c4f12)[_0x147047(0xe6)](_0x2b96e8=>{const _0xefc7c0=_0x147047;this[_0xefc7c0(0xd6)](_0x2b96e8);})['catch'](_0x30e232=>{const _0x1712ff=_0x147047;console[_0x1712ff(0xd9)](_0x30e232),this[_0x1712ff(0xf6)]=a68_0x57a32a[_0x1712ff(0xe2)],this['dispatchEvent'](_0x1712ff(0xf0));});}catch(_0x2b4ced){console[_0x147047(0xd9)](_0x2b4ced),this[_0x147047(0xf6)]=a68_0x57a32a[_0x147047(0xe2)],this[_0x147047(0xec)](_0x147047(0xf0));}}[a68_0x26cd47(0xd6)](_0x775d02){const _0x56459c=a68_0x26cd47;this[_0x56459c(0xdc)]=new Icon({'src':_0x775d02}),a68_0x160cbd[_0x56459c(0xed)](this[_0x56459c(0xe1)],this[_0x56459c(0xdc)]);let _0x26d88b=this[_0x56459c(0xdc)][_0x56459c(0xf1)]();_0x26d88b===a68_0x57a32a[_0x56459c(0xe0)]||_0x26d88b===a68_0x57a32a[_0x56459c(0xe2)]?(this[_0x56459c(0xf6)]=this[_0x56459c(0xdc)]['getImageState'](),this['dispatchEvent']('load')):(_0x26d88b===a68_0x57a32a[_0x56459c(0xf2)]&&this[_0x56459c(0xdc)]['load'](),this[_0x56459c(0xdc)][_0x56459c(0xde)](_0x3f55a0=>{const _0x375c87=_0x56459c;_0x26d88b=_0x3f55a0[_0x375c87(0xeb)]['getImageState'](),(_0x26d88b===a68_0x57a32a[_0x375c87(0xe0)]||_0x26d88b===a68_0x57a32a['ERROR'])&&(this['_imageState']=this[_0x375c87(0xdc)][_0x375c87(0xf1)](),this[_0x375c87(0xec)]('load'));}));}[a68_0x26cd47(0xf1)](){return this['_imageState'];}[a68_0x26cd47(0xf3)](){const _0xe38fef=a68_0x26cd47;var _0x26f0b4;return(_0x26f0b4=this[_0xe38fef(0xdc)])===null||_0x26f0b4===void 0x0?void 0x0:_0x26f0b4[_0xe38fef(0xf3)]();}['listenImageChange'](_0x559076){const _0x1c0c1b=a68_0x26cd47;this[_0x1c0c1b(0xe3)]=_0x559076;}['dispatchEvent'](_0x2a2dc9){const _0x44ccd5=a68_0x26cd47;if(this[_0x44ccd5(0xe3)]){let _0x12c892=new a68_0x2d3502(_0x2a2dc9);_0x12c892[_0x44ccd5(0xeb)]=this,this[_0x44ccd5(0xe3)](_0x12c892);}}}function a68_0x5ee5(){const _0x3bdcb=['markerSize','11029513LkQozh','_imageState','fromUrl','5376lxistN','loadIcon','resolve','4861535FBPnpX','warn','669272UvlycR','1ViEZZS','_icon','5409190XPYBtM','listenImageChange','1775256SNCUUv','LOADED','options','ERROR','_listener','markerLabel','image','then','60ECtujx','56eMpMqc','140545OJnTRU','9PIGkiL','target','dispatchEvent','set','load','get','error','getImageState','IDLE','getImage'];a68_0x5ee5=function(){return _0x3bdcb;};return a68_0x5ee5();}
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(_0x594a73,_0xb72d5d){const _0x94b26d=a69_0x37f0,_0x2badfb=_0x594a73();while(!![]){try{const _0x470936=parseInt(_0x94b26d(0x10b))/0x1+parseInt(_0x94b26d(0x107))/0x2+parseInt(_0x94b26d(0xfc))/0x3*(-parseInt(_0x94b26d(0xe6))/0x4)+parseInt(_0x94b26d(0x110))/0x5+-parseInt(_0x94b26d(0xe8))/0x6+parseInt(_0x94b26d(0x101))/0x7*(-parseInt(_0x94b26d(0xf4))/0x8)+parseInt(_0x94b26d(0xfb))/0x9;if(_0x470936===_0xb72d5d)break;else _0x2badfb['push'](_0x2badfb['shift']());}catch(_0x42dcb3){_0x2badfb['push'](_0x2badfb['shift']());}}}(a69_0x3476,0xc932b));function measureText(_0x4be036,_0x518b94,_0x36ebfc,_0x53901e,_0x5276ab){const _0x4772a2=a69_0x37f0,_0x1b5055=_0x4be036[_0x4772a2(0xed)](_0x518b94),_0x1ace05=!/\S/[_0x4772a2(0xf2)](_0x518b94);if(!_0x1ace05&&document['defaultView']){const _0x39a1ca=document[_0x4772a2(0xfd)][_0x4772a2(0xe0)](_0x4be036['canvas'])[_0x4772a2(0x104)](_0x4772a2(0x10a))[_0x4772a2(0xe1)]('px',''),_0x298831=document['createElement']('canvas'),_0x3367d3=0x64,_0x6cf46d=_0x1b5055[_0x4772a2(0xfa)]+_0x3367d3|0x0,_0x53060a=0x3*(_0x39a1ca-0x0),_0x204bb0=_0x53060a/0x2;_0x298831[_0x4772a2(0xfa)]=_0x6cf46d,_0x298831['height']=_0x53060a;const _0x16b8b3=_0x298831[_0x4772a2(0x10c)]('2d');if(!_0x16b8b3)return{};_0x16b8b3[_0x4772a2(0xe9)]=_0x36ebfc,_0x16b8b3[_0x4772a2(0xf7)]=_0x4772a2(0xfe),_0x16b8b3[_0x4772a2(0xf0)](0x0,0x0,_0x298831[_0x4772a2(0xfa)]+0x1,_0x298831[_0x4772a2(0xea)]+0x1);_0x53901e&&(_0x16b8b3[_0x4772a2(0x102)]=_0x4772a2(0xe4),_0x16b8b3['lineWidth']=_0x4be036[_0x4772a2(0xec)],_0x16b8b3[_0x4772a2(0xe5)](_0x518b94,_0x3367d3/0x2,_0x204bb0));_0x5276ab&&(_0x16b8b3[_0x4772a2(0xf7)]=_0x4772a2(0xe4),_0x16b8b3['fillText'](_0x518b94,_0x3367d3/0x2,_0x204bb0));const _0x45f0db=_0x16b8b3[_0x4772a2(0xee)](0x0,0x0,_0x6cf46d,_0x53060a)[_0x4772a2(0xff)],_0x303b06=_0x45f0db[_0x4772a2(0x108)],_0x482232=_0x6cf46d*0x4;let _0x24482f,_0x124c01,_0x1124b3=0x0,_0x4fe729=0x0;for(_0x24482f=0x0;_0x24482f<_0x303b06;++_0x24482f){if(_0x45f0db[_0x24482f]!==0xff){_0x1124b3=_0x24482f/_0x482232|0x0;break;}}for(_0x24482f=_0x303b06-0x1;_0x24482f>=0x0;--_0x24482f){if(_0x45f0db[_0x24482f]!==0xff){_0x4fe729=_0x24482f/_0x482232|0x0;break;}}let _0x32aeb4=-0x1;for(_0x24482f=0x0;_0x24482f<_0x6cf46d&&_0x32aeb4===-0x1;++_0x24482f){for(_0x124c01=0x0;_0x124c01<_0x53060a;++_0x124c01){const _0x264ad7=_0x24482f*0x4+_0x124c01*_0x482232;if(_0x45f0db[_0x264ad7]!==0xff||_0x45f0db[_0x264ad7+0x1]!==0xff||_0x45f0db[_0x264ad7+0x2]!==0xff||_0x45f0db[_0x264ad7+0x3]!==0xff){_0x32aeb4=_0x24482f;break;}}}return{'width':_0x1b5055[_0x4772a2(0xfa)],'height':_0x4fe729-_0x1124b3,'ascent':_0x204bb0-_0x1124b3,'descent':_0x4fe729-_0x204bb0,'minx':_0x32aeb4-_0x3367d3/0x2};}return{'width':_0x1b5055['width'],'height':0x0,'ascent':0x0,'descent':0x0,'minx':0x0};}function a69_0x37f0(_0x3c7c27,_0x574c2f){const _0x347608=a69_0x3476();return a69_0x37f0=function(_0x37f003,_0x1065e6){_0x37f003=_0x37f003-0xdc;let _0x22d163=_0x347608[_0x37f003];return _0x22d163;},a69_0x37f0(_0x3c7c27,_0x574c2f);}let imageSmoothingEnabledName='';function writeTextToCanvas(_0x2e8b1b,_0x5af4cc){const _0x592971=a69_0x37f0;if(!_0x2e8b1b)throw new Error('text\x20is\x20required.');if(_0x2e8b1b==='')return undefined;_0x5af4cc=defaultValue(_0x5af4cc,{});const _0x8b339c=defaultValue(_0x5af4cc['font'],_0x592971(0xeb)),_0x160c5f=defaultValue(_0x5af4cc['stroke'],![]),_0x4845d4=defaultValue(_0x5af4cc[_0x592971(0xdd)],!![]),_0x46c408=defaultValue(_0x5af4cc[_0x592971(0xef)],0x1),_0x56d6bb=defaultValue(_0x5af4cc['backgroundColor'],'#00000000'),_0x9d4b5c=defaultValue(_0x5af4cc[_0x592971(0xe2)],0x0),_0x428eb1=_0x9d4b5c*0x2,_0x25220a=document['createElement'](_0x592971(0xdc));_0x25220a[_0x592971(0xfa)]=0x1,_0x25220a[_0x592971(0xea)]=0x1,_0x25220a[_0x592971(0xe7)][_0x592971(0xe9)]=_0x8b339c;const _0x3f2d82=_0x25220a[_0x592971(0x10c)]('2d');if(!imageSmoothingEnabledName&&_0x3f2d82){if(_0x3f2d82['imageSmoothingEnabled'])imageSmoothingEnabledName='imageSmoothingEnabled';else{if(_0x3f2d82[_0x592971(0x106)])imageSmoothingEnabledName=_0x592971(0x106);else{if(_0x3f2d82[_0x592971(0x10e)])imageSmoothingEnabledName='webkitImageSmoothingEnabled';else _0x3f2d82[_0x592971(0xe3)]&&(imageSmoothingEnabledName='msImageSmoothingEnabled');}}}_0x3f2d82['font']=_0x8b339c,_0x3f2d82[_0x592971(0x105)]=_0x592971(0xde),_0x3f2d82[_0x592971(0xec)]=_0x46c408,_0x3f2d82[imageSmoothingEnabledName]=![],_0x25220a[_0x592971(0xe7)][_0x592971(0xf6)]=_0x592971(0xf1),document[_0x592971(0x109)]['appendChild'](_0x25220a);const _0xd2bd4f=measureText(_0x3f2d82,_0x2e8b1b,_0x8b339c,_0x160c5f,_0x4845d4);if(!_0xd2bd4f)return;_0x25220a[_0x592971(0xf8)]=_0xd2bd4f,document[_0x592971(0x109)][_0x592971(0xf9)](_0x25220a),_0x25220a['style'][_0x592971(0xf6)]='';const _0x53e075=-(_0xd2bd4f[_0x592971(0xf5)]?_0xd2bd4f['minx']:0x0),_0x1da16d=Math[_0x592971(0xdf)](_0xd2bd4f['width'])+_0x53e075+_0x428eb1,_0x8180b6=(_0xd2bd4f[_0x592971(0xea)]?_0xd2bd4f[_0x592971(0xea)]:0x0)+_0x428eb1,_0x12c2f1=_0x8180b6-(_0xd2bd4f[_0x592971(0x10f)]?_0xd2bd4f['ascent']:0x0)+_0x9d4b5c,_0x50020e=_0x8180b6-_0x12c2f1+_0x428eb1;return _0x25220a[_0x592971(0xfa)]=_0x1da16d,_0x25220a[_0x592971(0xea)]=_0x8180b6,_0x3f2d82[_0x592971(0xe9)]=_0x8b339c,_0x3f2d82['lineJoin']=_0x592971(0xde),_0x3f2d82[_0x592971(0xec)]=_0x46c408,_0x3f2d82[imageSmoothingEnabledName]=![],_0x56d6bb!==_0x592971(0x10d)&&(_0x3f2d82[_0x592971(0xf7)]=_0x56d6bb,_0x3f2d82['fillRect'](0x0,0x0,_0x25220a[_0x592971(0xfa)],_0x25220a[_0x592971(0xea)])),_0x160c5f&&(_0x3f2d82['strokeStyle']=defaultValue(_0x5af4cc[_0x592971(0x103)],'#000000'),_0x3f2d82['strokeText'](_0x2e8b1b,_0x53e075+_0x9d4b5c,_0x50020e)),_0x4845d4&&(_0x3f2d82[_0x592971(0xf7)]=defaultValue(_0x5af4cc[_0x592971(0x100)],'#FFFFFF'),_0x3f2d82[_0x592971(0xf3)](_0x2e8b1b,_0x53e075+_0x9d4b5c,_0x50020e)),_0x25220a;}function a69_0x3476(){const _0x4ac89f=['2196xQfzpH','defaultView','white','data','fillColor','35Yqinrm','strokeStyle','strokeColor','getPropertyValue','lineJoin','mozImageSmoothingEnabled','633508yOzKOy','length','body','font-size','930459zmAfnp','getContext','#00000000','webkitImageSmoothingEnabled','ascent','403635ymXcmF','canvas','fill','round','ceil','getComputedStyle','replace','padding','msImageSmoothingEnabled','black','strokeText','8212BmPrcF','style','2421804tyhDMk','font','height','10px\x20sans-serif','lineWidth','measureText','getImageData','strokeWidth','fillRect','hidden','test','fillText','1645232aobPjW','minx','visibility','fillStyle','dimensions','removeChild','width','21877803TCnYlD'];a69_0x3476=function(){return _0x4ac89f;};return a69_0x3476();}function defaultValue(_0x1f386e,_0x1f08da){if(_0x1f386e!==undefined&&_0x1f386e!==null)return _0x1f386e;return _0x1f08da;}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
- const a74_0x4d29c1=a74_0x511c;function a74_0x511c(_0x677846,_0x372c30){const _0x5e4d8e=a74_0x5e4d();return a74_0x511c=function(_0x511ccb,_0x30548e){_0x511ccb=_0x511ccb-0xc1;let _0x53739d=_0x5e4d8e[_0x511ccb];return _0x53739d;},a74_0x511c(_0x677846,_0x372c30);}(function(_0x4a030c,_0x2c63f7){const _0x491b9a=a74_0x511c,_0x227f4f=_0x4a030c();while(!![]){try{const _0x4fbd29=-parseInt(_0x491b9a(0xe2))/0x1*(parseInt(_0x491b9a(0xdc))/0x2)+-parseInt(_0x491b9a(0xdd))/0x3*(-parseInt(_0x491b9a(0xde))/0x4)+parseInt(_0x491b9a(0xe1))/0x5*(-parseInt(_0x491b9a(0xcc))/0x6)+parseInt(_0x491b9a(0xc3))/0x7+-parseInt(_0x491b9a(0xce))/0x8+parseInt(_0x491b9a(0xe4))/0x9+parseInt(_0x491b9a(0xd3))/0xa;if(_0x4fbd29===_0x2c63f7)break;else _0x227f4f['push'](_0x227f4f['shift']());}catch(_0x331592){_0x227f4f['push'](_0x227f4f['shift']());}}}(a74_0x5e4d,0x54220));function a74_0x5e4d(){const _0x4f7b55=['geometry','getSize','valueOf','path','writeGeometryObject','request','all','run','2ueovuc','6NoJAlB','538848lIMewv','returnGeometry','params','20twKUqs','538992FNOqEu','getView','1669833dreteG','imageDisplay','returnM','layerDefs','3169516bJEMKx','_setGeometryParams','returnZ','time','getType','layers','inSR','getProjection','url','885012VCMQLx','identify','2582528ssjFvG','between','geojsonTypeToArcGIS','resolution','tolerance','8886750SrApDu'];a74_0x5e4d=function(){return _0x4f7b55;};return a74_0x5e4d();}import a74_0x20f565 from'ol/format/EsriJSON';import a74_0x4868c0 from'ol/format/GeoJSON';import{getPointResolution}from'ol/proj';import a74_0x3f4ce7 from'./Task';import{appendPath}from'../../UrlUtil';import{getEsriSpatialReference}from'../../EsriUtil';export default class Identify extends a74_0x3f4ce7{constructor(_0x1a8f1c,_0x41a965,_0x197b87){const _0x112ae0=a74_0x511c;super(_0x1a8f1c,_0x41a965,_0x197b87),this[_0x112ae0(0xd7)]=_0x112ae0(0xcd),this[_0x112ae0(0xe0)]={'layers':_0x112ae0(0xda),'tolerance':0x0,'returnGeometry':!![]},this[_0x112ae0(0xd2)]=0x3,this[_0x112ae0(0xd1)]=0x0,this[_0x112ae0(0xcb)]=appendPath(this['url'],this[_0x112ae0(0xd7)]),_0x41a965&&((_0x41a965[_0x112ae0(0xdf)]===!![]||_0x41a965[_0x112ae0(0xdf)]===![])&&(this[_0x112ae0(0xe0)]['returnGeometry']=_0x41a965[_0x112ae0(0xdf)]),_0x41a965[_0x112ae0(0xc8)]&&(this['params'][_0x112ae0(0xc8)]=_0x41a965[_0x112ae0(0xc8)]),_0x41a965[_0x112ae0(0xc2)]&&(this[_0x112ae0(0xe0)][_0x112ae0(0xc2)]=_0x41a965[_0x112ae0(0xc2)]),(_0x41a965[_0x112ae0(0xc5)]===!![]||_0x41a965[_0x112ae0(0xc5)]===![])&&(this[_0x112ae0(0xe0)][_0x112ae0(0xc5)]=_0x41a965[_0x112ae0(0xc5)]),(_0x41a965[_0x112ae0(0xc1)]===!![]||_0x41a965[_0x112ae0(0xc1)]===![])&&(this[_0x112ae0(0xe0)][_0x112ae0(0xc1)]=_0x41a965[_0x112ae0(0xc1)]));}['at'](_0x1dea77,_0x79009c){const _0x26a964=a74_0x511c;let _0x30c0e2,_0xb8a272;const _0x4ce8a6=new a74_0x4868c0();_0x30c0e2=_0x1dea77,_0xb8a272=getEsriSpatialReference(_0x79009c[_0x26a964(0xe3)]()[_0x26a964(0xca)]()['getCode']());const _0x46274d=_0x79009c[_0x26a964(0xd5)]();_0x46274d&&(this[_0x26a964(0xe0)][_0x26a964(0xe5)]=[_0x46274d[0x0],_0x46274d[0x1],0x60]);this['params']['sr']=_0xb8a272;const _0x5aab49=_0x79009c[_0x26a964(0xe3)]()['calculateExtent'](_0x79009c[_0x26a964(0xd5)]());this[_0x26a964(0xe0)]['mapExtent']={'xmin':_0x5aab49[0x0],'ymin':_0x5aab49[0x1],'xmax':_0x5aab49[0x2],'ymax':_0x5aab49[0x3],'spatialReference':_0xb8a272};const _0x537bc4=_0x79009c[_0x26a964(0xe3)]()['getResolution'](),_0x2dc228=_0x79009c[_0x26a964(0xe3)]()['getCenter']();return _0x537bc4&&_0x2dc228&&(this['resolution']=getPointResolution(_0x79009c[_0x26a964(0xe3)]()['getProjection'](),_0x537bc4,_0x2dc228)),this[_0x26a964(0xc4)](_0x30c0e2,_0x79009c[_0x26a964(0xe3)]()[_0x26a964(0xca)]()['getCode']()),this;}[a74_0x4d29c1(0xcf)](_0x267881,_0x15060c){const _0x5fbb34=a74_0x4d29c1;return this[_0x5fbb34(0xe0)][_0x5fbb34(0xc6)]=[_0x267881[_0x5fbb34(0xd6)](),_0x15060c[_0x5fbb34(0xd6)]()],this;}[a74_0x4d29c1(0xdb)](){const _0x4033ab=a74_0x4d29c1;this[_0x4033ab(0xd9)]();}[a74_0x4d29c1(0xc4)](_0x3f4a76,_0x4ac920){const _0x364adc=a74_0x4d29c1;var _0x62638f=new a74_0x20f565();const _0x24847b=_0x62638f[_0x364adc(0xd8)](_0x3f4a76);this[_0x364adc(0xe0)][_0x364adc(0xc9)]=getEsriSpatialReference(_0x4ac920),this['params'][_0x364adc(0xd4)]=_0x24847b,this[_0x364adc(0xe0)]['geometryType']=this[_0x364adc(0xd0)](_0x3f4a76[_0x364adc(0xc7)]());}}
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_0x16a9c9=a75_0x245c;(function(_0xfc23db,_0x123edc){const _0x228dd9=a75_0x245c,_0x2d9246=_0xfc23db();while(!![]){try{const _0x3b41ed=parseInt(_0x228dd9(0x19a))/0x1*(-parseInt(_0x228dd9(0x177))/0x2)+-parseInt(_0x228dd9(0x16d))/0x3*(parseInt(_0x228dd9(0x161))/0x4)+parseInt(_0x228dd9(0x196))/0x5*(-parseInt(_0x228dd9(0x17a))/0x6)+-parseInt(_0x228dd9(0x179))/0x7*(parseInt(_0x228dd9(0x186))/0x8)+parseInt(_0x228dd9(0x1a4))/0x9*(parseInt(_0x228dd9(0x16c))/0xa)+-parseInt(_0x228dd9(0x19f))/0xb+parseInt(_0x228dd9(0x164))/0xc;if(_0x3b41ed===_0x123edc)break;else _0x2d9246['push'](_0x2d9246['shift']());}catch(_0x47acbf){_0x2d9246['push'](_0x2d9246['shift']());}}}(a75_0x1e2f,0x44ab4));import a75_0x272eff from'ol/format/EsriJSON';function a75_0x1e2f(){const _0x5b3d0b=['ASC','between','returnCountOnly','where','distance','400','getTime','1221688BwVEfX','1=1','spatialRel','esriSpatialRelTouches','esriSpatialRelCrosses','contains','returnIdsOnly','orderByFields','getType','length','readFeature','_setGeometryParams','indexIntersects','/query','esriSpatialRelWithin','crosses','5TvqPWb','url','No\x20features\x20found','code','663cgZvwf','overlaps','outSR','catch','returnDistinctValues','5615555mzQEMU','apply','params','push','returnGeometry','18Sdicqv','abs','returnM','returnZ','units','valueOf','bboxIntersects','writeGeometryObject','getSize','request','764MmOUxO','_cleanParams','getExtent','20146260CHNvFI','run','time','path','status','esriSpatialRelEnvelopeIntersects','esriSpatialRelIntersects','distinct','2720440NjAulk','4677ZCrIzS','geometry','ids','within','count','join','touches','layer','simplify','data','1654WozwYp','features','7uVAXhd','2594334gzZGGJ','inSR','forEach','esriSRUnit_Meter','_trapSQLerrors'];a75_0x1e2f=function(){return _0x5b3d0b;};return a75_0x1e2f();}import a75_0x1ebbaf from'./Task';function a75_0x245c(_0x416b64,_0x46d074){const _0x1e2f95=a75_0x1e2f();return a75_0x245c=function(_0x245ca6,_0x2632ca){_0x245ca6=_0x245ca6-0x15c;let _0x4056a7=_0x1e2f95[_0x245ca6];return _0x4056a7;},a75_0x245c(_0x416b64,_0x46d074);}import{getEsriSpatialReference}from'../../EsriUtil';import{appendPath}from'../../UrlUtil';export default class Query extends a75_0x1ebbaf{constructor(_0xeb5dab,_0x119a0e,_0x1fb4f9){const _0x13f4a8=a75_0x245c;super(_0xeb5dab,_0x119a0e,_0x1fb4f9),this['path']='query',this[_0x13f4a8(0x1a1)]={'returnGeometry':!![],'where':_0x13f4a8(0x187),'outFields':'*','returnZ':![],'returnM':![],'t':new Date()[_0x13f4a8(0x185)]()},this[_0x13f4a8(0x197)]=appendPath(this[_0x13f4a8(0x197)],this['path']),_0x119a0e&&((_0x119a0e[_0x13f4a8(0x1a3)]===!![]||_0x119a0e[_0x13f4a8(0x1a3)]===![])&&(this[_0x13f4a8(0x1a1)][_0x13f4a8(0x1a3)]=_0x119a0e['returnGeometry']),_0x119a0e[_0x13f4a8(0x182)]&&(this[_0x13f4a8(0x1a1)][_0x13f4a8(0x182)]=_0x119a0e['where']),_0x119a0e[_0x13f4a8(0x19c)]&&(this['params'][_0x13f4a8(0x19c)]=getEsriSpatialReference(_0x119a0e[_0x13f4a8(0x19c)])),(_0x119a0e['returnZ']===!![]||_0x119a0e[_0x13f4a8(0x1a7)]===![])&&(this[_0x13f4a8(0x1a1)]['returnZ']=_0x119a0e['returnZ']),(_0x119a0e[_0x13f4a8(0x1a6)]===!![]||_0x119a0e[_0x13f4a8(0x1a6)]===![])&&(this[_0x13f4a8(0x1a1)]['returnM']=_0x119a0e[_0x13f4a8(0x1a6)]));}[a75_0x16a9c9(0x170)](_0x62e40e,_0x31fba8){const _0x50f056=a75_0x16a9c9;return this[_0x50f056(0x191)](_0x62e40e,_0x31fba8),this[_0x50f056(0x1a1)][_0x50f056(0x188)]='esriSpatialRelContains',this;}['intersects'](_0x1995a0,_0xb6ffb6){const _0x3941ff=a75_0x16a9c9;return this[_0x3941ff(0x191)](_0x1995a0,_0xb6ffb6),this['params'][_0x3941ff(0x188)]=_0x3941ff(0x16a),this;}[a75_0x16a9c9(0x18b)](_0x24e680,_0x2d2cc1){const _0x3e9f12=a75_0x16a9c9;return this['_setGeometryParams'](_0x24e680,_0x2d2cc1),this['params'][_0x3e9f12(0x188)]=_0x3e9f12(0x194),this;}[a75_0x16a9c9(0x195)](_0x1c4396,_0x31b56b){const _0x4d03a5=a75_0x16a9c9;return this[_0x4d03a5(0x191)](_0x1c4396,_0x31b56b),this[_0x4d03a5(0x1a1)][_0x4d03a5(0x188)]=_0x4d03a5(0x18a),this;}[a75_0x16a9c9(0x173)](_0x2cade8,_0x5b9f21){const _0x1934db=a75_0x16a9c9;return this[_0x1934db(0x191)](_0x2cade8,_0x5b9f21),this[_0x1934db(0x1a1)][_0x1934db(0x188)]=_0x1934db(0x189),this;}[a75_0x16a9c9(0x19b)](_0x467e2c,_0xc10171){const _0xb1a40c=a75_0x16a9c9;return this[_0xb1a40c(0x191)](_0x467e2c,_0xc10171),this[_0xb1a40c(0x1a1)][_0xb1a40c(0x188)]='esriSpatialRelOverlaps',this;}[a75_0x16a9c9(0x15d)](_0x1fc9eb,_0x232be1){const _0x2d9005=a75_0x16a9c9;return this[_0x2d9005(0x191)](_0x1fc9eb,_0x232be1),this[_0x2d9005(0x1a1)][_0x2d9005(0x188)]=_0x2d9005(0x169),this;}[a75_0x16a9c9(0x192)](_0x274f3c,_0x2bb525){const _0x8b87fe=a75_0x16a9c9;return this['_setGeometryParams'](_0x274f3c,_0x2bb525),this[_0x8b87fe(0x1a1)][_0x8b87fe(0x188)]='esriSpatialRelIndexIntersects',this;}['nearby'](_0x586ee1,_0x255149,_0x3f453e){const _0x140e3f=a75_0x16a9c9;return this['_setGeometryParams'](_0x586ee1,_0x255149),this[_0x140e3f(0x1a1)][_0x140e3f(0x188)]='esriSpatialRelIntersects',this[_0x140e3f(0x1a1)][_0x140e3f(0x1a8)]=_0x140e3f(0x17d),this[_0x140e3f(0x1a1)][_0x140e3f(0x183)]=_0x3f453e,this;}['where'](_0x1d49e8){const _0x1c753f=a75_0x16a9c9;return this[_0x1c753f(0x1a1)][_0x1c753f(0x182)]=_0x1d49e8,this;}[a75_0x16a9c9(0x180)](_0x35cf4d,_0x4e5cbf){const _0x428eb0=a75_0x16a9c9;return this[_0x428eb0(0x1a1)][_0x428eb0(0x166)]=[_0x35cf4d[_0x428eb0(0x15c)](),_0x4e5cbf[_0x428eb0(0x15c)]()],this;}[a75_0x16a9c9(0x175)](_0x4f0c49,_0x1cd333){const _0x4be927=a75_0x16a9c9,_0x4730c0=_0x4f0c49[_0x4be927(0x163)]();var _0xb2f4fb=Math[_0x4be927(0x1a5)](_0x4730c0[0x2]-_0x4730c0[0x0]);const _0x318bdd=_0x4f0c49[_0x4be927(0x15f)]();if(_0x318bdd)return this[_0x4be927(0x1a1)]['maxAllowableOffset']=_0xb2f4fb/_0x318bdd[0x1]*_0x1cd333,this;}['orderBy'](_0x9dba39,_0x4e4bce){const _0x2cbdd2=a75_0x16a9c9;return _0x4e4bce=_0x4e4bce||_0x2cbdd2(0x17f),this[_0x2cbdd2(0x1a1)][_0x2cbdd2(0x18d)]=this[_0x2cbdd2(0x1a1)][_0x2cbdd2(0x18d)]?this[_0x2cbdd2(0x1a1)][_0x2cbdd2(0x18d)]+',':'',this[_0x2cbdd2(0x1a1)][_0x2cbdd2(0x18d)]+=[_0x9dba39,_0x4e4bce][_0x2cbdd2(0x172)]('\x20'),this;}async[a75_0x16a9c9(0x165)](){const _0x2f4f20=a75_0x16a9c9;this[_0x2f4f20(0x162)]();const _0x3562f6=await this['request']()[_0x2f4f20(0x19d)](_0xfe934=>{throw new Error(_0xfe934);});if(_0x3562f6[_0x2f4f20(0x168)]!==0xc8)throw new Error(_0x2f4f20(0x198));if(_0x3562f6['data']&&_0x3562f6[_0x2f4f20(0x176)][_0x2f4f20(0x178)]&&_0x3562f6[_0x2f4f20(0x176)][_0x2f4f20(0x178)][_0x2f4f20(0x18f)]>0x0){var _0x566057=new a75_0x272eff();let _0x26e77b=[];return _0x3562f6[_0x2f4f20(0x176)][_0x2f4f20(0x178)][_0x2f4f20(0x17c)](_0x376257=>{const _0xadf5ba=_0x2f4f20,_0x414349=_0x566057[_0xadf5ba(0x190)](_0x376257);_0x26e77b[_0xadf5ba(0x1a2)](_0x414349);}),_0x26e77b;}return[];}[a75_0x16a9c9(0x171)](){const _0x306e9a=a75_0x16a9c9;this['_cleanParams'](),this[_0x306e9a(0x1a1)]['returnCountOnly']=!![],this[_0x306e9a(0x160)]();}[a75_0x16a9c9(0x16f)](){const _0x3f8a10=a75_0x16a9c9;this[_0x3f8a10(0x162)](),this['params'][_0x3f8a10(0x18c)]=!![],this[_0x3f8a10(0x160)]();}[a75_0x16a9c9(0x16b)](){const _0x9e26be=a75_0x16a9c9;return this['params'][_0x9e26be(0x1a3)]=![],this[_0x9e26be(0x1a1)][_0x9e26be(0x19e)]=!![],this;}[a75_0x16a9c9(0x174)](_0x1a2f43){const _0xfc8824=a75_0x16a9c9;return this[_0xfc8824(0x167)]=_0x1a2f43+_0xfc8824(0x193),this;}[a75_0x16a9c9(0x17e)](_0x5e5263){const _0x46192b=a75_0x16a9c9;_0x5e5263&&(_0x5e5263[_0x46192b(0x199)]===_0x46192b(0x184)&&console['warn'][_0x46192b(0x1a0)]('one\x20common\x20syntax\x20error\x20in\x20query\x20requests\x20is\x20encasing\x20string\x20values\x20in\x20double\x20quotes\x20instead\x20of\x20single\x20quotes'));}[a75_0x16a9c9(0x162)](){const _0x15430e=a75_0x16a9c9;delete this['params'][_0x15430e(0x18c)],delete this[_0x15430e(0x1a1)]['returnExtentOnly'],delete this[_0x15430e(0x1a1)][_0x15430e(0x181)];}[a75_0x16a9c9(0x191)](_0xec2878,_0x35c8e0){const _0x59a77c=a75_0x16a9c9;var _0x5d87b7=new a75_0x272eff();const _0x3ee7ad=_0x5d87b7[_0x59a77c(0x15e)](_0xec2878);this['params'][_0x59a77c(0x17b)]=getEsriSpatialReference(_0x35c8e0),this[_0x59a77c(0x1a1)][_0x59a77c(0x16e)]=_0x3ee7ad,this['params']['geometryType']=this['geojsonTypeToArcGIS'](_0xec2878[_0x59a77c(0x18e)]());}}
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
- var a76_0x238664=a76_0xaf85;(function(_0x1662e5,_0x3c432a){var _0x2e79f0=a76_0xaf85,_0xe8e718=_0x1662e5();while(!![]){try{var _0x383edb=-parseInt(_0x2e79f0(0x112))/0x1*(-parseInt(_0x2e79f0(0x113))/0x2)+parseInt(_0x2e79f0(0x11a))/0x3+-parseInt(_0x2e79f0(0x12a))/0x4+parseInt(_0x2e79f0(0x115))/0x5+parseInt(_0x2e79f0(0x12e))/0x6+-parseInt(_0x2e79f0(0x126))/0x7*(-parseInt(_0x2e79f0(0x116))/0x8)+parseInt(_0x2e79f0(0x110))/0x9*(-parseInt(_0x2e79f0(0x12c))/0xa);if(_0x383edb===_0x3c432a)break;else _0xe8e718['push'](_0xe8e718['shift']());}catch(_0x4a6f52){_0xe8e718['push'](_0xe8e718['shift']());}}}(a76_0x2929,0xdfdf6));function a76_0x2929(){var _0x41a4bb=['8HIZxHZ','esriGeometryPoint','hasOwnProperty','JSONP','1004796fVkhCQ','valueOf','test','returnUnformattedValues','stringify','indexOf','get','esriGeometryPolyline','params','MultiPoint','prototype','url','6074929wYpMUq','MultiPolygon','format','serialize','5824540TBvXkD','toString','122610uUWJIk','Polygon','838836RaPlZG','call','[object\x20Date]','MultiLineString','isArcgisOnline','method','post','esriGeometryPolygon','[object\x20Object]','GET','[object\x20Array]','351vfZaDg','LineString','1UKGzjB','1339094LcpmpR','json','4195820hvztKY'];a76_0x2929=function(){return _0x41a4bb;};return a76_0x2929();}function a76_0xaf85(_0x4f9f3a,_0x178f1e){var _0x292974=a76_0x2929();return a76_0xaf85=function(_0xaf8547,_0x47529f){_0xaf8547=_0xaf8547-0x109;var _0x596b4e=_0x292974[_0xaf8547];return _0x596b4e;},a76_0xaf85(_0x4f9f3a,_0x178f1e);}import a76_0x5cbfeb from'../../AxiosUtil';import{jsonp,stringify}from'../../AxiosUtil';export default class Task{constructor(_0x16238a,_0x5b6000,_0x17846a){var _0x573bdb=a76_0xaf85;this[_0x573bdb(0x125)]=_0x16238a,this['params']=_0x5b6000||{},this['method']=!_0x17846a?'GET':_0x17846a;}['geojsonTypeToArcGIS'](_0x2c648d){var _0x265dd5=a76_0xaf85,_0xae35f0;switch(_0x2c648d){case'Point':_0xae35f0=_0x265dd5(0x117);break;case _0x265dd5(0x123):_0xae35f0='esriGeometryMultipoint';break;case _0x265dd5(0x111):_0xae35f0=_0x265dd5(0x121);break;case _0x265dd5(0x131):_0xae35f0=_0x265dd5(0x121);break;case _0x265dd5(0x12d):_0xae35f0=_0x265dd5(0x10c);break;case _0x265dd5(0x127):_0xae35f0='esriGeometryPolygon';break;}return _0xae35f0;}[a76_0x238664(0x109)](_0x317455){var _0x48b1d3=a76_0x238664;return/^(?!.*utility\.arcgis\.com).*\.arcgis\.com.*FeatureServer/i[_0x48b1d3(0x11c)](_0x317455);}[a76_0x238664(0x129)](_0x44c177){var _0x58f4e7=a76_0x238664,_0x10db8='';_0x44c177['f']=_0x44c177['f']||_0x58f4e7(0x114);for(var _0x1b96e2 in _0x44c177){if(Object[_0x58f4e7(0x124)][_0x58f4e7(0x118)]['call'](_0x44c177,_0x1b96e2)){var _0x2a2784=_0x44c177[_0x1b96e2],_0xe37bd3=Object[_0x58f4e7(0x124)][_0x58f4e7(0x12b)][_0x58f4e7(0x12f)](_0x2a2784),_0x54c96d;_0x10db8['length']&&(_0x10db8+='&');if(_0xe37bd3===_0x58f4e7(0x10f))_0x54c96d=Object[_0x58f4e7(0x124)][_0x58f4e7(0x12b)]['call'](_0x2a2784[0x0])==='[object\x20Object]'?JSON[_0x58f4e7(0x11e)](_0x2a2784):_0x2a2784['join'](',');else{if(_0xe37bd3===_0x58f4e7(0x10d))_0x54c96d=JSON[_0x58f4e7(0x11e)](_0x2a2784);else _0xe37bd3===_0x58f4e7(0x130)?_0x54c96d=_0x2a2784[_0x58f4e7(0x11b)]():_0x54c96d=_0x2a2784;}_0x10db8+=encodeURIComponent(_0x1b96e2)+'='+encodeURIComponent(_0x54c96d);}}return _0x10db8;}[a76_0x238664(0x128)](_0x387acb){var _0x4fae3d=a76_0x238664;return this[_0x4fae3d(0x122)][_0x4fae3d(0x11d)]=!_0x387acb,this;}async['request'](){var _0x438c30=a76_0x238664,_0x312b70=this[_0x438c30(0x129)](this[_0x438c30(0x122)]);const _0x1d7e6d=this[_0x438c30(0x125)][_0x438c30(0x11f)]('?')>-0x1?this[_0x438c30(0x125)]+'&'+_0x312b70:this[_0x438c30(0x125)]+'?'+_0x312b70;if(this[_0x438c30(0x10a)]===_0x438c30(0x10e))return a76_0x5cbfeb[_0x438c30(0x120)](_0x1d7e6d);else{if(this['method']===_0x438c30(0x119))return jsonp(_0x1d7e6d);else{const _0x1cfb2b=stringify(this[_0x438c30(0x122)]);return a76_0x5cbfeb[_0x438c30(0x10b)](this[_0x438c30(0x125)],_0x1cfb2b);}}}}
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_0x398bbb=a78_0x41e9;(function(_0x1d8e3c,_0x14a2a9){const _0x4d71ce=a78_0x41e9,_0x5d44c8=_0x1d8e3c();while(!![]){try{const _0x3e9e32=-parseInt(_0x4d71ce(0xf2))/0x1*(-parseInt(_0x4d71ce(0xfd))/0x2)+parseInt(_0x4d71ce(0xfb))/0x3*(-parseInt(_0x4d71ce(0xea))/0x4)+-parseInt(_0x4d71ce(0xff))/0x5+-parseInt(_0x4d71ce(0xf0))/0x6+-parseInt(_0x4d71ce(0xe8))/0x7+-parseInt(_0x4d71ce(0xf3))/0x8*(parseInt(_0x4d71ce(0xef))/0x9)+-parseInt(_0x4d71ce(0xe9))/0xa*(-parseInt(_0x4d71ce(0xfa))/0xb);if(_0x3e9e32===_0x14a2a9)break;else _0x5d44c8['push'](_0x5d44c8['shift']());}catch(_0x43e543){_0x5d44c8['push'](_0x5d44c8['shift']());}}}(a78_0xa6eb,0x87519));import{and,intersects}from'ol/format/filter';import a78_0x4bc19a from'../../format/CQL';function a78_0x41e9(_0x4402dc,_0x1122ac){const _0xa6eb97=a78_0xa6eb();return a78_0x41e9=function(_0x41e9c7,_0x47d7f2){_0x41e9c7=_0x41e9c7-0xe3;let _0x46d03d=_0xa6eb97[_0x41e9c7];return _0x46d03d;},a78_0x41e9(_0x4402dc,_0x1122ac);}import a78_0x2f25ba from'ol/format/WFS';import a78_0x1f84e2 from'ol/format/GeoJSON';export default class QueryTask{constructor(_0x49761a){const _0x5988e7=a78_0x41e9;this[_0x5988e7(0x102)]={},this[_0x5988e7(0x104)]=_0x49761a;}async[a78_0x398bbb(0xed)](_0xf030c5){const _0x3cee29=a78_0x398bbb;this[_0x3cee29(0x102)]=_0xf030c5||{};const _0x3ddb35=this[_0x3cee29(0x102)][_0x3cee29(0x100)]||_0x3cee29(0xee);let _0x2fe25b=this[_0x3cee29(0x102)][_0x3cee29(0xe3)],_0x4c68ff;_0x2fe25b&&(_0x4c68ff=new a78_0x4bc19a()[_0x3cee29(0xfc)](_0x2fe25b));let _0x4ed20b=_0x4c68ff;if(this['queryParameters'][_0x3cee29(0xe4)]){if(!this[_0x3cee29(0x102)][_0x3cee29(0xf5)])throw new Error(_0x3cee29(0xf8));const _0x37bdcd=intersects(_0x3ddb35,this[_0x3cee29(0x102)]['geometry']);_0x4ed20b=_0x4c68ff?and(_0x4c68ff,_0x37bdcd):_0x37bdcd;}let _0x398529=new a78_0x2f25ba()[_0x3cee29(0xf9)]({'srsName':this[_0x3cee29(0x102)][_0x3cee29(0xf5)],'featureNS':'','featurePrefix':'','featureTypes':[this[_0x3cee29(0x102)][_0x3cee29(0xe7)]],'outputFormat':_0x3cee29(0x101),'geometryName':_0x3ddb35,'filter':_0x4ed20b});const _0x44a973=await fetch(this[_0x3cee29(0x104)],{'method':'POST','body':new XMLSerializer()[_0x3cee29(0xf6)](_0x398529)}),_0x50ed33=await _0x44a973[_0x3cee29(0xe6)]();let _0x53957b=[];const _0x3937d6=new a78_0x1f84e2();return _0x53957b=_0x50ed33[_0x3cee29(0xec)][_0x3cee29(0x103)](_0xb57851=>{const _0x28cd45=_0x3cee29;return _0x3937d6[_0x28cd45(0xf4)](JSON[_0x28cd45(0xf7)](_0xb57851));}),_0x53957b;}[a78_0x398bbb(0xeb)](){const _0x2ac747=a78_0x398bbb,_0x34c71f=this[_0x2ac747(0x102)][_0x2ac747(0x100)]||_0x2ac747(0xee);let _0x2967fc=this[_0x2ac747(0x102)]['where'],_0x5d33a4;_0x2967fc&&(_0x5d33a4=new a78_0x4bc19a()[_0x2ac747(0xfc)](_0x2967fc));let _0x2e1948=_0x5d33a4;if(this[_0x2ac747(0x102)][_0x2ac747(0xe4)]){const _0xc6e4c2=intersects(_0x34c71f,this[_0x2ac747(0x102)][_0x2ac747(0xe4)]);_0x2e1948=_0x5d33a4?and(_0x5d33a4,_0xc6e4c2):_0xc6e4c2;}let _0x33437e=new a78_0x2f25ba()['writeGetFeature']({'srsName':this['queryParameters']['srsName'],'featureNS':'','featurePrefix':'','featureTypes':[this['queryParameters'][_0x2ac747(0xe7)]],'outputFormat':_0x2ac747(0x101),'geometryName':_0x34c71f,'filter':_0x2e1948});return new Promise(_0xe11a51=>{const _0x246829=_0x2ac747;fetch(this[_0x246829(0x104)],{'method':_0x246829(0xfe),'body':new XMLSerializer()[_0x246829(0xf6)](_0x33437e)})[_0x246829(0xf1)](_0x3be39a=>{const _0x2710eb=_0x246829;return _0x3be39a[_0x2710eb(0xe6)]();})[_0x246829(0xf1)](_0x200cfb=>{const _0xde1dc0=_0x246829;let _0x39fa9e=[];const _0x2e2fad=new a78_0x1f84e2();_0x39fa9e=_0x200cfb['features'][_0xde1dc0(0x103)](_0x1ba965=>{const _0x281ce9=_0xde1dc0;return _0x2e2fad[_0x281ce9(0xf4)](JSON[_0x281ce9(0xf7)](_0x1ba965));}),_0xe11a51(_0x39fa9e);})[_0x246829(0xe5)](_0x58f537=>{_0xe11a51([]),console['error'](_0x58f537);});});}}function a78_0xa6eb(){const _0x1e704d=['then','25fMVrIg','6994448BowOjy','readFeature','srsName','serializeToString','stringify','srsName\x20is\x20required','writeGetFeature','1041403EiZgEc','335067Zhlhgk','read','33854Dzvxnu','POST','4007415fUjSqo','geometryName','application/json','queryParameters','map','url','where','geometry','catch','json','tableName','5405932cjjDja','360LMmuqc','28vyxLrt','_geoserverQuery','features','execute','the_geom','9iDstzw','283500eSyaUm'];a78_0xa6eb=function(){return _0x1e704d;};return a78_0xa6eb();}
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(_0x4ee9ef,_0x5a7968){const _0x59e32e=a79_0x4587,_0x333ef1=_0x4ee9ef();while(!![]){try{const _0x306556=parseInt(_0x59e32e(0x1be))/0x1*(-parseInt(_0x59e32e(0x1bf))/0x2)+parseInt(_0x59e32e(0x1c0))/0x3+parseInt(_0x59e32e(0x1c5))/0x4*(parseInt(_0x59e32e(0x1c7))/0x5)+-parseInt(_0x59e32e(0x1c4))/0x6+-parseInt(_0x59e32e(0x1c6))/0x7+-parseInt(_0x59e32e(0x1c9))/0x8*(parseInt(_0x59e32e(0x1c3))/0x9)+parseInt(_0x59e32e(0x1bd))/0xa;if(_0x306556===_0x5a7968)break;else _0x333ef1['push'](_0x333ef1['shift']());}catch(_0x39631f){_0x333ef1['push'](_0x333ef1['shift']());}}}(a79_0x26ca,0xb65fd));function a79_0x26ca(){const _0x4b78be=['geoserver-wms','19532270ImMRpU','8mSOYBj','13090TZACuG','3921603IyyJMF','geoserver-wfs','fieldType','4857840kKhPuk','6039282fhOczF','17524tSMOAt','7292635TlUPOn','145fAOiGz','name','8WllzyE','execute'];a79_0x26ca=function(){return _0x4b78be;};return a79_0x26ca();}import{appendPath}from'../UrlUtil';import a79_0x143064 from'./esri/Query';import a79_0x4617cb from'./geoserver/QueryTask';function a79_0x4587(_0x2b2b19,_0x255eb6){const _0x26caf7=a79_0x26ca();return a79_0x4587=function(_0x4587d5,_0x438f90){_0x4587d5=_0x4587d5-0x1bc;let _0x2b4cf3=_0x26caf7[_0x4587d5];return _0x2b4cf3;},a79_0x4587(_0x2b2b19,_0x255eb6);}import{getWFSLayerCapabilities}from'../../capabilities';export async function selectFeaturesByGeo(_0x1eb421,_0x40b593,_0x43ed07,_0x1cbada,_0x3517a2,_0x210256){const _0x142747=a79_0x4587;if(!_0x43ed07||!_0x1cbada||!_0x3517a2||!_0x3517a2)return[];let _0x2a8e7f=[];if(_0x3517a2=='arcgis-dynamic'||_0x3517a2=='arcgis-feature'){const _0x1cdd42=appendPath(_0x43ed07,_0x1cbada),_0x4360c1=new a79_0x143064(_0x1cdd42,{'outSR':_0x40b593,'where':_0x210256});_0x4360c1['intersects'](_0x1eb421,_0x40b593),_0x2a8e7f=await _0x4360c1['run']();}else{if(_0x3517a2==_0x142747(0x1c1)||_0x3517a2==_0x142747(0x1bc)){const _0x311817=new a79_0x4617cb(_0x43ed07),_0x5d1da1=await getWFSLayerCapabilities(_0x43ed07,_0x1cbada),_0x563763=_0x5d1da1['layerFields']['find'](_0x4b0002=>_0x4b0002[_0x142747(0x1c2)]==0x6);_0x2a8e7f=await _0x311817[_0x142747(0x1ca)]({'geometry':_0x1eb421,'tableName':_0x1cbada,'geometryName':_0x563763?_0x563763[_0x142747(0x1c8)]:'','srsName':_0x40b593,'where':_0x210256});}}return _0x2a8e7f;}
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;}