ym-gis-2d 1.0.27 → 1.0.28

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 (112) hide show
  1. package/assets/main.css +30 -3
  2. package/capabilities/index.js +1 -1
  3. package/controls/ControlManager.js +1 -1
  4. package/controls/LegendControl.d.ts +5 -0
  5. package/controls/LegendControl.d.ts.map +1 -1
  6. package/controls/LegendControl.js +1 -1
  7. package/controls/LegendControl.js.map +1 -1
  8. package/controls/MousePositionControl.js +1 -1
  9. package/controls/SwipeLayerControl.js +1 -1
  10. package/conver/kml/geoJSONToKml.js +1 -1
  11. package/conver/kml/index.js +1 -1
  12. package/conver/kml/kmlToGeoJSON.js +1 -1
  13. package/entity/Feature.d.ts +1 -1
  14. package/entity/Feature.d.ts.map +1 -1
  15. package/entity/Feature.js +1 -1
  16. package/entity/GeometryType.js +1 -1
  17. package/entity/IFont.d.ts +8 -0
  18. package/entity/IFont.d.ts.map +1 -1
  19. package/entity/legend/IColorMap.d.ts +6 -0
  20. package/entity/legend/IColorMap.d.ts.map +1 -0
  21. package/entity/legend/IColorMap.js +1 -0
  22. package/entity/legend/IColorMap.js.map +1 -0
  23. package/entity/legend/IColorSymbol.d.ts +6 -0
  24. package/entity/legend/IColorSymbol.d.ts.map +1 -0
  25. package/entity/legend/IColorSymbol.js +1 -0
  26. package/entity/legend/IColorSymbol.js.map +1 -0
  27. package/entity/legend/IRasterSymbol.d.ts +6 -0
  28. package/entity/legend/IRasterSymbol.d.ts.map +1 -0
  29. package/entity/legend/IRasterSymbol.js +1 -0
  30. package/entity/legend/IRasterSymbol.js.map +1 -0
  31. package/entity/legend/ISymbol.d.ts +2 -0
  32. package/entity/legend/ISymbol.d.ts.map +1 -1
  33. package/entity/measure/AreaMeasureUnits.d.ts +10 -0
  34. package/entity/measure/AreaMeasureUnits.d.ts.map +1 -0
  35. package/entity/measure/AreaMeasureUnits.js +1 -0
  36. package/entity/measure/AreaMeasureUnits.js.map +1 -0
  37. package/entity/style/IStyle.d.ts +0 -2
  38. package/entity/style/IStyle.d.ts.map +1 -1
  39. package/feature/FeatureManager.js +1 -1
  40. package/index.js +1 -1
  41. package/interaction/AreaMeasure.d.ts +36 -23
  42. package/interaction/AreaMeasure.d.ts.map +1 -1
  43. package/interaction/AreaMeasure.js +1 -1
  44. package/interaction/AreaMeasure.js.map +1 -1
  45. package/interaction/Draw.d.ts +3 -3
  46. package/interaction/Draw.d.ts.map +1 -1
  47. package/interaction/Draw.js +1 -1
  48. package/interaction/InteractionManager.js +1 -1
  49. package/interaction/Select.d.ts +10 -1
  50. package/interaction/Select.d.ts.map +1 -1
  51. package/interaction/Select.js +1 -1
  52. package/interaction/Select.js.map +1 -1
  53. package/layers/ArcgisDynamicLayer.js +1 -1
  54. package/layers/ArcgisFeatureLayer.js +1 -1
  55. package/layers/ArcgisTileLayer.js +1 -1
  56. package/layers/ArcgisWMSLayer.js +1 -1
  57. package/layers/ArcgisWMTSLayer.js +1 -1
  58. package/layers/GeoserverVectorTile.js +1 -1
  59. package/layers/GeoserverWFSLayer.js +1 -1
  60. package/layers/GeoserverWMSLayer.js +1 -1
  61. package/layers/GeoserverWMTSLayer.js +1 -1
  62. package/layers/LayerManager.js +1 -1
  63. package/layers/TDTLayer.js +1 -1
  64. package/mapView/Map.js +1 -1
  65. package/mapView/View.js +1 -1
  66. package/package.json +1 -1
  67. package/plot/Plot.js +1 -1
  68. package/plot/Plot.js.map +1 -1
  69. package/plot/geometry/point/Point.js +1 -1
  70. package/plot/geometry/polygon/BasePolygon.js +1 -1
  71. package/plot/geometry/polygon/Circle.js +1 -1
  72. package/plot/geometry/polygon/Polygon.js +1 -1
  73. package/plot/geometry/polygon/RectAngle.js +1 -1
  74. package/plot/geometry/polyline/BaseLine.js +1 -1
  75. package/plot/geometry/polyline/Polyline.js +1 -1
  76. package/style/PointStyleFormat.js +1 -1
  77. package/style/PolygonStyleFormat.d.ts.map +1 -1
  78. package/style/PolygonStyleFormat.js +1 -1
  79. package/style/PolygonStyleFormat.js.map +1 -1
  80. package/style/PolylineStyleFormat.js +1 -1
  81. package/style/StyleManager.js +1 -1
  82. package/style/common.d.ts.map +1 -1
  83. package/style/common.js +1 -1
  84. package/style/common.js.map +1 -1
  85. package/style.css +1 -1
  86. package/utils/ArrayUtil.js +1 -1
  87. package/utils/AxiosUtil.js +1 -1
  88. package/utils/EsriUtil.js +1 -1
  89. package/utils/GeometryUtil.d.ts +6 -0
  90. package/utils/GeometryUtil.d.ts.map +1 -1
  91. package/utils/GeometryUtil.js +1 -1
  92. package/utils/GeometryUtil.js.map +1 -1
  93. package/utils/LayerUtil.js +1 -1
  94. package/utils/RegisterProjUtil.js +1 -1
  95. package/utils/ResolutionUtil.js +1 -1
  96. package/utils/StringUtil.js +1 -1
  97. package/utils/StyleUtil.js +1 -1
  98. package/utils/UrlUtil.js +1 -1
  99. package/utils/XmlUtil.js +1 -1
  100. package/utils/format/CQL.js +1 -1
  101. package/utils/format/IsMatchCql.js +1 -1
  102. package/utils/plug/canvas/ImageCache.js +1 -1
  103. package/utils/plug/canvas/PinBuilder.js +1 -1
  104. package/utils/plug/canvas/PinIcon.js +1 -1
  105. package/utils/plug/canvas/writeTextToCanvas.js +1 -1
  106. package/utils/tasks/esri/Identify.js +1 -1
  107. package/utils/tasks/esri/Query.js +1 -1
  108. package/utils/tasks/esri/Task.js +1 -1
  109. package/utils/tasks/geoserver/QueryTask.js +1 -1
  110. package/utils/tasks/index.js +1 -1
  111. package/ym-gis-2d.es.js +1 -1
  112. package/ym-gis-2d.umd.js +1 -1
@@ -1 +1 @@
1
- (function(_0x2b91a7,_0x546043){const _0x2e4ef4=a82_0x5975,_0x1471ee=_0x2b91a7();while(!![]){try{const _0x5b9504=-parseInt(_0x2e4ef4(0x287))/0x1*(-parseInt(_0x2e4ef4(0x260))/0x2)+parseInt(_0x2e4ef4(0x1b2))/0x3+-parseInt(_0x2e4ef4(0x1d0))/0x4+parseInt(_0x2e4ef4(0x1b0))/0x5*(-parseInt(_0x2e4ef4(0x283))/0x6)+parseInt(_0x2e4ef4(0x28c))/0x7+parseInt(_0x2e4ef4(0x21a))/0x8+-parseInt(_0x2e4ef4(0x1ca))/0x9*(parseInt(_0x2e4ef4(0x237))/0xa);if(_0x5b9504===_0x546043)break;else _0x1471ee['push'](_0x1471ee['shift']());}catch(_0x323d30){_0x1471ee['push'](_0x1471ee['shift']());}}}(a82_0x5721,0x5810c));function a82_0x5975(_0x51aa6c,_0x313937){const _0x572116=a82_0x5721();return a82_0x5975=function(_0x5975a8,_0x561e70){_0x5975a8=_0x5975a8-0x191;let _0x215697=_0x572116[_0x5975a8];return _0x215697;},a82_0x5975(_0x51aa6c,_0x313937);}import a82_0x4cb607 from'proj4';import a82_0x31fa92 from'ol/proj/Projection';import a82_0x56c32c from'proj4/lib/parseCode';import a82_0x8fea72 from'proj4/lib/projections';import{get as a82_0x4f769e}from'ol/proj';import{register}from'ol/proj/proj4.js';function a82_0x5721(){const _0x1764e9=['EPSG:2350','EPSG:4503','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4519','EPSG:4529','EPSG:2340','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4506','latitude_of_center','EPSG:4501','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2353','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','setExtent','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2337','EPSG:2369','\x20+k=','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2345','EPSG:4539','EPSG:2361','EPSG:4546','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4527','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4497','EPSG:3857','EPSG:2349','EPSG:2334','EPSG:2346','\x20+lon_0=','EPSG:2379','EPSG:2376','Transverse_Mercator','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4496','EPSG:2375','getCode','EPSG:2348','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','Local','EPSG:4540','EPSG:4494','EPSG:2351','EPSG:4512','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4524','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4526','EPSG:4514','EPSG:2384','EPSG:2327','EPSG:4533','EPSG:2378','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4517','1065888bDWHel','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4511','EPSG:4525','EPSG:4516','longitude_of_center','indexOf','EPSG:4528','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2352','4326','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:','EPSG:2377','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2364','EPSG:4535','EPSG:4530','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=22500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2343','EPSG:4548','EPSG:4551','EPSG:2356','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','getLastCoordinate','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2336','45550IaCMxQ','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4491','EPSG:4536','EPSG:4553','EPSG:2362','error','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4507','EPSG:2387','EPSG:4493','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2331','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2330','EPSG:2388','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2342','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4547','EPSG:2360','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','\x20+units=m\x20+no_defs\x20','false_northing','EPSG:4505','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','ellps','EPSG:2370','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2347','+proj=tmerc\x20+lat_0=','EPSG:2380','EPSG:4549','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20+x_0=','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2335','501742FwsfkU','EPSG:2368','EPSG:2359','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4554','EPSG:2372','EPSG:4550','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','\x20+b=','EPSG:2367','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2338','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4515','replace','EPSG:2383','EPSG:4492','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2371','EPSG:4495','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4504','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4518','EPSG:4545','非标准坐标系','+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2385','EPSG:4534','1044UvvBqy','EPSG:4510','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4509','1QVTaIu','EPSG:4552','EPSG:2354','EPSG:2373','EPSG:2357','4816539OkdYuw','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=22500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4520','EPSG:2363','4214','EPSG:4542','4555','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4537','EPSG:4498','EPSG:4532','EPSG:4502','entries','EPSG:2358','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2365','EPSG:2341','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4508','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2332','4490','EPSG:2329','EPSG:4490','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2355','EPSG:2381','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2339','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','11600IHNCrP','projName','1344465vXVQhM','EPSG:4531','EPSG:4538','EPSG:4522','EPSG:4610','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4541','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2333','log','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4523','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4500','EPSG:2344','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2366','defs','abs','1377weudEY','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2386','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs','236112fcfTKU','EPSG:4499','Gauss_Kruger','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2390','EPSG:2374','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','object','EPSG:4513','EPSG:4521','get','EPSG:2382','EPSG:2328'];a82_0x5721=function(){return _0x1764e9;};return a82_0x5721();}export function getGeoProjection(_0x494e67,_0x27e32e){const _0x5f2f50=a82_0x5975,_0x418d12=_0x27e32e[_0x5f2f50(0x206)]();if(_0x418d12[_0x5f2f50(0x221)](_0x5f2f50(0x225))>-0x1)return new a82_0x31fa92({'code':_0x5f2f50(0x1fa)});else{if(_0x418d12[_0x5f2f50(0x221)](_0x5f2f50(0x1a2))>-0x1){const _0xe71b54=_0x494e67[_0x5f2f50(0x234)](),_0x21d5e1=Math['floor']((_0xe71b54[0x0]-1.5)/0x3)+0x1,_0x7ee1ff=_0x5f2f50(0x227)+(0x1188+_0x21d5e1);return registerProj(_0x7ee1ff),new a82_0x31fa92({'code':_0x7ee1ff});}}return _0x27e32e;}export function getSpheroidProjection(_0x4a617f){const _0x450e12=a82_0x5975;if(isSpheroid(_0x4a617f))return _0x4a617f;const _0x4f39c8=_0x4a617f['getCode'](),_0x2025d8=a82_0x4cb607[_0x450e12(0x1c8)](_0x4f39c8);if(_0x2025d8){const {a:_0x4fe521,rf:_0x5bcd1a}=_0x2025d8,_0x3a186b={'EPSG:4326':{'a':0x615299,'f':0x1/298.257223563},'EPSG:4490':{'a':0x615299,'f':0x1/298.257222101},'EPSG:4610':{'a':0x61529c,'f':0x1/298.25722101}};for(const [_0x415479,_0x2a9cd4]of Object[_0x450e12(0x198)](_0x3a186b)){if(_0x4fe521===_0x2a9cd4['a']&&Math[_0x450e12(0x1c9)](_0x5bcd1a?_0x5bcd1a:0x0-_0x2a9cd4['f'])<1e-15)return registerProj(_0x415479),new a82_0x31fa92({'code':_0x415479});}}else console[_0x450e12(0x23d)]('未找到投影定义');}export function isSpheroid(_0x46dbd4){const _0x3a96c7=a82_0x5975,_0x390629=_0x46dbd4[_0x3a96c7(0x206)]();return _0x390629[_0x3a96c7(0x221)]('4326')>-0x1||_0x390629[_0x3a96c7(0x221)](_0x3a96c7(0x1a2))>-0x1||_0x390629['indexOf'](_0x3a96c7(0x292))>-0x1||_0x390629[_0x3a96c7(0x221)](_0x3a96c7(0x192))>-0x1||_0x390629['indexOf']('4610')>-0x1?!![]:![];}export function registerProj(_0x52cdfc,_0x18e7e3){const _0x48923b=a82_0x5975;let _0x28f7b8;_0x28f7b8=a82_0x4f769e(_0x52cdfc);if(!_0x28f7b8)switch(_0x52cdfc){case _0x48923b(0x1a4):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4490',_0x48923b(0x1cf)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1a4));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([-0xb4,-0x5a,0xb4,0x5a]);break;case'EPSG:4543':a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4543','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4543');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([344166.57,2338205.65,622925.7,4729373.22]);break;case _0x48923b(0x27d):a82_0x4cb607['defs'](_0x48923b(0x27d),'+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4545');_0x28f7b8&&_0x28f7b8['setExtent']([341298.83,2012660.02,623358.71,4704933.89]);break;case _0x48923b(0x1f5):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1f5),_0x48923b(0x202)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4546');_0x28f7b8&&_0x28f7b8['setExtent']([341226.58,2003802.99,618043.7,4998263.83]);break;case'EPSG:4547':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x24b),_0x48923b(0x1e8)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x24b));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x48923b(0x230):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x230),_0x48923b(0x19e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x230));_0x28f7b8&&_0x28f7b8['setExtent']([345754.3,2501017.13,0x94641,5528578.96]);break;case _0x48923b(0x25a):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x25a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x25a));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x48923b(0x266):a82_0x4cb607['defs']('EPSG:4550','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4550');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352748.57,3123733.99,599394.66,5937990.42]);break;case _0x48923b(0x231):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x231),'+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4551');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([372262.47,4451705.13,600236.64,5897928.74]);break;case _0x48923b(0x288):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x288),_0x48923b(0x27a)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x288));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x48923b(0x23b):a82_0x4cb607['defs'](_0x48923b(0x23b),_0x48923b(0x1d3)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x23b));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x264),_0x48923b(0x1bb)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x264));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([383491.84,5080507.85,482969.27,5362930.84]);break;case _0x48923b(0x282):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4534',_0x48923b(0x263)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x282));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([375272.5,3965339.75,626870.23,4502787.6]);case _0x48923b(0x22c):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x22c),_0x48923b(0x26e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x22c));_0x28f7b8&&_0x28f7b8['setExtent']([356780.75,3435266.95,624607.97,4633842.66]);break;case _0x48923b(0x23a):a82_0x4cb607['defs'](_0x48923b(0x23a),_0x48923b(0x28f)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x23a));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x48923b(0x194):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4537','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x194));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x48923b(0x1b4):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1b4),_0x48923b(0x252)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4538');_0x28f7b8&&_0x28f7b8['setExtent']([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x48923b(0x1f3):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1f3),_0x48923b(0x274)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1f3));_0x28f7b8&&_0x28f7b8['setExtent']([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x48923b(0x20a):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x20a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x20a));_0x28f7b8&&_0x28f7b8['setExtent']([352054.43,3067205.43,618002.46,5000486.51]);break;case'EPSG:4541':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1ba),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1ba));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x48923b(0x191):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4542','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x191));_0x28f7b8&&_0x28f7b8['setExtent']([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x48923b(0x1d8):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1d8),'+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1d8));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x48923b(0x213):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x213),_0x48923b(0x279)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x213));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case _0x48923b(0x270):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4515',_0x48923b(0x1c0)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x270));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x48923b(0x21f):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x21f),'+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x21f));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case'EPSG:4517':a82_0x4cb607['defs'](_0x48923b(0x219),_0x48923b(0x1a8)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x219));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x48923b(0x27c):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4518',_0x48923b(0x25e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x27c));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([30350541.6,3023992.26,30611765.09,5366231.03]);break;case'EPSG:4519':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1e0),_0x48923b(0x1ae)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1e0));_0x28f7b8&&_0x28f7b8['setExtent']([31352054.43,3067205.43,31618002.46,5000486.51]);break;case _0x48923b(0x290):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x290),_0x48923b(0x1cc)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x290));_0x28f7b8&&_0x28f7b8['setExtent']([32352762.3,3124842.44,32620089.9,4930490.22]);break;case'EPSG:4521':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1d9),_0x48923b(0x1a0)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1d9));_0x28f7b8&&_0x28f7b8['setExtent']([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x48923b(0x1b5):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1b5),'+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1b5));_0x28f7b8&&_0x28f7b8['setExtent']([34344166.57,2338205.65,34622925.7,4729373.22]);break;case'EPSG:4523':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1c1),_0x48923b(0x1ec)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1c1));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([35345643.07,2489940.65,35623868.1,4676052.19]);break;case _0x48923b(0x20f):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x20f),'+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x20f));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case _0x48923b(0x21e):a82_0x4cb607['defs'](_0x48923b(0x21e),_0x48923b(0x1ea)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x21e));_0x28f7b8&&_0x28f7b8['setExtent']([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x48923b(0x212):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4526','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4526');_0x28f7b8&&_0x28f7b8['setExtent']([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x48923b(0x1f7):a82_0x4cb607['defs'](_0x48923b(0x1f7),_0x48923b(0x280)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1f7));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x48923b(0x222):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4528','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4528');if(_0x28f7b8){}break;case _0x48923b(0x1e1):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1e1),_0x48923b(0x1b8)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1e1));_0x28f7b8&&_0x28f7b8['setExtent']([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x48923b(0x22d):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x22d),_0x48923b(0x24d)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4530');_0x28f7b8&&_0x28f7b8['setExtent']([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x48923b(0x1b3):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4531',_0x48923b(0x208)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1b3));_0x28f7b8&&_0x28f7b8['setExtent']([43374503.76,4582750.41,43606982.71,5569731.71]);break;case'EPSG:4532':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x196),_0x48923b(0x218)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4532');_0x28f7b8&&_0x28f7b8['setExtent']([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x48923b(0x216):a82_0x4cb607['defs'](_0x48923b(0x216),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x216));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case _0x48923b(0x23f):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x23f),_0x48923b(0x267)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x23f));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x48923b(0x19f):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x19f),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x19f));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x48923b(0x286):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x286),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x286));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([184047.25,2106579.41,708208.94,5714206.25]);break;case'EPSG:4510':a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4510',_0x48923b(0x1ac)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x284));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([196182.08,2729495.05,698769.28,5941131.59]);break;case _0x48923b(0x21d):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x21d),_0x48923b(0x27a)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4511');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([209606.47,3290627.32,702362.77,5855471.68]);break;case _0x48923b(0x20d):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x20d),_0x48923b(0x1bb)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x20d));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([263541.74,4991547.88,482969.27,5362930.84]);break;case _0x48923b(0x197):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x197),_0x48923b(0x263)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x197));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x48923b(0x1de):a82_0x4cb607['defs'](_0x48923b(0x1de),'+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4503');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([206116.83,3230779.31,727179.04,5237184.74]);break;case'EPSG:4504':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x278),'+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x278));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x48923b(0x251):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x251),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x251));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([204050.9,3069909.68,725045.7,5311696.64]);break;case'EPSG:4506':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1e5),_0x48923b(0x20e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1e5));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([188253.52,2340414.16,744727.96,4787117.85]);break;case _0x48923b(0x239):a82_0x4cb607['defs'](_0x48923b(0x239),_0x48923b(0x223)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x239));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case'EPSG:4492':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x273),_0x48923b(0x211)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x273));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x48923b(0x241):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x241),_0x48923b(0x24a)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x241));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case _0x48923b(0x20b):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x20b),_0x48923b(0x27b)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x20b));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([16204050.9,3069909.68,16725045.7,5311696.64]);break;case'EPSG:4495':a82_0x4cb607['defs'](_0x48923b(0x276),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x276));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x48923b(0x204):a82_0x4cb607['defs'](_0x48923b(0x204),_0x48923b(0x1bf)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x204));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([18181721.15,1965854.14,18746725.01,4708206.87]);break;case _0x48923b(0x1f9):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4497',_0x48923b(0x22a)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4497');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case _0x48923b(0x195):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x195),_0x48923b(0x268)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4498');_0x28f7b8&&_0x28f7b8['setExtent']([20184047.25,2106579.41,20708208.94,5714206.25]);break;case _0x48923b(0x1d1):a82_0x4cb607['defs']('EPSG:4499',_0x48923b(0x24e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:4499');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([21196182.08,2729495.05,21698769.28,5941131.59]);break;case _0x48923b(0x1c3):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4500',_0x48923b(0x22e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1c3));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x48923b(0x1e7):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:4501',_0x48923b(0x210)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1e7));_0x28f7b8&&_0x28f7b8['setExtent']([23263541.74,4991547.88,23482969.27,5362930.84]);break;case'EPSG:4610':a82_0x4cb607['defs'](_0x48923b(0x1b6),_0x48923b(0x27f)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1b6));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x48923b(0x1ff):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1ff),_0x48923b(0x1e3)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1ff));_0x28f7b8&&_0x28f7b8['setExtent']([344166.5,2338206.74,622925.76,4729375.42]);break;case _0x48923b(0x259):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2380',_0x48923b(0x193)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x259));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([0x5462b,2489941.81,623868.16,4676054.37]);break;case'EPSG:2381':a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2381',_0x48923b(0x26f)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1aa));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([341298.75,2012660.96,623358.77,4704936.09]);break;case _0x48923b(0x1db):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1db),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1db));_0x28f7b8&&_0x28f7b8['setExtent']([341226.51,2003803.92,618043.76,4998266.16]);break;case _0x48923b(0x272):a82_0x4cb607['defs'](_0x48923b(0x272),_0x48923b(0x248)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x272));_0x28f7b8&&_0x28f7b8['setExtent']([344577.81,2381399.02,617340.68,5036052.73]);break;case _0x48923b(0x214):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x214),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2384');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([345754.23,2501018.29,607809.05,5528581.54]);break;case _0x48923b(0x281):a82_0x4cb607['defs'](_0x48923b(0x281),'+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x281));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([347872.18,0x29417d,599933.1,5912397.96]);break;case _0x48923b(0x1cd):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1cd),_0x48923b(0x23e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2386');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352748.5,3123735.45,599394.71,5937993.2]);break;case _0x48923b(0x240):a82_0x4cb607['defs'](_0x48923b(0x240),_0x48923b(0x26c)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x240));_0x28f7b8&&_0x28f7b8['setExtent']([372262.41,4451707.2,600236.68,5897931.5]);break;case'EPSG:2388':a82_0x4cb607['defs'](_0x48923b(0x247),_0x48923b(0x1b7)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x247));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([374503.71,4582752.55,606982.76,5569734.31]);break;case'EPSG:2389':a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2389',_0x48923b(0x25c)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2389');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([376543.07,4699381.82,610019.49,5417370.16]);break;case _0x48923b(0x1d4):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1d4),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1d4));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x48923b(0x255):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x255),_0x48923b(0x1b9)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2370');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x48923b(0x275):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x275),_0x48923b(0x1c6)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2371');_0x28f7b8&&_0x28f7b8['setExtent']([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x48923b(0x265):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2372',_0x48923b(0x1a6)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2372');_0x28f7b8&&_0x28f7b8['setExtent']([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x48923b(0x28a):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x28a),_0x48923b(0x1f8)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x28a));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352803.44,3128169.23,613592.56,5233910.91]);break;case _0x48923b(0x1d5):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1d5),_0x48923b(0x1e4)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2374');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x48923b(0x205):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2375',_0x48923b(0x1c2)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x205));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x48923b(0x200):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x200),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x200));_0x28f7b8&&_0x28f7b8['setExtent']([352054.36,3067206.86,618002.52,5000488.84]);break;case'EPSG:2377':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x228),_0x48923b(0x245)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2377');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([352762.23,3124843.89,620089.96,4930492.52]);break;case _0x48923b(0x217):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2378','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x217));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x48923b(0x1fb):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1fb),'+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1fb));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([25375272.44,3965341.6,25626870.29,4502789.7]);break;case _0x48923b(0x1dd):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1dd),_0x48923b(0x1ab)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1dd));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case _0x48923b(0x20c):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x20c),_0x48923b(0x238)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x20c));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x48923b(0x224):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x224),_0x48923b(0x242)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2352');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x48923b(0x1e9):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1e9),_0x48923b(0x1bc)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1e9));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([29352176.01,3077182.21,29609359.88,5450731.68]);break;case _0x48923b(0x289):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x289),_0x48923b(0x1f6)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2354');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x48923b(0x1a9):a82_0x4cb607['defs'](_0x48923b(0x1a9),_0x48923b(0x256)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1a9));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case _0x48923b(0x232):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2356',_0x48923b(0x235)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2356');_0x28f7b8&&_0x28f7b8['setExtent']([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x48923b(0x28b):a82_0x4cb607['defs'](_0x48923b(0x28b),_0x48923b(0x233)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x28b));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([33344482.25,2371431.4,33622787.6,4737151.76]);break;case _0x48923b(0x199):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x199),_0x48923b(0x19a)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x199));_0x28f7b8&&_0x28f7b8['setExtent']([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x48923b(0x262):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x262),_0x48923b(0x21b)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x262));_0x28f7b8&&_0x28f7b8['setExtent']([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case'EPSG:2360':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x24c),_0x48923b(0x1ce)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x24c));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x48923b(0x1f4):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1f4),_0x48923b(0x1a5)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1f4));_0x28f7b8&&_0x28f7b8['setExtent']([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x48923b(0x23c):a82_0x4cb607['defs'](_0x48923b(0x23c),_0x48923b(0x269)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x23c));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([38344577.81,2381399.02,38617340.68,5036052.73]);break;case _0x48923b(0x291):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x291),_0x48923b(0x277)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2363');_0x28f7b8&&_0x28f7b8['setExtent']([39345754.23,2501018.29,39607809.05,5528581.54]);break;case _0x48923b(0x22b):a82_0x4cb607['defs']('EPSG:2364',_0x48923b(0x1df)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x22b));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x48923b(0x19b):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x19b),_0x48923b(0x28d)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x19b));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x48923b(0x1c7):a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2366',_0x48923b(0x21c)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1c7));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x48923b(0x26b):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x26b),_0x48923b(0x1c5)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x26b));_0x28f7b8&&_0x28f7b8['setExtent']([43374503.71,4582752.55,43606982.76,5569734.31]);break;case _0x48923b(0x261):a82_0x4cb607['defs'](_0x48923b(0x261),_0x48923b(0x19d)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x261));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x48923b(0x1ef):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1ef),_0x48923b(0x1cb)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1ef));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case _0x48923b(0x22f):a82_0x4cb607['defs']('EPSG:2343',_0x48923b(0x193)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x22f));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([189098.51,2384748.79,746725.12,4708209.07]);break;case _0x48923b(0x1c4):a82_0x4cb607['defs'](_0x48923b(0x1c4),_0x48923b(0x1af)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1c4));_0x28f7b8&&_0x28f7b8['setExtent']([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x48923b(0x1f2):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1f2),_0x48923b(0x1ed)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1f2));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x48923b(0x1fd):a82_0x4cb607['defs'](_0x48923b(0x1fd),_0x48923b(0x23e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2346');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x48923b(0x257):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x257),_0x48923b(0x1b7)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x257));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x48923b(0x207):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x207),_0x48923b(0x229)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x207));_0x28f7b8&&_0x28f7b8['setExtent']([263541.63,4991550.21,482969.27,5362933.35]);break;case _0x48923b(0x26d):a82_0x4cb607['defs'](_0x48923b(0x26d),_0x48923b(0x1b9)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x26d));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x48923b(0x1ad):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1ad),'+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1ad));_0x28f7b8&&_0x28f7b8['setExtent']([206116.69,3230780.81,727179.14,5237187.19]);break;case'EPSG:2340':a82_0x4cb607[_0x48923b(0x1c8)]('EPSG:2340',_0x48923b(0x1e4)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1e2));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([203003.59,3026660.34,718708.91,5453983.17]);break;case _0x48923b(0x19c):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x19c),_0x48923b(0x285)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2341');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x48923b(0x249):a82_0x4cb607['defs'](_0x48923b(0x249),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x249));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([188253.38,2340415.25,744728.08,4787120.08]);break;case'EPSG:2327':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x215),_0x48923b(0x253)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2327');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x48923b(0x1dc):a82_0x4cb607['defs'](_0x48923b(0x1dc),_0x48923b(0x25b)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1dc));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([14206116.69,3230780.81,14727179.14,5237187.19]);break;case _0x48923b(0x1a3):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1a3),_0x48923b(0x1d6)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1a3));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x48923b(0x246):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x246),_0x48923b(0x203)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x246));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([16204050.76,3069911.11,16725045.8,5311699.12]);break;case'EPSG:2331':a82_0x4cb607['defs'](_0x48923b(0x244),_0x48923b(0x243)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x244));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case'EPSG:2332':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1a1),'+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1a1));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([18189098.51,2384748.79,18746725.12,4708209.07]);break;case _0x48923b(0x1bd):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1bd),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1bd));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case'EPSG:2334':a82_0x4cb607['defs'](_0x48923b(0x1fc),_0x48923b(0x226)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e('EPSG:2334');_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x48923b(0x25f):a82_0x4cb607['defs']('EPSG:2335',_0x48923b(0x1f1)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x25f));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([21200433.02,2917986.59,21698769.38,5941134.37]);break;case'EPSG:2336':a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x236),_0x48923b(0x28e)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x236));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x48923b(0x1ee):a82_0x4cb607[_0x48923b(0x1c8)](_0x48923b(0x1ee),_0x48923b(0x1a7)),register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x48923b(0x1ee));_0x28f7b8&&_0x28f7b8[_0x48923b(0x1eb)]([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console[_0x48923b(0x1be)](_0x48923b(0x27e));let _0x1112cd=checkProj(_0x52cdfc,(_0x441426,_0x36157e)=>{const _0x3ca3ae=_0x48923b;if(_0x36157e[_0x3ca3ae(0x1b1)]==_0x3ca3ae(0x1d2)){let _0x6d2f90=_0x52cdfc[_0x3ca3ae(0x271)]('Gauss_Kruger',_0x3ca3ae(0x201));a82_0x4cb607[_0x3ca3ae(0x1c8)](_0x52cdfc,_0x6d2f90);}else{if(_0x36157e[_0x3ca3ae(0x1b1)]==_0x3ca3ae(0x209)){const _0x57abb2=_0x36157e['a']-_0x36157e['a']/_0x36157e['rf'];let _0x1ffef3=_0x3ca3ae(0x258)+_0x36157e[_0x3ca3ae(0x1e6)]+_0x3ca3ae(0x1fe)+_0x36157e[_0x3ca3ae(0x220)]+_0x3ca3ae(0x1f0)+_0x36157e['k0']+_0x3ca3ae(0x25d)+_0x36157e['false_easting']+'\x20+y_0='+_0x36157e[_0x3ca3ae(0x250)]+'\x20+ellps='+_0x36157e[_0x3ca3ae(0x254)]+'\x20+a='+_0x36157e['a']+_0x3ca3ae(0x26a)+_0x57abb2+_0x3ca3ae(0x24f);a82_0x4cb607[_0x3ca3ae(0x1c8)](_0x52cdfc,_0x1ffef3);}}});_0x1112cd&&a82_0x4cb607['defs'](_0x52cdfc,_0x52cdfc);register(a82_0x4cb607),_0x28f7b8=a82_0x4f769e(_0x52cdfc);_0x28f7b8&&_0x18e7e3&&_0x28f7b8[_0x48923b(0x1eb)](_0x18e7e3);}return _0x28f7b8;}function checkProj(_0x420bf2,_0x5a02ce){const _0x4818d8=a82_0x5975;var _0x292b00=a82_0x56c32c(_0x420bf2);if(typeof _0x292b00!==_0x4818d8(0x1d7)){_0x5a02ce(_0x420bf2,_0x292b00);return;}var _0x316215=a82_0x8fea72[_0x4818d8(0x1da)](_0x292b00[_0x4818d8(0x1b1)]);if(!_0x316215){_0x5a02ce(_0x420bf2,_0x292b00);return;}return!![];}
1
+ function a86_0x2cdd(_0x307e1b,_0xcda9e7){const _0x53b479=a86_0x53b4();return a86_0x2cdd=function(_0x2cdda4,_0x184f73){_0x2cdda4=_0x2cdda4-0x183;let _0x4f6f17=_0x53b479[_0x2cdda4];return _0x4f6f17;},a86_0x2cdd(_0x307e1b,_0xcda9e7);}(function(_0x22d777,_0x58ff6f){const _0x2fee4f=a86_0x2cdd,_0x1605a2=_0x22d777();while(!![]){try{const _0x4d2dda=parseInt(_0x2fee4f(0x1b6))/0x1+parseInt(_0x2fee4f(0x1f0))/0x2*(-parseInt(_0x2fee4f(0x276))/0x3)+-parseInt(_0x2fee4f(0x230))/0x4*(parseInt(_0x2fee4f(0x1e1))/0x5)+-parseInt(_0x2fee4f(0x1e4))/0x6+-parseInt(_0x2fee4f(0x19b))/0x7*(-parseInt(_0x2fee4f(0x1e3))/0x8)+-parseInt(_0x2fee4f(0x18f))/0x9*(-parseInt(_0x2fee4f(0x1c2))/0xa)+parseInt(_0x2fee4f(0x1fa))/0xb;if(_0x4d2dda===_0x58ff6f)break;else _0x1605a2['push'](_0x1605a2['shift']());}catch(_0x27c4d7){_0x1605a2['push'](_0x1605a2['shift']());}}}(a86_0x53b4,0x6f3a6));import a86_0xf9f1f8 from'proj4';import a86_0xd1df30 from'ol/proj/Projection';import a86_0x5b01a9 from'proj4/lib/parseCode';import a86_0x4db7f3 from'proj4/lib/projections';import{get as a86_0x2bd7be}from'ol/proj';function a86_0x53b4(){const _0x16cf7d=['+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2347','+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs','EPSG:2341','EPSG:2333','266OCKeGN','\x20+k=','EPSG:4539','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2380','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4523','4490','EPSG:3857','9234819KWAnsp','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2382','\x20+b=','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','\x20+a=','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2327','EPSG:2362','EPSG:4516','EPSG:4525','EPSG:2372','EPSG:2339','EPSG:2360','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2389','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20+x_0=','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','\x20+ellps=','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2350','EPSG:4498','EPSG:4553','EPSG:','EPSG:4504','4326','EPSG:4505','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2334','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4547','EPSG:4499','EPSG:4549','EPSG:2388','EPSG:2344','EPSG:4506','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','4555','EPSG:2390','EPSG:4502','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4535','EPSG:2367','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','error','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','4EYPYvU','EPSG:4496','EPSG:4491','非标准坐标系','EPSG:2373','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2369','EPSG:4515','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2349','EPSG:4507','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4500','Transverse_Mercator','EPSG:4532','EPSG:4554','EPSG:4526','EPSG:2357','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4538','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2375','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4546','EPSG:4497','EPSG:4520','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','setExtent','EPSG:4534','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4543','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2361','EPSG:4514','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4610','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2328','EPSG:4503','EPSG:2342','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4494','EPSG:2365','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2364','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','Gauss_Kruger','EPSG:2340','EPSG:4541','EPSG:4528','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','abs','EPSG:4495','EPSG:2386','EPSG:2336','EPSG:2331','EPSG:4533','EPSG:2374','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2377','EPSG:2353','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','10818eDxoXv','EPSG:2329','object','EPSG:2371','EPSG:4537','EPSG:4512','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4540','EPSG:4536','EPSG:2378','EPSG:4542','EPSG:2345','EPSG:4519','getCode','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4527','EPSG:4552','EPSG:4490','EPSG:2343','EPSG:2351','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','indexOf','222957pUPGYl','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2385','EPSG:2370','EPSG:4518','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','false_northing','replace','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2332','273ovvkRM','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2383','defs','EPSG:4529','entries','EPSG:2384','EPSG:2381','EPSG:4545','EPSG:2387','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4513','4610','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2348','EPSG:4530','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','log','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','Local','EPSG:4511','\x20+y_0=','EPSG:4509','167228rMiyAk','EPSG:2363','EPSG:2366','EPSG:2368','EPSG:2354','EPSG:4510','EPSG:2352','EPSG:2335','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2337','false_easting','EPSG:2338','170fXYAuu','EPSG:4493','EPSG:4548','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2355','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4522','EPSG:2346','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2379','EPSG:4508','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2330','+proj=tmerc\x20+lat_0=','EPSG:4531','EPSG:4551','EPSG:4521','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4524','projName','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','getLastCoordinate','EPSG:4517','EPSG:2358','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2359','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4492','EPSG:4501','4158085qJltSA','4214','157880BBhYeZ','2584548KhtRAW','EPSG:4550','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=22500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2376','EPSG:2356'];a86_0x53b4=function(){return _0x16cf7d;};return a86_0x53b4();}import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x455932,_0x54e220){const _0x1d5c2a=a86_0x2cdd,_0x3334b2=_0x54e220[_0x1d5c2a(0x186)]();if(_0x3334b2[_0x1d5c2a(0x18e)](_0x1d5c2a(0x218))>-0x1)return new a86_0xd1df30({'code':_0x1d5c2a(0x1f9)});else{if(_0x3334b2[_0x1d5c2a(0x18e)](_0x1d5c2a(0x1f8))>-0x1){const _0x2a08a3=_0x455932[_0x1d5c2a(0x1d9)](),_0x1ebb60=Math['floor']((_0x2a08a3[0x0]-1.5)/0x3)+0x1,_0x34ee53=_0x1d5c2a(0x216)+(0x1188+_0x1ebb60);return registerProj(_0x34ee53),new a86_0xd1df30({'code':_0x34ee53});}}return _0x54e220;}export function getSpheroidProjection(_0x419ea9){const _0x170ffb=a86_0x2cdd;if(isSpheroid(_0x419ea9))return _0x419ea9;const _0x8ff297=_0x419ea9[_0x170ffb(0x186)](),_0x577b6d=a86_0xf9f1f8['defs'](_0x8ff297);if(_0x577b6d){const {a:_0x5dd417,rf:_0x1d47cb}=_0x577b6d,_0x1a6845={'EPSG:4326':{'a':0x615299,'f':0x1/298.257223563},'EPSG:4490':{'a':0x615299,'f':0x1/298.257222101},'EPSG:4610':{'a':0x61529c,'f':0x1/298.25722101}};for(const [_0x400231,_0x4c9b45]of Object[_0x170ffb(0x1a0)](_0x1a6845)){if(_0x5dd417===_0x4c9b45['a']&&Math[_0x170ffb(0x26b)](_0x1d47cb?_0x1d47cb:0x0-_0x4c9b45['f'])<1e-15)return registerProj(_0x400231),new a86_0xd1df30({'code':_0x400231});}}else console[_0x170ffb(0x22e)]('未找到投影定义');}export function isSpheroid(_0xdba8d){const _0x39b8b1=a86_0x2cdd,_0x496082=_0xdba8d['getCode']();return _0x496082[_0x39b8b1(0x18e)](_0x39b8b1(0x218))>-0x1||_0x496082['indexOf'](_0x39b8b1(0x1f8))>-0x1||_0x496082[_0x39b8b1(0x18e)](_0x39b8b1(0x1e2))>-0x1||_0x496082['indexOf'](_0x39b8b1(0x225))>-0x1||_0x496082['indexOf'](_0x39b8b1(0x1a7))>-0x1?!![]:![];}export function registerProj(_0xb5e4b4,_0x4f1fe6){const _0x486473=a86_0x2cdd;let _0x332c43;_0x332c43=a86_0x2bd7be(_0xb5e4b4);if(!_0x332c43)switch(_0xb5e4b4){case'EPSG:4490':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x18a),'+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x18a));_0x332c43&&_0x332c43[_0x486473(0x252)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x486473(0x256):a86_0xf9f1f8['defs'](_0x486473(0x256),_0x486473(0x236)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x256));_0x332c43&&_0x332c43['setExtent']([344166.57,2338205.65,622925.7,4729373.22]);break;case _0x486473(0x1a3):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1a3),_0x486473(0x26a)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4545');_0x332c43&&_0x332c43[_0x486473(0x252)]([341298.83,2012660.02,623358.71,4704933.89]);break;case _0x486473(0x24e):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x24e),_0x486473(0x21d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x24e));_0x332c43&&_0x332c43['setExtent']([341226.58,2003802.99,618043.7,4998263.83]);break;case _0x486473(0x21e):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4547',_0x486473(0x257)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x21e));_0x332c43&&_0x332c43['setExtent']([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x486473(0x1c4):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1c4),_0x486473(0x235)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1c4));_0x332c43&&_0x332c43[_0x486473(0x252)]([345754.3,2501017.13,0x94641,5528578.96]);break;case _0x486473(0x220):a86_0xf9f1f8['defs'](_0x486473(0x220),_0x486473(0x1de)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4549');_0x332c43&&_0x332c43['setExtent']([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x486473(0x1e5):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1e5),_0x486473(0x24b)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1e5));_0x332c43&&_0x332c43[_0x486473(0x252)]([352748.57,3123733.99,599394.66,5937990.42]);break;case'EPSG:4551':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1d3),'+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1d3));_0x332c43&&_0x332c43[_0x486473(0x252)]([372262.47,4451705.13,600236.64,5897928.74]);break;case _0x486473(0x189):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4552',_0x486473(0x187)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x189));_0x332c43&&_0x332c43['setExtent']([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x486473(0x215):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x215),_0x486473(0x263)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4553');_0x332c43&&_0x332c43[_0x486473(0x252)]([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4554',_0x486473(0x20d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x242));_0x332c43&&_0x332c43[_0x486473(0x252)]([383491.84,5080507.85,482969.27,5362930.84]);break;case'EPSG:4534':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x253),'+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x253));_0x332c43&&_0x332c43[_0x486473(0x252)]([375272.5,3965339.75,626870.23,4502787.6]);case _0x486473(0x22b):a86_0xf9f1f8['defs']('EPSG:4535',_0x486473(0x22d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x22b));_0x332c43&&_0x332c43[_0x486473(0x252)]([356780.75,3435266.95,624607.97,4633842.66]);break;case'EPSG:4536':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x27e),_0x486473(0x1dc)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x27e));_0x332c43&&_0x332c43[_0x486473(0x252)]([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x486473(0x27a):a86_0xf9f1f8['defs'](_0x486473(0x27a),_0x486473(0x1fb)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4537');_0x332c43&&_0x332c43[_0x486473(0x252)]([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x486473(0x246):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x246),_0x486473(0x202)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4538');_0x332c43&&_0x332c43[_0x486473(0x252)]([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x486473(0x1f2):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4539',_0x486473(0x245)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4539');_0x332c43&&_0x332c43[_0x486473(0x252)]([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x486473(0x27d):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4540',_0x486473(0x1f6)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x27d));_0x332c43&&_0x332c43[_0x486473(0x252)]([352054.43,3067205.43,618002.46,5000486.51]);break;case _0x486473(0x268):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x268),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x268));_0x332c43&&_0x332c43[_0x486473(0x252)]([352762.3,3124842.44,620089.9,4930490.22]);break;case'EPSG:4542':a86_0xf9f1f8['defs']('EPSG:4542',_0x486473(0x224)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x183));_0x332c43&&_0x332c43[_0x486473(0x252)]([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x486473(0x1a6):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1a6),_0x486473(0x20e)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4513');_0x332c43&&_0x332c43[_0x486473(0x252)]([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x486473(0x259):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x259),_0x486473(0x1f3)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4514');_0x332c43&&_0x332c43[_0x486473(0x252)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case'EPSG:4515':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x238),_0x486473(0x1eb)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x238));_0x332c43&&_0x332c43['setExtent']([27355189.72,3315517.28,27617221.79,5083856.92]);break;case'EPSG:4516':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x205),'+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x205));_0x332c43&&_0x332c43[_0x486473(0x252)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case _0x486473(0x1da):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4517','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1da));_0x332c43&&_0x332c43[_0x486473(0x252)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case'EPSG:4518':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x193),_0x486473(0x23d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x193));_0x332c43&&_0x332c43[_0x486473(0x252)]([30350541.6,3023992.26,30611765.09,5366231.03]);break;case _0x486473(0x185):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x185),_0x486473(0x265)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x185));_0x332c43&&_0x332c43[_0x486473(0x252)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case _0x486473(0x250):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4520',_0x486473(0x190)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x250));_0x332c43&&_0x332c43[_0x486473(0x252)]([32352762.3,3124842.44,32620089.9,4930490.22]);break;case _0x486473(0x1d4):a86_0xf9f1f8['defs'](_0x486473(0x1d4),_0x486473(0x1c8)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1d4));_0x332c43&&_0x332c43[_0x486473(0x252)]([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x486473(0x1c9):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1c9),_0x486473(0x1cf)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4522');_0x332c43&&_0x332c43[_0x486473(0x252)]([34344166.57,2338205.65,34622925.7,4729373.22]);break;case _0x486473(0x1f7):a86_0xf9f1f8['defs']('EPSG:4523','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4523');_0x332c43&&_0x332c43[_0x486473(0x252)]([35345643.07,2489940.65,35623868.1,4676052.19]);break;case'EPSG:4524':a86_0xf9f1f8['defs'](_0x486473(0x1d6),_0x486473(0x1e6)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1d6));_0x332c43&&_0x332c43[_0x486473(0x252)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case'EPSG:4525':a86_0xf9f1f8['defs'](_0x486473(0x206),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x206));_0x332c43&&_0x332c43['setExtent']([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x486473(0x243):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x243),_0x486473(0x24d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x243));_0x332c43&&_0x332c43[_0x486473(0x252)]([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x486473(0x188):a86_0xf9f1f8['defs']('EPSG:4527',_0x486473(0x249)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x188));_0x332c43&&_0x332c43[_0x486473(0x252)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x486473(0x269):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4528',_0x486473(0x23c)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x269));if(_0x332c43){}break;case _0x486473(0x19f):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4529',_0x486473(0x255)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x19f));_0x332c43&&_0x332c43[_0x486473(0x252)]([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x486473(0x1aa):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1aa),_0x486473(0x194)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1aa));_0x332c43&&_0x332c43[_0x486473(0x252)]([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x486473(0x1d2):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1d2),_0x486473(0x21a)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1d2));_0x332c43&&_0x332c43['setExtent']([43374503.76,4582750.41,43606982.71,5569731.71]);break;case _0x486473(0x241):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x241),_0x486473(0x22f)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x241));_0x332c43&&_0x332c43['setExtent']([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x486473(0x270):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x270),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4533');_0x332c43&&_0x332c43[_0x486473(0x252)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case'EPSG:4507':a86_0xf9f1f8['defs']('EPSG:4507',_0x486473(0x251)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x23b));_0x332c43&&_0x332c43[_0x486473(0x252)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x486473(0x1ce):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1ce),_0x486473(0x21d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4508');_0x332c43&&_0x332c43[_0x486473(0x252)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x486473(0x1b5):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1b5),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4509');_0x332c43&&_0x332c43[_0x486473(0x252)]([184047.25,2106579.41,708208.94,5714206.25]);break;case _0x486473(0x1bb):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1bb),_0x486473(0x24b)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1bb));_0x332c43&&_0x332c43[_0x486473(0x252)]([196182.08,2729495.05,698769.28,5941131.59]);break;case'EPSG:4511':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1b3),_0x486473(0x187)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1b3));_0x332c43&&_0x332c43[_0x486473(0x252)]([209606.47,3290627.32,702362.77,5855471.68]);break;case _0x486473(0x27b):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x27b),_0x486473(0x20d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x27b));_0x332c43&&_0x332c43['setExtent']([263541.74,4991547.88,482969.27,5362930.84]);break;case'EPSG:4502':a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4502','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x227));_0x332c43&&_0x332c43['setExtent']([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x486473(0x25e):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4503','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x25e));_0x332c43&&_0x332c43[_0x486473(0x252)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x486473(0x217):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x217),_0x486473(0x202)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x217));_0x332c43&&_0x332c43[_0x486473(0x252)]([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x486473(0x219):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4505',_0x486473(0x1f6)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x219));_0x332c43&&_0x332c43[_0x486473(0x252)]([204050.9,3069909.68,725045.7,5311696.64]);break;case _0x486473(0x223):a86_0xf9f1f8['defs'](_0x486473(0x223),_0x486473(0x224)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x223));_0x332c43&&_0x332c43[_0x486473(0x252)]([188253.52,2340414.16,744727.96,4787117.85]);break;case _0x486473(0x232):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4491',_0x486473(0x260)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x232));_0x332c43&&_0x332c43[_0x486473(0x252)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case'EPSG:4492':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1df),_0x486473(0x1c6)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1df));_0x332c43&&_0x332c43[_0x486473(0x252)]([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x486473(0x1c3):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1c3),'+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1c3));_0x332c43&&_0x332c43[_0x486473(0x252)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case _0x486473(0x261):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x261),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x261));_0x332c43&&_0x332c43['setExtent']([16204050.9,3069909.68,16725045.7,5311696.64]);break;case _0x486473(0x26c):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x26c),_0x486473(0x21b)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x26c));_0x332c43&&_0x332c43['setExtent']([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x486473(0x231):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x231),_0x486473(0x1a5)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4496');_0x332c43&&_0x332c43['setExtent']([18181721.15,1965854.14,18746725.01,4708206.87]);break;case'EPSG:4497':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x24f),_0x486473(0x22a)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4497');_0x332c43&&_0x332c43['setExtent']([19179915.67,1849516.47,19736087.19,5001549.83]);break;case _0x486473(0x214):a86_0xf9f1f8['defs'](_0x486473(0x214),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4498');_0x332c43&&_0x332c43[_0x486473(0x252)]([20184047.25,2106579.41,20708208.94,5714206.25]);break;case _0x486473(0x21f):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:4499',_0x486473(0x1f4)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x21f));_0x332c43&&_0x332c43[_0x486473(0x252)]([21196182.08,2729495.05,21698769.28,5941131.59]);break;case'EPSG:4500':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x23f),'+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=22500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4500');_0x332c43&&_0x332c43[_0x486473(0x252)]([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x486473(0x1e0):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1e0),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:4501');_0x332c43&&_0x332c43['setExtent']([23263541.74,4991547.88,23482969.27,5362930.84]);break;case _0x486473(0x25b):a86_0xf9f1f8['defs']('EPSG:4610',_0x486473(0x1ed)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x25b));_0x332c43&&_0x332c43['setExtent']([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x486473(0x1cd):a86_0xf9f1f8['defs'](_0x486473(0x1cd),_0x486473(0x1ff)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1cd));_0x332c43&&_0x332c43[_0x486473(0x252)]([344166.5,2338206.74,622925.76,4729375.42]);break;case _0x486473(0x1f5):a86_0xf9f1f8['defs'](_0x486473(0x1f5),_0x486473(0x239)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1f5));_0x332c43&&_0x332c43[_0x486473(0x252)]([0x5462b,2489941.81,623868.16,4676054.37]);break;case'EPSG:2381':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1a2),'+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2381');_0x332c43&&_0x332c43[_0x486473(0x252)]([341298.75,2012660.96,623358.77,4704936.09]);break;case _0x486473(0x1fd):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2382',_0x486473(0x1a8)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1fd));_0x332c43&&_0x332c43['setExtent']([341226.51,2003803.92,618043.76,4998266.16]);break;case'EPSG:2383':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x19d),_0x486473(0x247)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x19d));_0x332c43&&_0x332c43[_0x486473(0x252)]([344577.81,2381399.02,617340.68,5036052.73]);break;case'EPSG:2384':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1a1),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1a1));_0x332c43&&_0x332c43[_0x486473(0x252)]([345754.23,2501018.29,607809.05,5528581.54]);break;case _0x486473(0x191):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x191),_0x486473(0x200)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x191));_0x332c43&&_0x332c43[_0x486473(0x252)]([347872.18,0x29417d,599933.1,5912397.96]);break;case _0x486473(0x26d):a86_0xf9f1f8['defs'](_0x486473(0x26d),_0x486473(0x1c5)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x26d));_0x332c43&&_0x332c43[_0x486473(0x252)]([352748.5,3123735.45,599394.71,5937993.2]);break;case _0x486473(0x1a4):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2387','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1a4));_0x332c43&&_0x332c43[_0x486473(0x252)]([372262.41,4451707.2,600236.68,5897931.5]);break;case'EPSG:2388':a86_0xf9f1f8['defs'](_0x486473(0x221),_0x486473(0x1cc)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x221));_0x332c43&&_0x332c43['setExtent']([374503.71,4582752.55,606982.76,5569734.31]);break;case _0x486473(0x20c):a86_0xf9f1f8['defs'](_0x486473(0x20c),_0x486473(0x25c)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x20c));_0x332c43&&_0x332c43[_0x486473(0x252)]([376543.07,4699381.82,610019.49,5417370.16]);break;case'EPSG:2390':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x226),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x226));_0x332c43&&_0x332c43[_0x486473(0x252)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x486473(0x192):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x192),_0x486473(0x198)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x192));_0x332c43&&_0x332c43['setExtent']([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x486473(0x279):a86_0xf9f1f8['defs'](_0x486473(0x279),_0x486473(0x229)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x279));_0x332c43&&_0x332c43[_0x486473(0x252)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x486473(0x207):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x207),_0x486473(0x1d5)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x207));_0x332c43&&_0x332c43['setExtent']([355189.66,3315518.83,617221.84,5083859.29]);break;case'EPSG:2373':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x234),_0x486473(0x19c)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x234));_0x332c43&&_0x332c43[_0x486473(0x252)]([352803.44,3128169.23,613592.56,5233910.91]);break;case _0x486473(0x271):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2374',_0x486473(0x1ac)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x271));_0x332c43&&_0x332c43[_0x486473(0x252)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x486473(0x24c):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x24c),_0x486473(0x1cb)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x24c));_0x332c43&&_0x332c43[_0x486473(0x252)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x486473(0x1e9):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1e9),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2376');_0x332c43&&_0x332c43[_0x486473(0x252)]([352054.36,3067206.86,618002.52,5000488.84]);break;case'EPSG:2377':a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2377','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x273));_0x332c43&&_0x332c43[_0x486473(0x252)]([352762.23,3124843.89,620089.96,4930492.52]);break;case'EPSG:2378':a86_0xf9f1f8['defs'](_0x486473(0x27f),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2378');_0x332c43&&_0x332c43[_0x486473(0x252)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x486473(0x23a):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x23a),_0x486473(0x1af)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x23a));_0x332c43&&_0x332c43['setExtent']([25375272.44,3965341.6,25626870.29,4502789.7]);break;case _0x486473(0x213):a86_0xf9f1f8['defs'](_0x486473(0x213),_0x486473(0x27c)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x213));_0x332c43&&_0x332c43[_0x486473(0x252)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case _0x486473(0x18c):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x18c),_0x486473(0x272)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2351');_0x332c43&&_0x332c43[_0x486473(0x252)]([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x486473(0x1bc):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1bc),_0x486473(0x20b)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2352');_0x332c43&&_0x332c43[_0x486473(0x252)]([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x486473(0x274):a86_0xf9f1f8['defs']('EPSG:2353',_0x486473(0x254)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x274));_0x332c43&&_0x332c43['setExtent']([29352176.01,3077182.21,29609359.88,5450731.68]);break;case'EPSG:2354':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1ba),_0x486473(0x18d)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1ba));_0x332c43&&_0x332c43['setExtent']([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x486473(0x1c7):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1c7),_0x486473(0x210)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1c7));_0x332c43&&_0x332c43[_0x486473(0x252)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case _0x486473(0x1ea):a86_0xf9f1f8['defs'](_0x486473(0x1ea),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1ea));_0x332c43&&_0x332c43[_0x486473(0x252)]([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x486473(0x244):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x244),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x244));_0x332c43&&_0x332c43[_0x486473(0x252)]([33344482.25,2371431.4,33622787.6,4737151.76]);break;case _0x486473(0x1db):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1db),'+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1db));_0x332c43&&_0x332c43[_0x486473(0x252)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x486473(0x1dd):a86_0xf9f1f8['defs'](_0x486473(0x1dd),_0x486473(0x199)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1dd));_0x332c43&&_0x332c43[_0x486473(0x252)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case _0x486473(0x209):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x209),_0x486473(0x1fc)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x209));_0x332c43&&_0x332c43[_0x486473(0x252)]([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x486473(0x258):a86_0xf9f1f8['defs'](_0x486473(0x258),_0x486473(0x23e)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x258));_0x332c43&&_0x332c43[_0x486473(0x252)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x486473(0x204):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x204),_0x486473(0x1b1)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x204));_0x332c43&&_0x332c43[_0x486473(0x252)]([38344577.81,2381399.02,38617340.68,5036052.73]);break;case'EPSG:2363':a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2363',_0x486473(0x248)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1b7));_0x332c43&&_0x332c43[_0x486473(0x252)]([39345754.23,2501018.29,39607809.05,5528581.54]);break;case _0x486473(0x264):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x264),_0x486473(0x1ae)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x264));_0x332c43&&_0x332c43['setExtent']([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x486473(0x262):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x262),'+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x262));_0x332c43&&_0x332c43[_0x486473(0x252)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x486473(0x1b8):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1b8),'+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2366');_0x332c43&&_0x332c43[_0x486473(0x252)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x486473(0x22c):a86_0xf9f1f8['defs']('EPSG:2367',_0x486473(0x25a)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2367');_0x332c43&&_0x332c43[_0x486473(0x252)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case _0x486473(0x1b9):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1b9),_0x486473(0x1e7)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2368');_0x332c43&&_0x332c43[_0x486473(0x252)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x486473(0x237):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2369',_0x486473(0x1d8)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2369');_0x332c43&&_0x332c43[_0x486473(0x252)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case _0x486473(0x18b):a86_0xf9f1f8['defs'](_0x486473(0x18b),_0x486473(0x239)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x18b));_0x332c43&&_0x332c43[_0x486473(0x252)]([189098.51,2384748.79,746725.12,4708209.07]);break;case _0x486473(0x222):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x222),_0x486473(0x1a8)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2344');_0x332c43&&_0x332c43['setExtent']([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x486473(0x184):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x184),_0x486473(0x20a)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x184));_0x332c43&&_0x332c43['setExtent']([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x486473(0x1ca):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1ca),_0x486473(0x1c5)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1ca));_0x332c43&&_0x332c43[_0x486473(0x252)]([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x486473(0x1ec):a86_0xf9f1f8['defs'](_0x486473(0x1ec),_0x486473(0x1cc)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2347');_0x332c43&&_0x332c43[_0x486473(0x252)]([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x486473(0x1a9):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2348','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1a9));_0x332c43&&_0x332c43[_0x486473(0x252)]([263541.63,4991550.21,482969.27,5362933.35]);break;case'EPSG:2338':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1c1),_0x486473(0x198)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1c1));_0x332c43&&_0x332c43['setExtent']([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x486473(0x208):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x208),'+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x208));_0x332c43&&_0x332c43['setExtent']([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x486473(0x267):a86_0xf9f1f8['defs']('EPSG:2340',_0x486473(0x1ac)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x267));_0x332c43&&_0x332c43[_0x486473(0x252)]([203003.59,3026660.34,718708.91,5453983.17]);break;case _0x486473(0x1ee):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2341','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1ee));_0x332c43&&_0x332c43['setExtent']([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x486473(0x25f):a86_0xf9f1f8['defs']('EPSG:2342',_0x486473(0x24a)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x25f));_0x332c43&&_0x332c43[_0x486473(0x252)]([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x486473(0x203):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2327',_0x486473(0x228)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x203));_0x332c43&&_0x332c43[_0x486473(0x252)]([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x486473(0x25d):a86_0xf9f1f8['defs'](_0x486473(0x25d),_0x486473(0x212)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x25d));_0x332c43&&_0x332c43[_0x486473(0x252)]([14206116.69,3230780.81,14727179.14,5237187.19]);break;case _0x486473(0x277):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x277),_0x486473(0x275)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x277));_0x332c43&&_0x332c43[_0x486473(0x252)]([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x486473(0x1d0):a86_0xf9f1f8['defs'](_0x486473(0x1d0),_0x486473(0x1be)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be('EPSG:2330');_0x332c43&&_0x332c43[_0x486473(0x252)]([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x486473(0x26f):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2331',_0x486473(0x1ab)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x26f));_0x332c43&&_0x332c43[_0x486473(0x252)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case _0x486473(0x19a):a86_0xf9f1f8[_0x486473(0x19e)]('EPSG:2332','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x19a));_0x332c43&&_0x332c43['setExtent']([18189098.51,2384748.79,18746725.12,4708209.07]);break;case'EPSG:2333':a86_0xf9f1f8['defs'](_0x486473(0x1ef),_0x486473(0x1ad)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1ef));_0x332c43&&_0x332c43[_0x486473(0x252)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x486473(0x21c):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x21c),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x21c));_0x332c43&&_0x332c43[_0x486473(0x252)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x486473(0x1bd):a86_0xf9f1f8['defs'](_0x486473(0x1bd),_0x486473(0x195)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1bd));_0x332c43&&_0x332c43['setExtent']([21200433.02,2917986.59,21698769.38,5941134.37]);break;case'EPSG:2336':a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x26e),_0x486473(0x1e8)),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x26e));_0x332c43&&_0x332c43[_0x486473(0x252)]([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x486473(0x1bf):a86_0xf9f1f8[_0x486473(0x19e)](_0x486473(0x1bf),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0x486473(0x1bf));_0x332c43&&_0x332c43[_0x486473(0x252)]([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console[_0x486473(0x1b0)](_0x486473(0x233));let _0x570d67=checkProj(_0xb5e4b4,(_0x15ed6a,_0x23e79b)=>{const _0x1b9d64=_0x486473;if(_0x23e79b[_0x1b9d64(0x1d7)]==_0x1b9d64(0x266)){let _0x1d94f1=_0xb5e4b4[_0x1b9d64(0x197)](_0x1b9d64(0x266),_0x1b9d64(0x240));a86_0xf9f1f8[_0x1b9d64(0x19e)](_0xb5e4b4,_0x1d94f1);}else{if(_0x23e79b[_0x1b9d64(0x1d7)]==_0x1b9d64(0x1b2)){const _0x54ad9e=_0x23e79b['a']-_0x23e79b['a']/_0x23e79b['rf'];let _0x158f85=_0x1b9d64(0x1d1)+_0x23e79b['latitude_of_center']+'\x20+lon_0='+_0x23e79b['longitude_of_center']+_0x1b9d64(0x1f1)+_0x23e79b['k0']+_0x1b9d64(0x20f)+_0x23e79b[_0x1b9d64(0x1c0)]+_0x1b9d64(0x1b4)+_0x23e79b[_0x1b9d64(0x196)]+_0x1b9d64(0x211)+_0x23e79b['ellps']+_0x1b9d64(0x201)+_0x23e79b['a']+_0x1b9d64(0x1fe)+_0x54ad9e+'\x20+units=m\x20+no_defs\x20';a86_0xf9f1f8[_0x1b9d64(0x19e)](_0xb5e4b4,_0x158f85);}}});_0x570d67&&a86_0xf9f1f8[_0x486473(0x19e)](_0xb5e4b4,_0xb5e4b4);register(a86_0xf9f1f8),_0x332c43=a86_0x2bd7be(_0xb5e4b4);_0x332c43&&_0x4f1fe6&&_0x332c43[_0x486473(0x252)](_0x4f1fe6);}return _0x332c43;}function checkProj(_0x2a54ab,_0x56e917){const _0x44498c=a86_0x2cdd;var _0x22b212=a86_0x5b01a9(_0x2a54ab);if(typeof _0x22b212!==_0x44498c(0x278)){_0x56e917(_0x2a54ab,_0x22b212);return;}var _0x1daa4e=a86_0x4db7f3['get'](_0x22b212[_0x44498c(0x1d7)]);if(!_0x1daa4e){_0x56e917(_0x2a54ab,_0x22b212);return;}return!![];}
@@ -1 +1 @@
1
- export function calculateResolution(_0x3b4e5f,_0x4f0127){const _0x15fbcd=25.4/0.28,_0x41a054=0x3e8/25.4;return _0x3b4e5f/_0x15fbcd/_0x41a054/_0x4f0127;}
1
+ export function calculateResolution(_0x1f6700,_0x1193c2){const _0x2a167b=25.4/0.28,_0x39390a=0x3e8/25.4;return _0x1f6700/_0x2a167b/_0x39390a/_0x1193c2;}
@@ -1 +1 @@
1
- (function(_0x4c3339,_0xb86704){const _0x563af0=a84_0x6bc4,_0x29f744=_0x4c3339();while(!![]){try{const _0x46ee5e=parseInt(_0x563af0(0x14e))/0x1*(parseInt(_0x563af0(0x152))/0x2)+-parseInt(_0x563af0(0x156))/0x3+-parseInt(_0x563af0(0x154))/0x4+-parseInt(_0x563af0(0x14a))/0x5+parseInt(_0x563af0(0x155))/0x6*(parseInt(_0x563af0(0x151))/0x7)+-parseInt(_0x563af0(0x150))/0x8+-parseInt(_0x563af0(0x157))/0x9*(-parseInt(_0x563af0(0x14c))/0xa);if(_0x46ee5e===_0xb86704)break;else _0x29f744['push'](_0x29f744['shift']());}catch(_0xfbd993){_0x29f744['push'](_0x29f744['shift']());}}}(a84_0x1b86,0x1a8da));import{modulo,toFixed}from'ol/math';function a84_0x6bc4(_0x5db20c,_0x2d90de){const _0x1b8661=a84_0x1b86();return a84_0x6bc4=function(_0x6bc49b,_0x5ed9ed){_0x6bc49b=_0x6bc49b-0x14a;let _0x3b7491=_0x1b8661[_0x6bc49b];return _0x3b7491;},a84_0x6bc4(_0x5db20c,_0x2d90de);}import{padNumber}from'ol/string';function a84_0x1b86(){const _0x50ee1d=['floor','412320jILmFJ','510rnTPfg','470748TIOIAg','229662AoNkMG','字符串为空','42490HDHSwt','abs','50iGNwGA','replace','9rrUSva','atob','33416CfTKrR','17731gqXPWn','8564ptwDIb'];a84_0x1b86=function(){return _0x50ee1d;};return a84_0x1b86();}export function transformedToNumber(_0x52e233){const _0x2cd852=a84_0x6bc4;if(_0x52e233)return parseFloat(_0x52e233[_0x2cd852(0x14d)](/[^\d]/g,''));throw new Error(_0x2cd852(0x158));}export function base64ToBlob(_0x5e0298){const _0x4370e7=a84_0x6bc4;let _0x28610a=window[_0x4370e7(0x14f)](_0x5e0298),_0x2b32d2=_0x28610a['length'],_0x317f55=new Uint8Array(_0x2b32d2);while(_0x2b32d2--){_0x317f55[_0x2b32d2]=_0x28610a['charCodeAt'](_0x2b32d2);}return new Blob([_0x317f55],{'type':_0x5e0298});}export function degreesToStringHDMS(_0x1b5505,_0x43179b){const _0x11027d=a84_0x6bc4,_0x3e429a=modulo(_0x1b5505+0xb4,0x168)-0xb4,_0x515ad8=Math[_0x11027d(0x14b)](0xe10*_0x3e429a),_0x4ad08a=_0x43179b||0x0;let _0x2bb78c=Math[_0x11027d(0x153)](_0x515ad8/0xe10),_0x557f03=Math[_0x11027d(0x153)]((_0x515ad8-_0x2bb78c*0xe10)/0x3c),_0x29442f=toFixed(_0x515ad8-_0x2bb78c*0xe10-_0x557f03*0x3c,_0x4ad08a);_0x29442f>=0x3c&&(_0x29442f=0x0,_0x557f03+=0x1);_0x557f03>=0x3c&&(_0x557f03=0x0,_0x2bb78c+=0x1);let _0x1dfad1=_0x2bb78c+'°';return(_0x557f03!==0x0||_0x29442f!==0x0)&&(_0x1dfad1+='\x20'+padNumber(_0x557f03,0x2)+'′'),_0x29442f!==0x0&&(_0x1dfad1+='\x20'+padNumber(_0x29442f,0x2,_0x4ad08a)+'″'),_0x1dfad1;}
1
+ function a88_0x44d9(){const _0x3caeb8=['replace','790727PjrDxU','42821UBIGOA','472140WiXGOQ','2310264LwjqEg','floor','24cSftNE','211917GtNeEd','4cqbamh','1040874PTTTFU','2ZOHtWu','abs','length','2281410aWUXjJ'];a88_0x44d9=function(){return _0x3caeb8;};return a88_0x44d9();}(function(_0x4a6c6b,_0x2afbba){const _0x4a631c=a88_0x4677,_0xe6b62a=_0x4a6c6b();while(!![]){try{const _0x212b31=parseInt(_0x4a631c(0x12c))/0x1*(-parseInt(_0x4a631c(0x134))/0x2)+parseInt(_0x4a631c(0x131))/0x3*(-parseInt(_0x4a631c(0x132))/0x4)+parseInt(_0x4a631c(0x12d))/0x5+-parseInt(_0x4a631c(0x133))/0x6+-parseInt(_0x4a631c(0x12b))/0x7*(-parseInt(_0x4a631c(0x130))/0x8)+parseInt(_0x4a631c(0x12e))/0x9+-parseInt(_0x4a631c(0x137))/0xa;if(_0x212b31===_0x2afbba)break;else _0xe6b62a['push'](_0xe6b62a['shift']());}catch(_0x3d8633){_0xe6b62a['push'](_0xe6b62a['shift']());}}}(a88_0x44d9,0x2ab4f));function a88_0x4677(_0x16b770,_0xabc675){const _0x44d978=a88_0x44d9();return a88_0x4677=function(_0x4677c0,_0x4a3757){_0x4677c0=_0x4677c0-0x12b;let _0x257368=_0x44d978[_0x4677c0];return _0x257368;},a88_0x4677(_0x16b770,_0xabc675);}import{modulo,toFixed}from'ol/math';import{padNumber}from'ol/string';export function transformedToNumber(_0x5a09a1){const _0x3a00d3=a88_0x4677;if(_0x5a09a1)return parseFloat(_0x5a09a1[_0x3a00d3(0x138)](/[^\d]/g,''));throw new Error('字符串为空');}export function base64ToBlob(_0x529864){const _0x5395f3=a88_0x4677;let _0x4ade26=window['atob'](_0x529864),_0x59b0a7=_0x4ade26[_0x5395f3(0x136)],_0x4959fd=new Uint8Array(_0x59b0a7);while(_0x59b0a7--){_0x4959fd[_0x59b0a7]=_0x4ade26['charCodeAt'](_0x59b0a7);}return new Blob([_0x4959fd],{'type':_0x529864});}export function degreesToStringHDMS(_0x105083,_0x5402a5){const _0x527e08=a88_0x4677,_0x3e1319=modulo(_0x105083+0xb4,0x168)-0xb4,_0x418b17=Math[_0x527e08(0x135)](0xe10*_0x3e1319),_0xc8ecf9=_0x5402a5||0x0;let _0x5e6c50=Math[_0x527e08(0x12f)](_0x418b17/0xe10),_0x5a5a18=Math[_0x527e08(0x12f)]((_0x418b17-_0x5e6c50*0xe10)/0x3c),_0x3f2e76=toFixed(_0x418b17-_0x5e6c50*0xe10-_0x5a5a18*0x3c,_0xc8ecf9);_0x3f2e76>=0x3c&&(_0x3f2e76=0x0,_0x5a5a18+=0x1);_0x5a5a18>=0x3c&&(_0x5a5a18=0x0,_0x5e6c50+=0x1);let _0x9c24b9=_0x5e6c50+'°';return(_0x5a5a18!==0x0||_0x3f2e76!==0x0)&&(_0x9c24b9+='\x20'+padNumber(_0x5a5a18,0x2)+'′'),_0x3f2e76!==0x0&&(_0x9c24b9+='\x20'+padNumber(_0x3f2e76,0x2,_0xc8ecf9)+'″'),_0x9c24b9;}
@@ -1 +1 @@
1
- (function(_0x57dd54,_0x58eb2f){const _0x3c401e=a85_0x44d9,_0x15247b=_0x57dd54();while(!![]){try{const _0x5d9827=-parseInt(_0x3c401e(0xf8))/0x1*(parseInt(_0x3c401e(0xf7))/0x2)+-parseInt(_0x3c401e(0xf6))/0x3*(-parseInt(_0x3c401e(0xf3))/0x4)+parseInt(_0x3c401e(0xf4))/0x5+parseInt(_0x3c401e(0xee))/0x6+parseInt(_0x3c401e(0xf9))/0x7+parseInt(_0x3c401e(0xec))/0x8+-parseInt(_0x3c401e(0xef))/0x9;if(_0x5d9827===_0x58eb2f)break;else _0x15247b['push'](_0x15247b['shift']());}catch(_0x45f87f){_0x15247b['push'](_0x15247b['shift']());}}}(a85_0x49ba,0x4a1ef));import{Style,Fill,Circle,Stroke}from'ol/style';export function transformedEsriStyle(_0x4f2126){const _0x289840=a85_0x44d9;let _0x543318=new Style();switch(_0x4f2126[_0x289840(0xe8)]){case _0x289840(0xf1):_0x543318=new Style({'image':new Circle({'fill':new Fill({'color':'rgba('+_0x4f2126[_0x289840(0xf0)][0x0]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x1]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x2]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x3]+')'}),'stroke':new Stroke({'color':_0x289840(0xe7)+_0x4f2126[_0x289840(0xed)][_0x289840(0xf0)][0x0]+',\x20'+_0x4f2126['outline'][_0x289840(0xf0)][0x1]+',\x20'+_0x4f2126[_0x289840(0xed)][_0x289840(0xf0)][0x2]+',\x20'+_0x4f2126['outline'][_0x289840(0xf0)][0x3]+')','width':_0x4f2126[_0x289840(0xed)][_0x289840(0xfa)]}),'radius':_0x4f2126['size']/0x2+0x1})});break;case _0x289840(0xe9):_0x543318=new Style({'stroke':new Stroke({'color':_0x289840(0xe7)+_0x4f2126[_0x289840(0xf0)][0x0]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x1]+',\x20'+_0x4f2126['color'][0x2]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x3]+')','width':_0x4f2126[_0x289840(0xfa)]})});break;case _0x289840(0xf5):_0x543318=new Style({'fill':new Fill({'color':_0x289840(0xe7)+_0x4f2126[_0x289840(0xf0)][0x0]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x1]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x2]+',\x20'+_0x4f2126[_0x289840(0xf0)][0x3]+')'}),'stroke':new Stroke({'color':_0x289840(0xe7)+_0x4f2126[_0x289840(0xed)]['color'][0x0]+',\x20'+_0x4f2126[_0x289840(0xed)][_0x289840(0xf0)][0x1]+',\x20'+_0x4f2126[_0x289840(0xed)][_0x289840(0xf0)][0x2]+',\x20'+_0x4f2126[_0x289840(0xed)][_0x289840(0xf0)][0x3]+')','width':_0x4f2126[_0x289840(0xed)][_0x289840(0xfa)]})});break;default:break;}return _0x543318;}function a85_0x44d9(_0x363d68,_0xd1f27a){const _0x49ba08=a85_0x49ba();return a85_0x44d9=function(_0x44d940,_0x26c093){_0x44d940=_0x44d940-0xe6;let _0x4d588b=_0x49ba08[_0x44d940];return _0x4d588b;},a85_0x44d9(_0x363d68,_0xd1f27a);}function a85_0x49ba(){const _0x4c4e49=['1276695vkBSkB','esriSFSSolid','201429bXWFZj','2GuBilZ','547739TtAwfj','2630348bjYCKv','width','#3399CC','rgba(','style','esriSLSSolid','LineString','rgba(214,28,28,0.4)','3674424EIdKdg','outline','2190342CpgRbI','6041412ndIdAn','color','esriSMSCircle','Polygon','4temfgz'];a85_0x49ba=function(){return _0x4c4e49;};return a85_0x49ba();}export function highLightSymbol(_0x43737c){const _0x5d274c=a85_0x44d9;let _0x1b8475;if(_0x43737c==_0x5d274c(0xf2))_0x1b8475=new Style({'fill':new Fill({'color':'rgba(214,28,28,0.4)'}),'stroke':new Stroke({'color':'#3399CC','width':2.5})});else{if(_0x43737c==_0x5d274c(0xea))_0x1b8475=new Style({'stroke':new Stroke({'color':_0x5d274c(0xe6),'width':2.5})});else _0x43737c=='Point'&&(_0x1b8475=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':_0x5d274c(0xeb)}),'stroke':new Stroke({'color':_0x5d274c(0xe6),'width':2.5})})}));}return _0x1b8475;}
1
+ function a89_0x3229(){const _0x5e5cf9=['236MDSqXD','color','#3399CC','size','rgba(','LineString','640980jyPKeI','esriSLSSolid','2101780urUWtN','Polygon','esriSFSSolid','29455vVyxzg','width','716205GJvKhu','8824tFwJBL','2073IJzwhu','Point','36oNnNiP','28838ONZSBn','11ldzIoe','style','outline'];a89_0x3229=function(){return _0x5e5cf9;};return a89_0x3229();}(function(_0x51063c,_0x296629){const _0x577d06=a89_0x281b,_0x265226=_0x51063c();while(!![]){try{const _0x2f9af8=-parseInt(_0x577d06(0x1fe))/0x1*(-parseInt(_0x577d06(0x1fd))/0x2)+parseInt(_0x577d06(0x1fa))/0x3*(-parseInt(_0x577d06(0x201))/0x4)+parseInt(_0x577d06(0x1f6))/0x5+parseInt(_0x577d06(0x207))/0x6+parseInt(_0x577d06(0x1f8))/0x7+-parseInt(_0x577d06(0x1f9))/0x8*(parseInt(_0x577d06(0x1fc))/0x9)+-parseInt(_0x577d06(0x209))/0xa;if(_0x2f9af8===_0x296629)break;else _0x265226['push'](_0x265226['shift']());}catch(_0x1a179b){_0x265226['push'](_0x265226['shift']());}}}(a89_0x3229,0x1ce0e));import{Style,Fill,Circle,Stroke}from'ol/style';export function transformedEsriStyle(_0x5bf695){const _0x21f3c4=a89_0x281b;let _0x261712=new Style();switch(_0x5bf695[_0x21f3c4(0x1ff)]){case'esriSMSCircle':_0x261712=new Style({'image':new Circle({'fill':new Fill({'color':'rgba('+_0x5bf695[_0x21f3c4(0x202)][0x0]+',\x20'+_0x5bf695['color'][0x1]+',\x20'+_0x5bf695[_0x21f3c4(0x202)][0x2]+',\x20'+_0x5bf695[_0x21f3c4(0x202)][0x3]+')'}),'stroke':new Stroke({'color':_0x21f3c4(0x205)+_0x5bf695['outline'][_0x21f3c4(0x202)][0x0]+',\x20'+_0x5bf695['outline']['color'][0x1]+',\x20'+_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x202)][0x2]+',\x20'+_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x202)][0x3]+')','width':_0x5bf695['outline'][_0x21f3c4(0x1f7)]}),'radius':_0x5bf695[_0x21f3c4(0x204)]/0x2+0x1})});break;case _0x21f3c4(0x208):_0x261712=new Style({'stroke':new Stroke({'color':_0x21f3c4(0x205)+_0x5bf695[_0x21f3c4(0x202)][0x0]+',\x20'+_0x5bf695['color'][0x1]+',\x20'+_0x5bf695[_0x21f3c4(0x202)][0x2]+',\x20'+_0x5bf695[_0x21f3c4(0x202)][0x3]+')','width':_0x5bf695[_0x21f3c4(0x1f7)]})});break;case _0x21f3c4(0x1f5):_0x261712=new Style({'fill':new Fill({'color':_0x21f3c4(0x205)+_0x5bf695[_0x21f3c4(0x202)][0x0]+',\x20'+_0x5bf695[_0x21f3c4(0x202)][0x1]+',\x20'+_0x5bf695['color'][0x2]+',\x20'+_0x5bf695[_0x21f3c4(0x202)][0x3]+')'}),'stroke':new Stroke({'color':_0x21f3c4(0x205)+_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x202)][0x0]+',\x20'+_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x202)][0x1]+',\x20'+_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x202)][0x2]+',\x20'+_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x202)][0x3]+')','width':_0x5bf695[_0x21f3c4(0x200)][_0x21f3c4(0x1f7)]})});break;default:break;}return _0x261712;}function a89_0x281b(_0x6f6b89,_0x482a40){const _0x3229fc=a89_0x3229();return a89_0x281b=function(_0x281b01,_0x5b5443){_0x281b01=_0x281b01-0x1f4;let _0x53dee4=_0x3229fc[_0x281b01];return _0x53dee4;},a89_0x281b(_0x6f6b89,_0x482a40);}export function highLightSymbol(_0x4d55ab){const _0x1d358b=a89_0x281b;let _0x3a3411;if(_0x4d55ab==_0x1d358b(0x1f4))_0x3a3411=new Style({'fill':new Fill({'color':'rgba(214,28,28,0.4)'}),'stroke':new Stroke({'color':_0x1d358b(0x203),'width':2.5})});else{if(_0x4d55ab==_0x1d358b(0x206))_0x3a3411=new Style({'stroke':new Stroke({'color':_0x1d358b(0x203),'width':2.5})});else _0x4d55ab==_0x1d358b(0x1fb)&&(_0x3a3411=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':'rgba(214,28,28,0.4)'}),'stroke':new Stroke({'color':_0x1d358b(0x203),'width':2.5})})}));}return _0x3a3411;}
package/utils/UrlUtil.js CHANGED
@@ -1 +1 @@
1
- function a92_0xb66d(_0x42a01c,_0x4397d7){const _0x2de156=a92_0x2de1();return a92_0xb66d=function(_0xb66df4,_0x1d7f62){_0xb66df4=_0xb66df4-0x135;let _0x1b12b8=_0x2de156[_0xb66df4];return _0x1b12b8;},a92_0xb66d(_0x42a01c,_0x4397d7);}(function(_0x2fbcc5,_0x5f2720){const _0x2299a9=a92_0xb66d,_0x1659fd=_0x2fbcc5();while(!![]){try{const _0x51f919=parseInt(_0x2299a9(0x136))/0x1*(-parseInt(_0x2299a9(0x144))/0x2)+parseInt(_0x2299a9(0x13c))/0x3+parseInt(_0x2299a9(0x147))/0x4*(-parseInt(_0x2299a9(0x14d))/0x5)+parseInt(_0x2299a9(0x13f))/0x6*(-parseInt(_0x2299a9(0x13b))/0x7)+-parseInt(_0x2299a9(0x14c))/0x8*(parseInt(_0x2299a9(0x14e))/0x9)+-parseInt(_0x2299a9(0x14b))/0xa*(parseInt(_0x2299a9(0x150))/0xb)+parseInt(_0x2299a9(0x13a))/0xc;if(_0x51f919===_0x5f2720)break;else _0x1659fd['push'](_0x1659fd['shift']());}catch(_0x43a73e){_0x1659fd['push'](_0x1659fd['shift']());}}}(a92_0x2de1,0x1aaf2));export function addArgument(_0x174017,_0x50f1b5,_0x5cda60){const _0x37eef1=a92_0xb66d,_0x139561=new RegExp(_0x37eef1(0x14a)+_0x50f1b5+_0x37eef1(0x153),'gi');if(_0x174017[_0x37eef1(0x149)](_0x139561))_0x174017=_0x174017[_0x37eef1(0x143)](_0x139561,_0x544b9a=>_0x544b9a[0x0]+_0x50f1b5+'='+_0x5cda60);else{var _0x5de0a5=_0x50f1b5+'='+_0x5cda60,_0xca4c52=_0x174017[_0x37eef1(0x141)]('?');let _0x5b24dc=_0x174017;_0xca4c52>-0x1&&_0x174017[_0x37eef1(0x141)]('?http')>-0x1&&(_0x5b24dc=_0x174017[_0x37eef1(0x148)](_0xca4c52+0x1),_0xca4c52=_0x5b24dc['indexOf']('?'));if(_0xca4c52<0x0)_0x174017+='?';else _0xca4c52>=0x0&&_0xca4c52!==_0x5b24dc[_0x37eef1(0x139)]-0x1&&(_0x174017+='&');_0x174017=_0x174017+_0x5de0a5;}return _0x174017;}export function appendParam(_0x3bd0ef,_0x6997cd){const _0x2d5642=a92_0xb66d;var _0x2c0683=_0x3bd0ef[_0x2d5642(0x141)]('?');let _0x275a56=_0x3bd0ef;if(_0x2c0683>-0x1&&_0x3bd0ef['indexOf'](_0x2d5642(0x151))>-0x1){let _0x29a1c7=_0x2c0683+0x1;_0x275a56=_0x3bd0ef[_0x2d5642(0x148)](_0x2c0683+0x1),_0x2c0683=_0x275a56[_0x2d5642(0x141)]('?');}return _0x2c0683>-0x1?_0x3bd0ef+'&'+_0x6997cd:_0x3bd0ef+'?'+_0x6997cd;}export function appendPath(_0x2fe5e5,_0x3766d4){const _0x31a856=a92_0xb66d;var _0x233081=_0x2fe5e5['indexOf']('?');let _0xbcefda=_0x2fe5e5;if(_0x233081>-0x1&&_0x2fe5e5['indexOf'](_0x31a856(0x151))>-0x1){let _0xdd84a8=_0x233081+0x1;_0xbcefda=_0x2fe5e5['substring'](_0x233081+0x1),_0x233081=_0xbcefda[_0x31a856(0x141)]('?'),_0x233081>-0x1&&(_0x233081+=_0xdd84a8);}return _0x233081>-0x1?_0x2fe5e5[_0x31a856(0x148)](0x0,_0x233081)+'/'+_0x3766d4+_0x2fe5e5['substring'](_0x233081):_0x2fe5e5+'/'+_0x3766d4;}export function getUrlParams(_0x3f1f49){const _0x35bd50=a92_0xb66d;var _0x3a1a30,_0x52c55f;let _0x558e01=_0x3f1f49['indexOf']('?http'),_0x115c80;_0x558e01>-0x1?_0x3f1f49[_0x35bd50(0x141)]('?',_0x558e01+0x3)>-0x1&&(_0x115c80=(_0x3a1a30=_0x3f1f49[_0x35bd50(0x13e)]('?'))===null||_0x3a1a30===void 0x0?void 0x0:_0x3a1a30[0x2]):_0x3f1f49[_0x35bd50(0x141)]('?')>-0x1&&(_0x115c80=(_0x52c55f=_0x3f1f49[_0x35bd50(0x13e)]('?'))===null||_0x52c55f===void 0x0?void 0x0:_0x52c55f[0x1]);if(_0x115c80)return createParamByQuery(_0x115c80);return[];}function createParamByQuery(_0x8687ac){const _0x1ea00d=a92_0xb66d;let _0xfcc7a4=_0x8687ac['split']('&');return _0xfcc7a4[_0x1ea00d(0x138)](_0x263b44=>{const _0x1fdb77=_0x1ea00d;var _0x26fa14=_0x263b44[_0x1fdb77(0x13e)]('=');return{'name':_0x26fa14[0x0],'value':_0x26fa14[0x1]};});}function a92_0x2de1(){const _0x3cb662=['196ECAumZ','403245tbLxgp','href','split','24114Htawmg','removeChild','indexOf','click','replace','82AKxdIY','createObjectURL','target','788FpWNqz','substring','match','[\x5c?&](','92860PUFlsb','256sICnqz','3640phmzmA','46134LHbDaD','download','121ZKNWdI','?http','body','=)([^&]*)','setAttribute','5041ZkWrHU','appendChild','map','length','8444280thXFAf'];a92_0x2de1=function(){return _0x3cb662;};return a92_0x2de1();}export function parseImage(_0x21ef03,_0x59c955){let _0x216c14='';if(_0x21ef03){if(_0x21ef03['match'](/^(data|http|https)/))_0x216c14=_0x21ef03;else{if(_0x21ef03['match'](/Assets/))_0x216c14=_0x21ef03;else{}}}return _0x216c14;}export function downloadBlob(_0x3a371f,_0x5c1dc8){const _0x3e8b27=a92_0xb66d,_0x3785bb=URL[_0x3e8b27(0x145)](_0x3a371f);var _0x1907b9=document['createElement']('a');_0x1907b9['setAttribute'](_0x3e8b27(0x13d),_0x3785bb),_0x1907b9[_0x3e8b27(0x135)](_0x3e8b27(0x146),'_blank'),_0x1907b9[_0x3e8b27(0x135)](_0x3e8b27(0x14f),_0x5c1dc8),document[_0x3e8b27(0x152)][_0x3e8b27(0x137)](_0x1907b9),_0x1907b9[_0x3e8b27(0x142)](),document[_0x3e8b27(0x152)][_0x3e8b27(0x140)](_0x1907b9),URL['revokeObjectURL'](_0x3785bb);}
1
+ function a96_0x2fcf(_0x55e1f4,_0x1dc5b8){const _0x59d09b=a96_0x59d0();return a96_0x2fcf=function(_0x2fcf53,_0xb3ca1){_0x2fcf53=_0x2fcf53-0xb4;let _0x192b4d=_0x59d09b[_0x2fcf53];return _0x192b4d;},a96_0x2fcf(_0x55e1f4,_0x1dc5b8);}(function(_0x16653c,_0x45d2aa){const _0x21c0c0=a96_0x2fcf,_0x1a1342=_0x16653c();while(!![]){try{const _0x5acde7=parseInt(_0x21c0c0(0xc0))/0x1+-parseInt(_0x21c0c0(0xc1))/0x2+-parseInt(_0x21c0c0(0xca))/0x3+-parseInt(_0x21c0c0(0xc6))/0x4+parseInt(_0x21c0c0(0xbf))/0x5*(-parseInt(_0x21c0c0(0xc4))/0x6)+parseInt(_0x21c0c0(0xc9))/0x7+parseInt(_0x21c0c0(0xbd))/0x8*(parseInt(_0x21c0c0(0xbe))/0x9);if(_0x5acde7===_0x45d2aa)break;else _0x1a1342['push'](_0x1a1342['shift']());}catch(_0x3a2148){_0x1a1342['push'](_0x1a1342['shift']());}}}(a96_0x59d0,0x82e57));export function addArgument(_0x1df038,_0xfc5fe9,_0x154490){const _0x5721b1=a96_0x2fcf,_0x58bf01=new RegExp('[\x5c?&]('+_0xfc5fe9+_0x5721b1(0xb7),'gi');if(_0x1df038[_0x5721b1(0xc5)](_0x58bf01))_0x1df038=_0x1df038['replace'](_0x58bf01,_0x55ea8e=>_0x55ea8e[0x0]+_0xfc5fe9+'='+_0x154490);else{var _0x5f4d31=_0xfc5fe9+'='+_0x154490,_0x499178=_0x1df038['indexOf']('?');let _0x24b8db=_0x1df038;_0x499178>-0x1&&_0x1df038['indexOf'](_0x5721b1(0xc7))>-0x1&&(_0x24b8db=_0x1df038[_0x5721b1(0xb6)](_0x499178+0x1),_0x499178=_0x24b8db['indexOf']('?'));if(_0x499178<0x0)_0x1df038+='?';else _0x499178>=0x0&&_0x499178!==_0x24b8db['length']-0x1&&(_0x1df038+='&');_0x1df038=_0x1df038+_0x5f4d31;}return _0x1df038;}export function appendParam(_0x55fe8d,_0x1fd060){const _0x1f1b9d=a96_0x2fcf;var _0xfeec9d=_0x55fe8d[_0x1f1b9d(0xc3)]('?');let _0x41067f=_0x55fe8d;if(_0xfeec9d>-0x1&&_0x55fe8d[_0x1f1b9d(0xc3)](_0x1f1b9d(0xc7))>-0x1){let _0x1ae45c=_0xfeec9d+0x1;_0x41067f=_0x55fe8d[_0x1f1b9d(0xb6)](_0xfeec9d+0x1),_0xfeec9d=_0x41067f[_0x1f1b9d(0xc3)]('?');}return _0xfeec9d>-0x1?_0x55fe8d+'&'+_0x1fd060:_0x55fe8d+'?'+_0x1fd060;}export function appendPath(_0xe5ed74,_0x54a4a4){const _0x576ca8=a96_0x2fcf;var _0x3dde0d=_0xe5ed74['indexOf']('?');let _0x298b15=_0xe5ed74;if(_0x3dde0d>-0x1&&_0xe5ed74['indexOf']('?http')>-0x1){let _0x383300=_0x3dde0d+0x1;_0x298b15=_0xe5ed74[_0x576ca8(0xb6)](_0x3dde0d+0x1),_0x3dde0d=_0x298b15['indexOf']('?'),_0x3dde0d>-0x1&&(_0x3dde0d+=_0x383300);}return _0x3dde0d>-0x1?_0xe5ed74[_0x576ca8(0xb6)](0x0,_0x3dde0d)+'/'+_0x54a4a4+_0xe5ed74[_0x576ca8(0xb6)](_0x3dde0d):_0xe5ed74+'/'+_0x54a4a4;}function a96_0x59d0(){const _0x4ad897=['split','href','appendChild','revokeObjectURL','911224niwTuE','99ASNsbp','33525fLGTIt','902110UmrRtO','831226GaENSF','setAttribute','indexOf','582pSZXZh','match','3581032rmRjHn','?http','_blank','6255221gALbaJ','1653717ZFflvq','createElement','removeChild','createObjectURL','download','substring','=)([^&]*)','body'];a96_0x59d0=function(){return _0x4ad897;};return a96_0x59d0();}export function getUrlParams(_0x5762c1){const _0xeca2d9=a96_0x2fcf;var _0x3c8e4a,_0x3875a5;let _0xcceb9b=_0x5762c1[_0xeca2d9(0xc3)](_0xeca2d9(0xc7)),_0x56e574;_0xcceb9b>-0x1?_0x5762c1[_0xeca2d9(0xc3)]('?',_0xcceb9b+0x3)>-0x1&&(_0x56e574=(_0x3c8e4a=_0x5762c1[_0xeca2d9(0xb9)]('?'))===null||_0x3c8e4a===void 0x0?void 0x0:_0x3c8e4a[0x2]):_0x5762c1[_0xeca2d9(0xc3)]('?')>-0x1&&(_0x56e574=(_0x3875a5=_0x5762c1[_0xeca2d9(0xb9)]('?'))===null||_0x3875a5===void 0x0?void 0x0:_0x3875a5[0x1]);if(_0x56e574)return createParamByQuery(_0x56e574);return[];}function createParamByQuery(_0x5a507d){const _0x4f355b=a96_0x2fcf;let _0x3010b6=_0x5a507d[_0x4f355b(0xb9)]('&');return _0x3010b6['map'](_0xcbd143=>{const _0x4c254f=_0x4f355b;var _0x323ffd=_0xcbd143[_0x4c254f(0xb9)]('=');return{'name':_0x323ffd[0x0],'value':_0x323ffd[0x1]};});}export function parseImage(_0x2c3f2e,_0x418649){const _0x21e9de=a96_0x2fcf;let _0x496687='';if(_0x2c3f2e){if(_0x2c3f2e[_0x21e9de(0xc5)](/^(data|http|https)/))_0x496687=_0x2c3f2e;else{if(_0x2c3f2e[_0x21e9de(0xc5)](/Assets/))_0x496687=_0x2c3f2e;else{}}}return _0x496687;}export function downloadBlob(_0x5e8b30,_0x22007c){const _0x75bcf7=a96_0x2fcf,_0x543283=URL[_0x75bcf7(0xb4)](_0x5e8b30);var _0x25ff50=document[_0x75bcf7(0xcb)]('a');_0x25ff50[_0x75bcf7(0xc2)](_0x75bcf7(0xba),_0x543283),_0x25ff50[_0x75bcf7(0xc2)]('target',_0x75bcf7(0xc8)),_0x25ff50[_0x75bcf7(0xc2)](_0x75bcf7(0xb5),_0x22007c),document[_0x75bcf7(0xb8)][_0x75bcf7(0xbb)](_0x25ff50),_0x25ff50['click'](),document['body'][_0x75bcf7(0xcc)](_0x25ff50),URL[_0x75bcf7(0xbc)](_0x543283);}
package/utils/XmlUtil.js CHANGED
@@ -1 +1 @@
1
- function a93_0x9037(_0x465d4e,_0x1ebc3c){const _0x439734=a93_0x4397();return a93_0x9037=function(_0x903756,_0x3939d0){_0x903756=_0x903756-0x129;let _0x50555d=_0x439734[_0x903756];return _0x50555d;},a93_0x9037(_0x465d4e,_0x1ebc3c);}(function(_0x2e1f0c,_0x2af40a){const _0x1c0ce5=a93_0x9037,_0x34a2e9=_0x2e1f0c();while(!![]){try{const _0x2440b5=parseInt(_0x1c0ce5(0x135))/0x1+-parseInt(_0x1c0ce5(0x130))/0x2*(-parseInt(_0x1c0ce5(0x12d))/0x3)+parseInt(_0x1c0ce5(0x12e))/0x4+parseInt(_0x1c0ce5(0x134))/0x5+parseInt(_0x1c0ce5(0x133))/0x6*(-parseInt(_0x1c0ce5(0x129))/0x7)+-parseInt(_0x1c0ce5(0x131))/0x8*(-parseInt(_0x1c0ce5(0x132))/0x9)+-parseInt(_0x1c0ce5(0x12b))/0xa;if(_0x2440b5===_0x2af40a)break;else _0x34a2e9['push'](_0x34a2e9['shift']());}catch(_0xc12caf){_0x34a2e9['push'](_0x34a2e9['shift']());}}}(a93_0x4397,0xe4fc9));export function readXml(_0x30052f){const _0x5aa444=a93_0x9037;let _0x516181;return window[_0x5aa444(0x12a)]?_0x516181=new DOMParser()['parseFromString'](_0x30052f,'text/xml'):(_0x516181=new ActiveXObject('Microsoft.XMLDOM'),_0x516181[_0x5aa444(0x12c)]=_0x5aa444(0x12f),_0x516181['loadXML'](_0x30052f)),_0x516181;}function a93_0x4397(){const _0x548bb6=['false','2kxDRvq','145624IQglqy','180RmKfjw','30tudRkc','8784185IGDuLV','1806855UmmPgI','673757tIHtpW','DOMParser','43567180APnwWC','async','1895574NaokfI','4865168ykzxsG'];a93_0x4397=function(){return _0x548bb6;};return a93_0x4397();}
1
+ function a97_0x5080(_0x187828,_0x19c6c5){const _0x2274bd=a97_0x2274();return a97_0x5080=function(_0x50806b,_0x14be3){_0x50806b=_0x50806b-0xd6;let _0x395166=_0x2274bd[_0x50806b];return _0x395166;},a97_0x5080(_0x187828,_0x19c6c5);}function a97_0x2274(){const _0x4940e3=['false','102NMIVNX','DOMParser','loadXML','async','269170mnKIHK','Microsoft.XMLDOM','134590wxFoOh','9MovXdI','4hqQbte','56365qRyYTO','235497jsjnqc','689432pHYsby','155403gfJBIG','16JDOEEb','547253ShNjZB'];a97_0x2274=function(){return _0x4940e3;};return a97_0x2274();}(function(_0x46d97b,_0x228811){const _0x3edc0e=a97_0x5080,_0x3cb584=_0x46d97b();while(!![]){try{const _0x1df666=-parseInt(_0x3edc0e(0xd8))/0x1+-parseInt(_0x3edc0e(0xe4))/0x2*(-parseInt(_0x3edc0e(0xd6))/0x3)+parseInt(_0x3edc0e(0xd7))/0x4+-parseInt(_0x3edc0e(0xe5))/0x5*(parseInt(_0x3edc0e(0xdc))/0x6)+parseInt(_0x3edc0e(0xda))/0x7*(parseInt(_0x3edc0e(0xd9))/0x8)+-parseInt(_0x3edc0e(0xe3))/0x9*(parseInt(_0x3edc0e(0xe2))/0xa)+-parseInt(_0x3edc0e(0xe0))/0xb;if(_0x1df666===_0x228811)break;else _0x3cb584['push'](_0x3cb584['shift']());}catch(_0x485b7a){_0x3cb584['push'](_0x3cb584['shift']());}}}(a97_0x2274,0x18985));export function readXml(_0x565180){const _0x154d9c=a97_0x5080;let _0x48879b;return window[_0x154d9c(0xdd)]?_0x48879b=new DOMParser()['parseFromString'](_0x565180,'text/xml'):(_0x48879b=new ActiveXObject(_0x154d9c(0xe1)),_0x48879b[_0x154d9c(0xdf)]=_0x154d9c(0xdb),_0x48879b[_0x154d9c(0xde)](_0x565180)),_0x48879b;}
@@ -1 +1 @@
1
- const a74_0x524652=a74_0x5037;(function(_0x59c464,_0x477c1c){const _0x4734f3=a74_0x5037,_0x1f4f93=_0x59c464();while(!![]){try{const _0x39728c=parseInt(_0x4734f3(0x1df))/0x1+parseInt(_0x4734f3(0x20d))/0x2+-parseInt(_0x4734f3(0x205))/0x3+-parseInt(_0x4734f3(0x21f))/0x4+parseInt(_0x4734f3(0x1f4))/0x5*(-parseInt(_0x4734f3(0x223))/0x6)+parseInt(_0x4734f3(0x247))/0x7+-parseInt(_0x4734f3(0x24a))/0x8*(-parseInt(_0x4734f3(0x216))/0x9);if(_0x39728c===_0x477c1c)break;else _0x1f4f93['push'](_0x1f4f93['shift']());}catch(_0x468fbf){_0x1f4f93['push'](_0x1f4f93['shift']());}}}(a74_0x1438,0x2d4d7));import*as a74_0x4b7444 from'ol/format/filter';function a74_0x5037(_0x333edc,_0x36e12d){const _0x14388f=a74_0x1438();return a74_0x5037=function(_0x503754,_0x4ea1e7){_0x503754=_0x503754-0x1de;let _0x34ba37=_0x14388f[_0x503754];return _0x34ba37;},a74_0x5037(_0x333edc,_0x36e12d);}import{WKT}from'ol/format';import a74_0x159efe from'ol/geom/Geometry';export default class CQL{constructor(){const _0x309dc6=a74_0x5037;this[_0x309dc6(0x1f9)]=/ (IN) /i,this[_0x309dc6(0x242)]=['PROPERTY',_0x309dc6(0x1fb),_0x309dc6(0x1e8),_0x309dc6(0x207)],this[_0x309dc6(0x23e)]={'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(_0x35c847){const _0x34e86c=_0x309dc6;let _0x1b6c14=/^(POINT|LINESTRING|POLYGON|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION)/[_0x34e86c(0x1fe)](_0x35c847);if(_0x1b6c14){let _0x3fccac=_0x35c847[_0x34e86c(0x22b)],_0xc60c0e=_0x35c847[_0x34e86c(0x1f3)]('(',_0x1b6c14[0x0][_0x34e86c(0x22b)]);if(_0xc60c0e>-0x1){let _0x2845ae=0x1;while(_0xc60c0e<_0x3fccac&&_0x2845ae>0x0){_0xc60c0e++;switch(_0x35c847[_0x34e86c(0x233)](_0xc60c0e)){case'(':_0x2845ae++;break;case')':_0x2845ae--;break;default:}}}return[_0x35c847[_0x34e86c(0x21d)](0x0,_0xc60c0e+0x1)];}},'END':/^$/},this['follows']={'LPAREN':[_0x309dc6(0x1e0),_0x309dc6(0x1de),_0x309dc6(0x1fa),_0x309dc6(0x1e8),_0x309dc6(0x22e)],'RPAREN':[_0x309dc6(0x208),'LOGICAL',_0x309dc6(0x1e2),'RPAREN'],'PROPERTY':['COMPARISON','BETWEEN',_0x309dc6(0x20f),_0x309dc6(0x22c)],'BETWEEN':[_0x309dc6(0x1e8)],'IS_NULL':[_0x309dc6(0x1e2)],'COMPARISON':[_0x309dc6(0x1e8)],'COMMA':['GEOMETRY',_0x309dc6(0x1e8),_0x309dc6(0x1fa)],'VALUE':[_0x309dc6(0x207),_0x309dc6(0x20f),_0x309dc6(0x206),_0x309dc6(0x1e2)],'SPATIAL':[_0x309dc6(0x22e)],'LOGICAL':['NOT',_0x309dc6(0x1e8),_0x309dc6(0x1de),_0x309dc6(0x1fa),_0x309dc6(0x22e)],'NOT':[_0x309dc6(0x1fa),_0x309dc6(0x22e)],'GEOMETRY':[_0x309dc6(0x20f),_0x309dc6(0x206)]},this['operators']={'=':a74_0x4b7444[_0x309dc6(0x1e5)],'<>':a74_0x4b7444[_0x309dc6(0x23d)],'<':a74_0x4b7444[_0x309dc6(0x1ea)],'<=':a74_0x4b7444[_0x309dc6(0x1f0)],'>':a74_0x4b7444['greaterThan'],'>=':a74_0x4b7444[_0x309dc6(0x1e1)],'LIKE':a74_0x4b7444[_0x309dc6(0x1ec)],'BETWEEN':a74_0x4b7444[_0x309dc6(0x226)],'IS\x20NULL':a74_0x4b7444[_0x309dc6(0x23c)]},this[_0x309dc6(0x235)]={'PropertyIsEqualTo':'=','PropertyIsNotEqualTo':'<>','PropertyIsLessThan':'<','PropertyIsLessThanOrEqualTo':'<=','PropertyIsGreaterThan':'>','PropertyIsGreaterThanOrEqualTo':'>=','PropertyIsLike':_0x309dc6(0x1e6),'PropertyIsNull':'IS\x20NULL','PropertyIsBetween':_0x309dc6(0x243)},this[_0x309dc6(0x1ee)]={'AND':a74_0x4b7444[_0x309dc6(0x1e3)],'OR':a74_0x4b7444['or']},this[_0x309dc6(0x217)]={'RPAREN':0x3,'LOGICAL':0x2,'COMPARISON':0x1};}[a74_0x524652(0x245)](_0x1957ea,_0x214f41){const _0x3b25cf=a74_0x524652;return _0x214f41 instanceof RegExp?_0x214f41[_0x3b25cf(0x1fe)](_0x1957ea):_0x214f41(_0x1957ea);}[a74_0x524652(0x23b)](_0x28b31b,_0x48dd35){const _0x14bb0e=a74_0x524652;let _0xabe87a,_0x4e232,_0x5a3dc6=_0x48dd35[_0x14bb0e(0x22b)];for(_0xabe87a=0x0;_0xabe87a<_0x5a3dc6;_0xabe87a++){_0x4e232=_0x48dd35[_0xabe87a];let _0x17f2f9=this[_0x14bb0e(0x23e)][_0x4e232],_0x147bfe=this[_0x14bb0e(0x245)](_0x28b31b,_0x17f2f9);if(_0x147bfe){let _0x3ee042=_0x147bfe[0x0],_0xf3be00=_0x28b31b[_0x14bb0e(0x21d)](_0x3ee042['length'])[_0x14bb0e(0x202)](/^\s*/,'');return{'type':_0x4e232,'text':_0x3ee042,'remainder':_0xf3be00};}}let _0x246fad=_0x14bb0e(0x1ef)+_0x28b31b+_0x14bb0e(0x1f5);for(_0xabe87a=0x0;_0xabe87a<_0x5a3dc6;_0xabe87a++){_0x4e232=_0x48dd35[_0xabe87a],_0x246fad+=_0x14bb0e(0x1f2)+_0x4e232+':\x20'+this[_0x14bb0e(0x23e)][_0x4e232];}throw new Error(_0x246fad);}[a74_0x524652(0x218)](_0x36162c){const _0x394699=a74_0x524652;_0x36162c=_0x36162c['replaceAll']('[','')[_0x394699(0x214)](']','');let _0x16e958=this['tryToken'](_0x36162c,this[_0x394699(0x1f9)]);_0x16e958&&(_0x36162c=this['parseInToOr'](_0x36162c,_0x16e958));let _0x14932a=[],_0x30dcc5,_0xd48c5a=[_0x394699(0x208),'GEOMETRY',_0x394699(0x1de),_0x394699(0x1fa),_0x394699(0x22e)];do{_0x30dcc5=this[_0x394699(0x23b)](_0x36162c,_0xd48c5a),_0x36162c=_0x30dcc5[_0x394699(0x201)],_0xd48c5a=this[_0x394699(0x234)][_0x30dcc5[_0x394699(0x21c)]];if(_0x30dcc5[_0x394699(0x21c)]!=='END'&&!_0xd48c5a)throw new Error(_0x394699(0x229)+_0x30dcc5['type']);_0x14932a['push'](_0x30dcc5);}while(_0x30dcc5[_0x394699(0x21c)]!==_0x394699(0x1e2));return _0x14932a;}['parseInToOr'](_0x3b1a08,_0x1ae0df){const _0x113918=a74_0x524652;let _0x945f5e=this[_0x113918(0x245)](_0x3b1a08,/\((.+?)\)/g);if(_0x945f5e){let _0x3213cf=_0x3b1a08['substring'](0x0,_0x1ae0df[_0x113918(0x21e)]),_0x3b2f85=_0x945f5e[0x1],_0x1626b5=_0x3b2f85['replaceAll']('\x20','')['split'](','),_0x2077d9='',_0x2807ff='';if(_0x3213cf['indexOf']('\x20')>-0x1){let _0xe46f5d=_0x3213cf['lastIndexOf']('\x20');_0x2807ff=_0x3213cf[_0x113918(0x21d)](0x0,_0xe46f5d+0x1),_0x2077d9=_0x3213cf[_0x113918(0x21d)](_0xe46f5d+0x1,_0x3213cf[_0x113918(0x22b)]);}else _0x2077d9=_0x3213cf;let _0x52a764=_0x2807ff;for(let _0x1c6c6c=0x0;_0x1c6c6c<_0x1626b5[_0x113918(0x22b)];_0x1c6c6c++){let _0x410467=_0x1626b5[_0x1c6c6c];_0x52a764+=_0x2077d9+'='+_0x410467,_0x1c6c6c<_0x1626b5['length']-0x1&&(_0x52a764+='\x20or\x20');}return _0x52a764;}return _0x3b1a08;}[a74_0x524652(0x200)](_0xbb8a87){const _0x306679=a74_0x524652;let _0x2a356d=this,_0x19280a=[],_0x367bfc=[];while(_0xbb8a87[_0x306679(0x22b)]){let _0x4c00bd=_0xbb8a87[_0x306679(0x237)]();switch(_0x4c00bd['type']){case _0x306679(0x1fa):case _0x306679(0x1e0):case _0x306679(0x1e8):_0x367bfc[_0x306679(0x249)](_0x4c00bd);break;case _0x306679(0x1fb):case _0x306679(0x243):case _0x306679(0x22c):case _0x306679(0x207):{let _0x4293d6=this[_0x306679(0x217)][_0x4c00bd[_0x306679(0x21c)]];while(_0x19280a['length']>0x0&&this[_0x306679(0x217)][_0x19280a[_0x19280a['length']-0x1]['type']]<=_0x4293d6){_0x367bfc[_0x306679(0x249)](_0x19280a['pop']());}_0x19280a[_0x306679(0x249)](_0x4c00bd);break;}case _0x306679(0x1de):case _0x306679(0x208):case _0x306679(0x22e):_0x19280a[_0x306679(0x249)](_0x4c00bd);break;case _0x306679(0x206):while(_0x19280a['length']>0x0&&_0x19280a[_0x19280a[_0x306679(0x22b)]-0x1]['type']!==_0x306679(0x22e)){_0x367bfc[_0x306679(0x249)](_0x19280a[_0x306679(0x213)]());}_0x19280a['pop']();_0x19280a[_0x306679(0x22b)]>0x0&&(_0x19280a[_0x19280a[_0x306679(0x22b)]-0x1][_0x306679(0x21c)]===_0x306679(0x1de)||_0x19280a[_0x19280a[_0x306679(0x22b)]-0x1][_0x306679(0x21c)]===_0x306679(0x208))&&_0x367bfc['push'](_0x19280a[_0x306679(0x213)]());break;case _0x306679(0x20f):case'END':break;default:throw new Error(_0x306679(0x248)+_0x4c00bd[_0x306679(0x21c)]);}}while(_0x19280a[_0x306679(0x22b)]>0x0){_0x367bfc[_0x306679(0x249)](_0x19280a[_0x306679(0x213)]());}function _0x541767(){const _0x2dbcc3=_0x306679;let _0x362fc4,_0x14dcb3,_0x4f275b=_0x367bfc[_0x2dbcc3(0x213)]();switch(_0x4f275b[_0x2dbcc3(0x21c)]){case _0x2dbcc3(0x207):{let _0xe4afcf=_0x541767(),_0x5a116c=_0x541767();return new _0x2a356d[(_0x2dbcc3(0x1ee))][(_0x4f275b[_0x2dbcc3(0x22a)][_0x2dbcc3(0x215)]())](_0x5a116c,_0xe4afcf);}case _0x2dbcc3(0x208):{let _0x351f9c=_0x541767();return a74_0x4b7444[_0x2dbcc3(0x1fc)](_0x351f9c);}case _0x2dbcc3(0x243):{let _0x8cf087,_0x1b420d;return _0x367bfc['pop'](),_0x1b420d=_0x541767(),_0x8cf087=_0x541767(),_0x14dcb3=_0x541767(),a74_0x4b7444['between'](_0x14dcb3,_0x8cf087,_0x1b420d);}case _0x2dbcc3(0x1fb):{return _0x362fc4=_0x541767(),_0x14dcb3=_0x541767(),new _0x2a356d['operators'][(_0x4f275b[_0x2dbcc3(0x22a)][_0x2dbcc3(0x215)]())](_0x14dcb3,_0x362fc4);}case _0x2dbcc3(0x22c):_0x14dcb3=_0x541767();return new _0x2a356d['operators'][(_0x4f275b[_0x2dbcc3(0x22a)][_0x2dbcc3(0x215)]())](_0x14dcb3);case _0x2dbcc3(0x1e8):{let _0x1c7377=_0x4f275b[_0x2dbcc3(0x22a)]['match'](/^'(.*)'$/);return _0x1c7377?_0x1c7377[0x1][_0x2dbcc3(0x202)](/''/g,'\x27'):Number(_0x4f275b[_0x2dbcc3(0x22a)]);}case _0x2dbcc3(0x1de):switch(_0x4f275b['text'][_0x2dbcc3(0x215)]()){case'BBOX':{let _0x2b75ce=_0x541767(),_0x105b44=_0x541767(),_0x26cf76=_0x541767(),_0x3b40ea=_0x541767(),_0x2f7366=_0x541767();return a74_0x4b7444[_0x2dbcc3(0x238)](_0x2f7366,[_0x3b40ea,_0x26cf76,_0x105b44,_0x2b75ce]);}case _0x2dbcc3(0x212):_0x362fc4=_0x541767(),_0x14dcb3=_0x541767();return a74_0x4b7444['intersects'](_0x14dcb3,_0x362fc4);case _0x2dbcc3(0x1e9):_0x362fc4=_0x541767(),_0x14dcb3=_0x541767();return a74_0x4b7444[_0x2dbcc3(0x227)](_0x14dcb3,_0x362fc4);case'CONTAINS':_0x362fc4=_0x541767(),_0x14dcb3=_0x541767();return a74_0x4b7444[_0x2dbcc3(0x231)](_0x14dcb3,_0x362fc4);}break;case _0x2dbcc3(0x1e0):return new WKT()['readGeometry'](_0x4f275b[_0x2dbcc3(0x22a)],{});default:return _0x4f275b[_0x2dbcc3(0x22a)];}}let _0x2f2315=_0x541767();if(_0x367bfc[_0x306679(0x22b)]>0x0){let _0x590fc7='剩余的节点无法解析:\x20\x0a';for(let _0x20a8c1=_0x367bfc[_0x306679(0x22b)]-0x1;_0x20a8c1>=0x0;_0x20a8c1--){_0x590fc7+=_0x367bfc[_0x20a8c1][_0x306679(0x21c)]+':\x20'+_0x367bfc[_0x20a8c1][_0x306679(0x22a)]+'\x0a';}throw new Error(_0x590fc7);}return _0x2f2315;}[a74_0x524652(0x21a)](_0x4448d7){const _0x3fa7e5=a74_0x524652;try{return this[_0x3fa7e5(0x200)](this[_0x3fa7e5(0x218)](_0x4448d7));}catch(_0x2b51ff){console[_0x3fa7e5(0x20e)](_0x3fa7e5(0x1fd)+_0x4448d7),console[_0x3fa7e5(0x20e)](_0x2b51ff);}}['write'](_0x50e72c){const _0x43a771=a74_0x524652;switch(_0x50e72c[_0x43a771(0x23f)]){case _0x43a771(0x244):return'BBOX('+_0x50e72c[_0x43a771(0x22f)]+','+_0x50e72c[_0x43a771(0x239)][_0x43a771(0x225)](',')+','+_0x50e72c[_0x43a771(0x24b)]+')';case'Within':return _0x43a771(0x221)+_0x50e72c[_0x43a771(0x22f)]+',\x20'+this['readGeometry'](_0x50e72c['geometry'])+')';case _0x43a771(0x21b):return _0x43a771(0x203)+_0x50e72c[_0x43a771(0x22f)]+',\x20'+this[_0x43a771(0x204)](_0x50e72c[_0x43a771(0x1e7)])+')';case _0x43a771(0x246):return _0x43a771(0x20a)+_0x50e72c[_0x43a771(0x22f)]+',\x20'+this['readGeometry'](_0x50e72c[_0x43a771(0x1e7)])+')';case _0x43a771(0x1f6):return _0x43a771(0x232)+this[_0x43a771(0x210)](_0x50e72c[_0x43a771(0x224)])+')';case _0x43a771(0x219):case'Or':{let _0x5c280c='(',_0x4765f5=!![];for(let _0x3abe62=0x0;_0x3abe62<_0x50e72c[_0x43a771(0x1f1)][_0x43a771(0x22b)];_0x3abe62++){_0x4765f5?_0x4765f5=![]:_0x5c280c+=')\x20'+_0x50e72c[_0x43a771(0x23f)][_0x43a771(0x1eb)]()+'\x20(',_0x5c280c+=this[_0x43a771(0x210)](_0x50e72c[_0x43a771(0x1f1)][_0x3abe62]);}return _0x5c280c+')';}case _0x43a771(0x209):return _0x50e72c[_0x43a771(0x22d)]+'\x20BETWEEN\x20'+this['write'](_0x50e72c['lowerBoundary'])+_0x43a771(0x1ff)+this[_0x43a771(0x210)](_0x50e72c[_0x43a771(0x20c)]);case _0x43a771(0x220):case _0x43a771(0x222):case _0x43a771(0x20b):case _0x43a771(0x23a):case _0x43a771(0x230):case _0x43a771(0x1f8):case _0x43a771(0x1f7):case _0x43a771(0x1e4):{return _0x50e72c[_0x43a771(0x240)]!==null?_0x50e72c[_0x43a771(0x211)]+'\x20'+this['operatorReverse'][_0x50e72c[_0x43a771(0x23f)]]+'\x20'+this[_0x43a771(0x210)](_0x50e72c[_0x43a771(0x240)]):_0x50e72c['propertyName']+'\x20'+this['operatorReverse'][_0x50e72c[_0x43a771(0x23f)]];}case undefined:if(typeof _0x50e72c===_0x43a771(0x236))return'\x27'+_0x50e72c['replace'](/'/g,'\x27\x27')+'\x27';else{if(typeof _0x50e72c==='number')return String(_0x50e72c);}break;default:throw new Error(_0x43a771(0x228)+_0x50e72c[_0x43a771(0x1ed)]+'\x20'+_0x50e72c);}}[a74_0x524652(0x204)](_0x5539b3){const _0x14de5d=a74_0x524652;if(_0x5539b3 instanceof a74_0x159efe)return new WKT()[_0x14de5d(0x241)](_0x5539b3);}}function a74_0x1438(){const _0x587f0a=['notEqualTo','patterns','tagName_','expression','writeGeometry','tokens','BETWEEN','BBOX','tryToken','Contains','1601768gWpfEE','Unknown\x20token\x20type\x20','push','8272TQaXZu','srsName','SPATIAL','301691YGctjv','GEOMETRY','greaterThanOrEqualTo','END','and','PropertyIsNull','equalTo','LIKE','geometry','VALUE','WITHIN','lessThan','toLowerCase','like','CLASS_NAME','logicals','ERROR:\x20In\x20parsing:\x20[','lessThanOrEqualTo','conditions','\x0a\x20\x20\x20\x20','indexOf','5PKQZRm','],\x20expected\x20one\x20of:\x20','Not','PropertyIsLike','PropertyIsGreaterThanOrEqualTo','inPatterns','PROPERTY','COMPARISON','not','CQL解析失败:','exec','\x20AND\x20','buildAst','remainder','replace','INTERSECTS(','readGeometry','1069995Updwmr','RPAREN','LOGICAL','NOT','PropertyIsBetween','CONTAINS(','PropertyIsLessThan','upperBoundary','488210MaQvGv','warn','COMMA','write','propertyName','INTERSECTS','pop','replaceAll','toUpperCase','3789QmSySP','precedence','tokenize','And','read','Intersects','type','substring','index','1482380Rznblg','PropertyIsEqualTo','WITHIN(','PropertyIsNotEqualTo','1782690bbBusd','condition','join','between','within','Can\x27t\x20encode:\x20','No\x20follows\x20list\x20for\x20','text','length','IS_NULL','property','LPAREN','geometryName','PropertyIsGreaterThan','contains','NOT\x20(','charAt','follows','operatorReverse','string','shift','bbox','extent','PropertyIsLessThanOrEqualTo','nextToken','isNull'];a74_0x1438=function(){return _0x587f0a;};return a74_0x1438();}
1
+ const a78_0x498442=a78_0x5656;function a78_0x1aa5(){const _0x1e6a9b=['CONTAINS','PropertyIsNull','parseInToOr','contains','toUpperCase','172aMJkuv','lessThan','INTERSECTS(','logicals','lowerBoundary','8492024sjwRQD','36591kSbRoR','\x20AND\x20','PropertyIsLessThan','GEOMETRY','number','tokenize','PropertyIsGreaterThan','剩余的节点无法解析:\x20\x0a','tagName_','INTERSECTS','within','warn','remainder','split','patterns','indexOf','536454PsvmZW','RPAREN','type','LPAREN','No\x20follows\x20list\x20for\x20','PropertyIsNotEqualTo','636PuGWgi','SPATIAL','conditions','shift','CONTAINS(','charAt','CQL解析失败:','write','match','Not','PropertyIsLessThanOrEqualTo','NOT','1075068kxDuHd','length','writeGeometry','geometryName','between','\x20BETWEEN\x20','isNull','COMPARISON','\x0a\x20\x20\x20\x20','read','replace','BBOX','70qsgtpQ','COMMA','IS_NULL','Within','VALUE','BETWEEN','readGeometry','operatorReverse','nextToken','tokens','push','bbox','toLowerCase','tryToken','intersects','propertyName','replaceAll','srsName','text','substring','PropertyIsBetween','84YraWCF','property','operators','NOT\x20(','notEqualTo','exec','CLASS_NAME','inPatterns','greaterThan','LIKE','extent','Unknown\x20token\x20type\x20','10555LJnuAt','lessThanOrEqualTo','PROPERTY','BBOX(','END','buildAst','LOGICAL','21046260ZwxxLz','index','not','11VfqavP','precedence','91532OPVTev','pop','\x20or\x20','follows','geometry','WITHIN','PropertyIsEqualTo','ERROR:\x20In\x20parsing:\x20['];a78_0x1aa5=function(){return _0x1e6a9b;};return a78_0x1aa5();}(function(_0x2d9579,_0x290f5c){const _0x41fcc7=a78_0x5656,_0x3cfe51=_0x2d9579();while(!![]){try{const _0x3738de=parseInt(_0x41fcc7(0x1f4))/0x1+parseInt(_0x41fcc7(0x201))/0x2*(parseInt(_0x41fcc7(0x207))/0x3)+parseInt(_0x41fcc7(0x1af))/0x4*(parseInt(_0x41fcc7(0x1e8))/0x5)+parseInt(_0x41fcc7(0x1a9))/0x6*(parseInt(_0x41fcc7(0x1dc))/0x7)+-parseInt(_0x41fcc7(0x206))/0x8+parseInt(_0x41fcc7(0x1bb))/0x9*(parseInt(_0x41fcc7(0x1c7))/0xa)+parseInt(_0x41fcc7(0x1f2))/0xb*(-parseInt(_0x41fcc7(0x1ef))/0xc);if(_0x3738de===_0x290f5c)break;else _0x3cfe51['push'](_0x3cfe51['shift']());}catch(_0x4de695){_0x3cfe51['push'](_0x3cfe51['shift']());}}}(a78_0x1aa5,0x8b1ed));import*as a78_0x359d74 from'ol/format/filter';function a78_0x5656(_0x2e6997,_0x47980c){const _0x1aa53f=a78_0x1aa5();return a78_0x5656=function(_0x5656a7,_0x3fef0c){_0x5656a7=_0x5656a7-0x1a8;let _0x5b2f9d=_0x1aa53f[_0x5656a7];return _0x5b2f9d;},a78_0x5656(_0x2e6997,_0x47980c);}import{WKT}from'ol/format';import a78_0x163a99 from'ol/geom/Geometry';export default class CQL{constructor(){const _0xf36773=a78_0x5656;this[_0xf36773(0x1e3)]=/ (IN) /i,this[_0xf36773(0x1d0)]=[_0xf36773(0x1ea),'COMPARISON',_0xf36773(0x1cb),'LOGICAL'],this[_0xf36773(0x215)]={'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(_0x1589c0){const _0x1716c8=_0xf36773;let _0x5378a0=/^(POINT|LINESTRING|POLYGON|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION)/[_0x1716c8(0x1e1)](_0x1589c0);if(_0x5378a0){let _0x410517=_0x1589c0[_0x1716c8(0x1bc)],_0x4de533=_0x1589c0[_0x1716c8(0x1a8)]('(',_0x5378a0[0x0][_0x1716c8(0x1bc)]);if(_0x4de533>-0x1){let _0x193ea4=0x1;while(_0x4de533<_0x410517&&_0x193ea4>0x0){_0x4de533++;switch(_0x1589c0[_0x1716c8(0x1b4)](_0x4de533)){case'(':_0x193ea4++;break;case')':_0x193ea4--;break;default:}}}return[_0x1589c0[_0x1716c8(0x1da)](0x0,_0x4de533+0x1)];}},'END':/^$/},this['follows']={'LPAREN':[_0xf36773(0x20a),_0xf36773(0x1b0),_0xf36773(0x1ea),'VALUE',_0xf36773(0x1ac)],'RPAREN':[_0xf36773(0x1ba),_0xf36773(0x1ee),_0xf36773(0x1ec),_0xf36773(0x1aa)],'PROPERTY':[_0xf36773(0x1c2),_0xf36773(0x1cc),_0xf36773(0x1c8),'IS_NULL'],'BETWEEN':[_0xf36773(0x1cb)],'IS_NULL':[_0xf36773(0x1ec)],'COMPARISON':[_0xf36773(0x1cb)],'COMMA':[_0xf36773(0x20a),_0xf36773(0x1cb),'PROPERTY'],'VALUE':[_0xf36773(0x1ee),_0xf36773(0x1c8),_0xf36773(0x1aa),'END'],'SPATIAL':[_0xf36773(0x1ac)],'LOGICAL':[_0xf36773(0x1ba),_0xf36773(0x1cb),_0xf36773(0x1b0),_0xf36773(0x1ea),_0xf36773(0x1ac)],'NOT':[_0xf36773(0x1ea),'LPAREN'],'GEOMETRY':[_0xf36773(0x1c8),'RPAREN']},this[_0xf36773(0x1de)]={'=':a78_0x359d74['equalTo'],'<>':a78_0x359d74[_0xf36773(0x1e0)],'<':a78_0x359d74[_0xf36773(0x202)],'<=':a78_0x359d74[_0xf36773(0x1e9)],'>':a78_0x359d74[_0xf36773(0x1e4)],'>=':a78_0x359d74['greaterThanOrEqualTo'],'LIKE':a78_0x359d74['like'],'BETWEEN':a78_0x359d74['between'],'IS\x20NULL':a78_0x359d74[_0xf36773(0x1c1)]},this[_0xf36773(0x1ce)]={'PropertyIsEqualTo':'=','PropertyIsNotEqualTo':'<>','PropertyIsLessThan':'<','PropertyIsLessThanOrEqualTo':'<=','PropertyIsGreaterThan':'>','PropertyIsGreaterThanOrEqualTo':'>=','PropertyIsLike':_0xf36773(0x1e5),'PropertyIsNull':'IS\x20NULL','PropertyIsBetween':_0xf36773(0x1cc)},this[_0xf36773(0x204)]={'AND':a78_0x359d74['and'],'OR':a78_0x359d74['or']},this[_0xf36773(0x1f3)]={'RPAREN':0x3,'LOGICAL':0x2,'COMPARISON':0x1};}[a78_0x498442(0x1d4)](_0x202c4e,_0x4002ff){const _0x4332e4=a78_0x498442;return _0x4002ff instanceof RegExp?_0x4002ff[_0x4332e4(0x1e1)](_0x202c4e):_0x4002ff(_0x202c4e);}[a78_0x498442(0x1cf)](_0x4c449a,_0xa99f41){const _0x24f532=a78_0x498442;let _0x33315b,_0x2374fd,_0x294858=_0xa99f41['length'];for(_0x33315b=0x0;_0x33315b<_0x294858;_0x33315b++){_0x2374fd=_0xa99f41[_0x33315b];let _0x27a68f=this[_0x24f532(0x215)][_0x2374fd],_0x255bd2=this[_0x24f532(0x1d4)](_0x4c449a,_0x27a68f);if(_0x255bd2){let _0x4a0590=_0x255bd2[0x0],_0x344205=_0x4c449a[_0x24f532(0x1da)](_0x4a0590['length'])[_0x24f532(0x1c5)](/^\s*/,'');return{'type':_0x2374fd,'text':_0x4a0590,'remainder':_0x344205};}}let _0x2b3e34=_0x24f532(0x1fb)+_0x4c449a+'],\x20expected\x20one\x20of:\x20';for(_0x33315b=0x0;_0x33315b<_0x294858;_0x33315b++){_0x2374fd=_0xa99f41[_0x33315b],_0x2b3e34+=_0x24f532(0x1c3)+_0x2374fd+':\x20'+this[_0x24f532(0x215)][_0x2374fd];}throw new Error(_0x2b3e34);}[a78_0x498442(0x20c)](_0x41484d){const _0x3e7b87=a78_0x498442;_0x41484d=_0x41484d[_0x3e7b87(0x1d7)]('[','')[_0x3e7b87(0x1d7)](']','');let _0x2037f5=this[_0x3e7b87(0x1d4)](_0x41484d,this['inPatterns']);_0x2037f5&&(_0x41484d=this['parseInToOr'](_0x41484d,_0x2037f5));let _0x4173ce=[],_0x470f2d,_0x28421e=[_0x3e7b87(0x1ba),_0x3e7b87(0x20a),_0x3e7b87(0x1b0),'PROPERTY',_0x3e7b87(0x1ac)];do{_0x470f2d=this['nextToken'](_0x41484d,_0x28421e),_0x41484d=_0x470f2d[_0x3e7b87(0x213)],_0x28421e=this[_0x3e7b87(0x1f7)][_0x470f2d[_0x3e7b87(0x1ab)]];if(_0x470f2d[_0x3e7b87(0x1ab)]!==_0x3e7b87(0x1ec)&&!_0x28421e)throw new Error(_0x3e7b87(0x1ad)+_0x470f2d[_0x3e7b87(0x1ab)]);_0x4173ce['push'](_0x470f2d);}while(_0x470f2d['type']!==_0x3e7b87(0x1ec));return _0x4173ce;}[a78_0x498442(0x1fe)](_0x36acaf,_0x4ac0e2){const _0xd18edd=a78_0x498442;let _0x5e1458=this[_0xd18edd(0x1d4)](_0x36acaf,/\((.+?)\)/g);if(_0x5e1458){let _0x5b94f3=_0x36acaf['substring'](0x0,_0x4ac0e2[_0xd18edd(0x1f0)]),_0x1ba945=_0x5e1458[0x1],_0x1bcbe1=_0x1ba945[_0xd18edd(0x1d7)]('\x20','')[_0xd18edd(0x214)](','),_0x5f02d1='',_0x1f5ba7='';if(_0x5b94f3[_0xd18edd(0x1a8)]('\x20')>-0x1){let _0x4891ea=_0x5b94f3['lastIndexOf']('\x20');_0x1f5ba7=_0x5b94f3['substring'](0x0,_0x4891ea+0x1),_0x5f02d1=_0x5b94f3['substring'](_0x4891ea+0x1,_0x5b94f3[_0xd18edd(0x1bc)]);}else _0x5f02d1=_0x5b94f3;let _0x4ba965=_0x1f5ba7;for(let _0x14675d=0x0;_0x14675d<_0x1bcbe1['length'];_0x14675d++){let _0x3c95fc=_0x1bcbe1[_0x14675d];_0x4ba965+=_0x5f02d1+'='+_0x3c95fc,_0x14675d<_0x1bcbe1[_0xd18edd(0x1bc)]-0x1&&(_0x4ba965+=_0xd18edd(0x1f6));}return _0x4ba965;}return _0x36acaf;}[a78_0x498442(0x1ed)](_0x327f99){const _0x54b228=a78_0x498442;let _0x5a6056=this,_0xeb7473=[],_0xecb88d=[];while(_0x327f99['length']){let _0xf65827=_0x327f99[_0x54b228(0x1b2)]();switch(_0xf65827[_0x54b228(0x1ab)]){case'PROPERTY':case _0x54b228(0x20a):case'VALUE':_0xecb88d[_0x54b228(0x1d1)](_0xf65827);break;case _0x54b228(0x1c2):case'BETWEEN':case _0x54b228(0x1c9):case _0x54b228(0x1ee):{let _0x435cb4=this[_0x54b228(0x1f3)][_0xf65827['type']];while(_0xeb7473['length']>0x0&&this[_0x54b228(0x1f3)][_0xeb7473[_0xeb7473['length']-0x1][_0x54b228(0x1ab)]]<=_0x435cb4){_0xecb88d[_0x54b228(0x1d1)](_0xeb7473['pop']());}_0xeb7473[_0x54b228(0x1d1)](_0xf65827);break;}case _0x54b228(0x1b0):case'NOT':case _0x54b228(0x1ac):_0xeb7473[_0x54b228(0x1d1)](_0xf65827);break;case _0x54b228(0x1aa):while(_0xeb7473['length']>0x0&&_0xeb7473[_0xeb7473[_0x54b228(0x1bc)]-0x1][_0x54b228(0x1ab)]!=='LPAREN'){_0xecb88d[_0x54b228(0x1d1)](_0xeb7473['pop']());}_0xeb7473[_0x54b228(0x1f5)]();_0xeb7473[_0x54b228(0x1bc)]>0x0&&(_0xeb7473[_0xeb7473[_0x54b228(0x1bc)]-0x1]['type']==='SPATIAL'||_0xeb7473[_0xeb7473['length']-0x1][_0x54b228(0x1ab)]==='NOT')&&_0xecb88d[_0x54b228(0x1d1)](_0xeb7473['pop']());break;case _0x54b228(0x1c8):case'END':break;default:throw new Error(_0x54b228(0x1e7)+_0xf65827[_0x54b228(0x1ab)]);}}while(_0xeb7473[_0x54b228(0x1bc)]>0x0){_0xecb88d[_0x54b228(0x1d1)](_0xeb7473[_0x54b228(0x1f5)]());}function _0x1f8266(){const _0x1fe89e=_0x54b228;let _0x4eef6b,_0x40635d,_0x13c710=_0xecb88d[_0x1fe89e(0x1f5)]();switch(_0x13c710[_0x1fe89e(0x1ab)]){case'LOGICAL':{let _0x289a5d=_0x1f8266(),_0x3474f9=_0x1f8266();return new _0x5a6056['logicals'][(_0x13c710[_0x1fe89e(0x1d9)][_0x1fe89e(0x200)]())](_0x3474f9,_0x289a5d);}case'NOT':{let _0x274c4f=_0x1f8266();return a78_0x359d74[_0x1fe89e(0x1f1)](_0x274c4f);}case'BETWEEN':{let _0x5aa4ca,_0x1c124a;return _0xecb88d[_0x1fe89e(0x1f5)](),_0x1c124a=_0x1f8266(),_0x5aa4ca=_0x1f8266(),_0x40635d=_0x1f8266(),a78_0x359d74[_0x1fe89e(0x1bf)](_0x40635d,_0x5aa4ca,_0x1c124a);}case _0x1fe89e(0x1c2):{return _0x4eef6b=_0x1f8266(),_0x40635d=_0x1f8266(),new _0x5a6056[(_0x1fe89e(0x1de))][(_0x13c710[_0x1fe89e(0x1d9)]['toUpperCase']())](_0x40635d,_0x4eef6b);}case'IS_NULL':_0x40635d=_0x1f8266();return new _0x5a6056[(_0x1fe89e(0x1de))][(_0x13c710[_0x1fe89e(0x1d9)][_0x1fe89e(0x200)]())](_0x40635d);case _0x1fe89e(0x1cb):{let _0x38a538=_0x13c710['text'][_0x1fe89e(0x1b7)](/^'(.*)'$/);return _0x38a538?_0x38a538[0x1][_0x1fe89e(0x1c5)](/''/g,'\x27'):Number(_0x13c710['text']);}case'SPATIAL':switch(_0x13c710[_0x1fe89e(0x1d9)]['toUpperCase']()){case _0x1fe89e(0x1c6):{let _0x33efa2=_0x1f8266(),_0x17a191=_0x1f8266(),_0xe33405=_0x1f8266(),_0x37052e=_0x1f8266(),_0x289037=_0x1f8266();return a78_0x359d74[_0x1fe89e(0x1d2)](_0x289037,[_0x37052e,_0xe33405,_0x17a191,_0x33efa2]);}case _0x1fe89e(0x210):_0x4eef6b=_0x1f8266(),_0x40635d=_0x1f8266();return a78_0x359d74[_0x1fe89e(0x1d5)](_0x40635d,_0x4eef6b);case _0x1fe89e(0x1f9):_0x4eef6b=_0x1f8266(),_0x40635d=_0x1f8266();return a78_0x359d74[_0x1fe89e(0x211)](_0x40635d,_0x4eef6b);case _0x1fe89e(0x1fc):_0x4eef6b=_0x1f8266(),_0x40635d=_0x1f8266();return a78_0x359d74[_0x1fe89e(0x1ff)](_0x40635d,_0x4eef6b);}break;case _0x1fe89e(0x20a):return new WKT()[_0x1fe89e(0x1cd)](_0x13c710[_0x1fe89e(0x1d9)],{});default:return _0x13c710[_0x1fe89e(0x1d9)];}}let _0x56118a=_0x1f8266();if(_0xecb88d[_0x54b228(0x1bc)]>0x0){let _0x161510=_0x54b228(0x20e);for(let _0xcf5e47=_0xecb88d[_0x54b228(0x1bc)]-0x1;_0xcf5e47>=0x0;_0xcf5e47--){_0x161510+=_0xecb88d[_0xcf5e47][_0x54b228(0x1ab)]+':\x20'+_0xecb88d[_0xcf5e47]['text']+'\x0a';}throw new Error(_0x161510);}return _0x56118a;}[a78_0x498442(0x1c4)](_0x2df5e4){const _0x119240=a78_0x498442;try{return this[_0x119240(0x1ed)](this[_0x119240(0x20c)](_0x2df5e4));}catch(_0x4ac5b8){console[_0x119240(0x212)](_0x119240(0x1b5)+_0x2df5e4),console[_0x119240(0x212)](_0x4ac5b8);}}[a78_0x498442(0x1b6)](_0x2f0fc5){const _0x596656=a78_0x498442;switch(_0x2f0fc5[_0x596656(0x20f)]){case'BBOX':return _0x596656(0x1eb)+_0x2f0fc5[_0x596656(0x1be)]+','+_0x2f0fc5[_0x596656(0x1e6)]['join'](',')+','+_0x2f0fc5[_0x596656(0x1d8)]+')';case _0x596656(0x1ca):return'WITHIN('+_0x2f0fc5['geometryName']+',\x20'+this[_0x596656(0x1cd)](_0x2f0fc5[_0x596656(0x1f8)])+')';case'Intersects':return _0x596656(0x203)+_0x2f0fc5[_0x596656(0x1be)]+',\x20'+this[_0x596656(0x1cd)](_0x2f0fc5['geometry'])+')';case'Contains':return _0x596656(0x1b3)+_0x2f0fc5[_0x596656(0x1be)]+',\x20'+this['readGeometry'](_0x2f0fc5[_0x596656(0x1f8)])+')';case _0x596656(0x1b8):return _0x596656(0x1df)+this[_0x596656(0x1b6)](_0x2f0fc5['condition'])+')';case'And':case'Or':{let _0x4dce57='(',_0x48bef6=!![];for(let _0x2ba180=0x0;_0x2ba180<_0x2f0fc5[_0x596656(0x1b1)][_0x596656(0x1bc)];_0x2ba180++){_0x48bef6?_0x48bef6=![]:_0x4dce57+=')\x20'+_0x2f0fc5[_0x596656(0x20f)][_0x596656(0x1d3)]()+'\x20(',_0x4dce57+=this[_0x596656(0x1b6)](_0x2f0fc5[_0x596656(0x1b1)][_0x2ba180]);}return _0x4dce57+')';}case _0x596656(0x1db):return _0x2f0fc5[_0x596656(0x1dd)]+_0x596656(0x1c0)+this[_0x596656(0x1b6)](_0x2f0fc5[_0x596656(0x205)])+_0x596656(0x208)+this['write'](_0x2f0fc5['upperBoundary']);case _0x596656(0x1fa):case _0x596656(0x1ae):case _0x596656(0x209):case _0x596656(0x1b9):case _0x596656(0x20d):case'PropertyIsGreaterThanOrEqualTo':case'PropertyIsLike':case _0x596656(0x1fd):{return _0x2f0fc5['expression']!==null?_0x2f0fc5[_0x596656(0x1d6)]+'\x20'+this[_0x596656(0x1ce)][_0x2f0fc5[_0x596656(0x20f)]]+'\x20'+this[_0x596656(0x1b6)](_0x2f0fc5['expression']):_0x2f0fc5[_0x596656(0x1d6)]+'\x20'+this[_0x596656(0x1ce)][_0x2f0fc5[_0x596656(0x20f)]];}case undefined:if(typeof _0x2f0fc5==='string')return'\x27'+_0x2f0fc5[_0x596656(0x1c5)](/'/g,'\x27\x27')+'\x27';else{if(typeof _0x2f0fc5===_0x596656(0x20b))return String(_0x2f0fc5);}break;default:throw new Error('Can\x27t\x20encode:\x20'+_0x2f0fc5[_0x596656(0x1e2)]+'\x20'+_0x2f0fc5);}}[a78_0x498442(0x1cd)](_0x452f72){const _0x2a0692=a78_0x498442;if(_0x452f72 instanceof a78_0x163a99)return new WKT()[_0x2a0692(0x1bd)](_0x452f72);}}
@@ -1 +1 @@
1
- function a75_0x2471(){const _0xffb44=['182466dsNdkx','2764512odxWFK','6016995kpNpnm','conditions','property','PropertyIsLike','push','1357204yTVGyG','condition','And','tagName_','indexOf','PropertyIsGreaterThan','idMapLength','propertyName','idMap','PropertyIsNotEqualTo','upperBoundary','PropertyIsBetween','read','length','PropertyIsGreaterThanOrEqualTo','template','PropertyIsNull','expression','3204593HdFSOV','PropertyIsEqualTo','PropertyIsLessThanOrEqualTo','Not','PropertyIsLessThan','418206cISeCj','2012120SrzStf'];a75_0x2471=function(){return _0xffb44;};return a75_0x2471();}(function(_0x38dcd3,_0x485c99){const _0xbbfed8=a75_0x5566,_0x469d36=_0x38dcd3();while(!![]){try{const _0xdbb16c=parseInt(_0xbbfed8(0xec))/0x1+parseInt(_0xbbfed8(0x105))/0x2+-parseInt(_0xbbfed8(0x106))/0x3+-parseInt(_0xbbfed8(0x104))/0x4+parseInt(_0xbbfed8(0x107))/0x5+parseInt(_0xbbfed8(0x103))/0x6+-parseInt(_0xbbfed8(0xfe))/0x7;if(_0xdbb16c===_0x485c99)break;else _0x469d36['push'](_0x469d36['shift']());}catch(_0x437c8d){_0x469d36['push'](_0x469d36['shift']());}}}(a75_0x2471,0xcce24));function a75_0x5566(_0x3c97d5,_0x4ee1d8){const _0x247194=a75_0x2471();return a75_0x5566=function(_0x556637,_0x29e34d){_0x556637=_0x556637-0xeb;let _0x124145=_0x247194[_0x556637];return _0x124145;},a75_0x5566(_0x3c97d5,_0x4ee1d8);}import a75_0x3e2fd2 from'./CQL';export function isMatchCql(_0x32eaea,_0x4e7796){const _0x5afc6b=a75_0x5566;let _0x462053=new a75_0x3e2fd2()[_0x5afc6b(0xf8)](_0x4e7796);return isMatchFilter(_0x32eaea,_0x462053);}export function isMatchFilter(_0x13993c,_0x272a8f){const _0x571173=a75_0x5566;switch(_0x272a8f[_0x571173(0xef)]){case _0x571173(0x101):return!isMatchFilter(_0x13993c,_0x272a8f['condition']);case _0x571173(0xee):{let _0x3f6af0=!![];for(let _0x41dccf=0x0;_0x41dccf<_0x272a8f['conditions']['length'];_0x41dccf++){_0x3f6af0=_0x3f6af0&&isMatchFilter(_0x13993c,_0x272a8f['conditions'][_0x41dccf]);}return _0x3f6af0;}case'Or':{let _0x2d058a=![];for(let _0x1a0848=0x0;_0x1a0848<_0x272a8f[_0x571173(0x108)][_0x571173(0xf9)];_0x1a0848++){_0x2d058a=_0x2d058a||isMatchFilter(_0x13993c,_0x272a8f[_0x571173(0x108)][_0x1a0848]);}return _0x2d058a;}case _0x571173(0xf7):return _0x13993c[_0x272a8f[_0x571173(0x109)]]>_0x272a8f['lowerBoundary']&&_0x13993c[_0x272a8f[_0x571173(0x109)]]<_0x272a8f[_0x571173(0xf6)];case'PropertyIsEqualTo':return _0x13993c[_0x272a8f[_0x571173(0xf3)]]===_0x272a8f['expression'];case _0x571173(0xf5):return _0x13993c[_0x272a8f[_0x571173(0xf3)]]!==_0x272a8f[_0x571173(0xfd)];case _0x571173(0x102):return _0x13993c[_0x272a8f[_0x571173(0xf3)]]<_0x272a8f[_0x571173(0xfd)];case _0x571173(0x100):return _0x13993c[_0x272a8f['propertyName']]<=_0x272a8f[_0x571173(0xfd)];case _0x571173(0xf1):return _0x13993c[_0x272a8f[_0x571173(0xf3)]]>_0x272a8f[_0x571173(0xfd)];case'PropertyIsGreaterThanOrEqualTo':return _0x13993c[_0x272a8f['propertyName']]>=_0x272a8f[_0x571173(0xfd)];case _0x571173(0x10a):return _0x13993c[_0x272a8f[_0x571173(0xf3)]][_0x571173(0xf0)](_0x272a8f[_0x571173(0xfd)])>-0x1;case _0x571173(0xfc):{return!_0x13993c[_0x272a8f['propertyName']];}default:return![];}}export function isEqualFilter(_0x3fb07d,_0x409284){const _0x4417b2=a75_0x5566;switch(_0x3fb07d[_0x4417b2(0xef)]){case _0x4417b2(0x101):return _0x3fb07d[_0x4417b2(0xef)]===_0x409284[_0x4417b2(0xef)]&&isEqualFilter(_0x3fb07d[_0x4417b2(0xed)],_0x409284[_0x4417b2(0xed)]);case'Or':case'And':{let _0x2e3aac=_0x3fb07d[_0x4417b2(0xef)]===_0x409284[_0x4417b2(0xef)]&&_0x3fb07d[_0x4417b2(0x108)][_0x4417b2(0xf9)]===_0x409284[_0x4417b2(0x108)][_0x4417b2(0xf9)];for(let _0x27f145=0x0;_0x27f145<_0x3fb07d[_0x4417b2(0x108)]['length'];_0x27f145++){_0x2e3aac=_0x2e3aac&&isEqualFilter(_0x3fb07d[_0x4417b2(0x108)][_0x27f145],_0x409284[_0x4417b2(0x108)][_0x27f145]);}return _0x2e3aac;}case'PropertyIsBetween':return _0x3fb07d['tagName_']===_0x409284[_0x4417b2(0xef)]&&_0x3fb07d[_0x4417b2(0x109)]===_0x409284[_0x4417b2(0x109)];case _0x4417b2(0xff):case _0x4417b2(0xf5):case _0x4417b2(0x102):case _0x4417b2(0x100):case _0x4417b2(0xf1):case _0x4417b2(0xfa):case _0x4417b2(0x10a):case'PropertyIsNull':return _0x3fb07d['tagName_']===_0x409284[_0x4417b2(0xef)]&&_0x3fb07d[_0x4417b2(0xf3)]===_0x409284[_0x4417b2(0xf3)];default:return![];}}export function indexOfFilter(_0x2ae49a,_0x59be8c){const _0x76b666=a75_0x5566;let _0x5da723=-0x1;if((_0x2ae49a===null||_0x2ae49a===void 0x0?void 0x0:_0x2ae49a[_0x76b666(0xf9)])>0x0)for(let _0xf7c6dc in _0x2ae49a){if(isEqualFilter(_0x2ae49a[_0xf7c6dc][_0x76b666(0xfb)],_0x59be8c))return _0xf7c6dc;}return _0x5da723;}export function getIndexByTemplate(_0x44fc45,_0x375c17){const _0x199ade=a75_0x5566;let _0x3f52c2=_0x375c17[_0x199ade(0xfb)];if(_0x375c17[_0x199ade(0xf2)]>0x0){let _0x1b0f48=getKeyByTemplate(_0x44fc45,_0x3f52c2);if(_0x1b0f48 instanceof Array)for(let _0x17e733 in _0x1b0f48){let _0x50e7ac=_0x375c17[_0x199ade(0xf4)][_0x1b0f48[_0x17e733]+'_'+_0x17e733];if(_0x50e7ac)return _0x50e7ac;}else return _0x375c17[_0x199ade(0xf4)][_0x1b0f48];}return null;}export function getKeyByTemplate(_0x51ab92,_0x4f2251){const _0x3c0b69=a75_0x5566;switch(_0x4f2251[_0x3c0b69(0xef)]){case _0x3c0b69(0xff):{return _0x51ab92[_0x4f2251['propertyName']];}case _0x3c0b69(0xee):{let _0x482c65=[];for(let _0x238fe6=0x0;_0x238fe6<_0x4f2251['conditions'][_0x3c0b69(0xf9)];_0x238fe6++){let _0x2dcb8f=getKeyByTemplate(_0x51ab92,_0x4f2251[_0x3c0b69(0x108)][_0x238fe6]);_0x2dcb8f&&_0x482c65['push'](_0x2dcb8f);}return _0x482c65['join'](',');}case'Or':{let _0x68e08a=[];for(let _0x24b573=0x0;_0x24b573<_0x4f2251['conditions'][_0x3c0b69(0xf9)];_0x24b573++){let _0x883bc3=getKeyByTemplate(_0x51ab92,_0x4f2251['conditions'][_0x24b573]);_0x883bc3&&_0x68e08a['push'](_0x883bc3);}return _0x68e08a;}default:return null;}}export function createKeyFromFilter(_0x5e28e5){const _0x1e11e8=a75_0x5566;switch(_0x5e28e5[_0x1e11e8(0xef)]){case _0x1e11e8(0xff):return _0x5e28e5['expression'];case'And':{let _0xd83d93=[];for(let _0x23e5d4=0x0;_0x23e5d4<_0x5e28e5[_0x1e11e8(0x108)]['length'];_0x23e5d4++){let _0x1e2bba=createKeyFromFilter(_0x5e28e5[_0x1e11e8(0x108)][_0x23e5d4]);if(_0x1e2bba)_0xd83d93[_0x1e11e8(0xeb)](_0x1e2bba);else return null;}return _0xd83d93['join'](',');}case'Or':{let _0x48e351=[];for(let _0x2b1b7c=0x0;_0x2b1b7c<_0x5e28e5['conditions'][_0x1e11e8(0xf9)];_0x2b1b7c++){let _0x2b73dd=createKeyFromFilter(_0x5e28e5[_0x1e11e8(0x108)][_0x2b1b7c]);_0x2b73dd&&_0x48e351[_0x1e11e8(0xeb)](_0x2b73dd);}return _0x48e351;}default:return null;}}
1
+ (function(_0x7352c1,_0x3edeb0){const _0x9944f1=a79_0x1b45,_0x58601d=_0x7352c1();while(!![]){try{const _0x488917=-parseInt(_0x9944f1(0x1c3))/0x1*(parseInt(_0x9944f1(0x1cd))/0x2)+parseInt(_0x9944f1(0x1cc))/0x3+-parseInt(_0x9944f1(0x1ce))/0x4+-parseInt(_0x9944f1(0x1da))/0x5*(parseInt(_0x9944f1(0x1db))/0x6)+parseInt(_0x9944f1(0x1c2))/0x7*(parseInt(_0x9944f1(0x1c0))/0x8)+parseInt(_0x9944f1(0x1bf))/0x9+parseInt(_0x9944f1(0x1be))/0xa*(-parseInt(_0x9944f1(0x1c6))/0xb);if(_0x488917===_0x3edeb0)break;else _0x58601d['push'](_0x58601d['shift']());}catch(_0x98337d){_0x58601d['push'](_0x58601d['shift']());}}}(a79_0xec69,0x3f3bd));import a79_0x36c786 from'./CQL';function a79_0xec69(){const _0x21ce4a=['property','1346862VulYFt','94pZhqZD','1540068IFbkEL','idMap','tagName_','length','upperBoundary','PropertyIsNull','PropertyIsBetween','PropertyIsGreaterThanOrEqualTo','Not','PropertyIsLike','push','idMapLength','15bwxUnh','112152qdFWUR','template','join','PropertyIsNotEqualTo','PropertyIsGreaterThan','propertyName','And','964420DViucd','4046157gLbrDt','8LxIuev','read','814597ONHimT','542IhQYkG','PropertyIsLessThan','lowerBoundary','33CgMwfZ','condition','PropertyIsEqualTo','expression','conditions'];a79_0xec69=function(){return _0x21ce4a;};return a79_0xec69();}function a79_0x1b45(_0x262296,_0x5b9402){const _0xec6993=a79_0xec69();return a79_0x1b45=function(_0x1b45ff,_0x467fbb){_0x1b45ff=_0x1b45ff-0x1bd;let _0x2149a8=_0xec6993[_0x1b45ff];return _0x2149a8;},a79_0x1b45(_0x262296,_0x5b9402);}export function isMatchCql(_0x576dfa,_0x68e639){const _0x13cda1=a79_0x1b45;let _0xbaa3c=new a79_0x36c786()[_0x13cda1(0x1c1)](_0x68e639);return isMatchFilter(_0x576dfa,_0xbaa3c);}export function isMatchFilter(_0xa7391,_0x1e927e){const _0x30979b=a79_0x1b45;switch(_0x1e927e[_0x30979b(0x1d0)]){case _0x30979b(0x1d6):return!isMatchFilter(_0xa7391,_0x1e927e['condition']);case _0x30979b(0x1bd):{let _0x4bc4e7=!![];for(let _0x519ee3=0x0;_0x519ee3<_0x1e927e[_0x30979b(0x1ca)][_0x30979b(0x1d1)];_0x519ee3++){_0x4bc4e7=_0x4bc4e7&&isMatchFilter(_0xa7391,_0x1e927e[_0x30979b(0x1ca)][_0x519ee3]);}return _0x4bc4e7;}case'Or':{let _0x51d0c0=![];for(let _0x3221c4=0x0;_0x3221c4<_0x1e927e[_0x30979b(0x1ca)][_0x30979b(0x1d1)];_0x3221c4++){_0x51d0c0=_0x51d0c0||isMatchFilter(_0xa7391,_0x1e927e[_0x30979b(0x1ca)][_0x3221c4]);}return _0x51d0c0;}case _0x30979b(0x1d4):return _0xa7391[_0x1e927e[_0x30979b(0x1cb)]]>_0x1e927e[_0x30979b(0x1c5)]&&_0xa7391[_0x1e927e[_0x30979b(0x1cb)]]<_0x1e927e[_0x30979b(0x1d2)];case _0x30979b(0x1c8):return _0xa7391[_0x1e927e['propertyName']]===_0x1e927e[_0x30979b(0x1c9)];case _0x30979b(0x1de):return _0xa7391[_0x1e927e['propertyName']]!==_0x1e927e['expression'];case _0x30979b(0x1c4):return _0xa7391[_0x1e927e[_0x30979b(0x1e0)]]<_0x1e927e['expression'];case'PropertyIsLessThanOrEqualTo':return _0xa7391[_0x1e927e[_0x30979b(0x1e0)]]<=_0x1e927e['expression'];case _0x30979b(0x1df):return _0xa7391[_0x1e927e[_0x30979b(0x1e0)]]>_0x1e927e['expression'];case _0x30979b(0x1d5):return _0xa7391[_0x1e927e['propertyName']]>=_0x1e927e[_0x30979b(0x1c9)];case _0x30979b(0x1d7):return _0xa7391[_0x1e927e[_0x30979b(0x1e0)]]['indexOf'](_0x1e927e['expression'])>-0x1;case _0x30979b(0x1d3):{return!_0xa7391[_0x1e927e[_0x30979b(0x1e0)]];}default:return![];}}export function isEqualFilter(_0x4acc79,_0x596556){const _0x43559e=a79_0x1b45;switch(_0x4acc79['tagName_']){case _0x43559e(0x1d6):return _0x4acc79['tagName_']===_0x596556[_0x43559e(0x1d0)]&&isEqualFilter(_0x4acc79[_0x43559e(0x1c7)],_0x596556[_0x43559e(0x1c7)]);case'Or':case _0x43559e(0x1bd):{let _0x1d604d=_0x4acc79[_0x43559e(0x1d0)]===_0x596556['tagName_']&&_0x4acc79[_0x43559e(0x1ca)][_0x43559e(0x1d1)]===_0x596556['conditions'][_0x43559e(0x1d1)];for(let _0x531020=0x0;_0x531020<_0x4acc79['conditions'][_0x43559e(0x1d1)];_0x531020++){_0x1d604d=_0x1d604d&&isEqualFilter(_0x4acc79[_0x43559e(0x1ca)][_0x531020],_0x596556[_0x43559e(0x1ca)][_0x531020]);}return _0x1d604d;}case _0x43559e(0x1d4):return _0x4acc79[_0x43559e(0x1d0)]===_0x596556['tagName_']&&_0x4acc79[_0x43559e(0x1cb)]===_0x596556[_0x43559e(0x1cb)];case _0x43559e(0x1c8):case _0x43559e(0x1de):case _0x43559e(0x1c4):case'PropertyIsLessThanOrEqualTo':case'PropertyIsGreaterThan':case'PropertyIsGreaterThanOrEqualTo':case _0x43559e(0x1d7):case _0x43559e(0x1d3):return _0x4acc79[_0x43559e(0x1d0)]===_0x596556['tagName_']&&_0x4acc79['propertyName']===_0x596556[_0x43559e(0x1e0)];default:return![];}}export function indexOfFilter(_0x4f8fa6,_0x4d18d5){const _0x138d5c=a79_0x1b45;let _0x5606d5=-0x1;if((_0x4f8fa6===null||_0x4f8fa6===void 0x0?void 0x0:_0x4f8fa6[_0x138d5c(0x1d1)])>0x0)for(let _0x2e7c18 in _0x4f8fa6){if(isEqualFilter(_0x4f8fa6[_0x2e7c18]['template'],_0x4d18d5))return _0x2e7c18;}return _0x5606d5;}export function getIndexByTemplate(_0x22454b,_0x27260c){const _0x1e5c7e=a79_0x1b45;let _0xcf8cac=_0x27260c[_0x1e5c7e(0x1dc)];if(_0x27260c[_0x1e5c7e(0x1d9)]>0x0){let _0xa7e437=getKeyByTemplate(_0x22454b,_0xcf8cac);if(_0xa7e437 instanceof Array)for(let _0x206a2b in _0xa7e437){let _0x5c2d5c=_0x27260c['idMap'][_0xa7e437[_0x206a2b]+'_'+_0x206a2b];if(_0x5c2d5c)return _0x5c2d5c;}else return _0x27260c[_0x1e5c7e(0x1cf)][_0xa7e437];}return null;}export function getKeyByTemplate(_0x421071,_0x4af180){const _0x418987=a79_0x1b45;switch(_0x4af180[_0x418987(0x1d0)]){case'PropertyIsEqualTo':{return _0x421071[_0x4af180[_0x418987(0x1e0)]];}case _0x418987(0x1bd):{let _0x263992=[];for(let _0x1a9967=0x0;_0x1a9967<_0x4af180[_0x418987(0x1ca)][_0x418987(0x1d1)];_0x1a9967++){let _0x35d30d=getKeyByTemplate(_0x421071,_0x4af180[_0x418987(0x1ca)][_0x1a9967]);_0x35d30d&&_0x263992[_0x418987(0x1d8)](_0x35d30d);}return _0x263992[_0x418987(0x1dd)](',');}case'Or':{let _0x498240=[];for(let _0x55ab5c=0x0;_0x55ab5c<_0x4af180[_0x418987(0x1ca)][_0x418987(0x1d1)];_0x55ab5c++){let _0xef97f8=getKeyByTemplate(_0x421071,_0x4af180['conditions'][_0x55ab5c]);_0xef97f8&&_0x498240[_0x418987(0x1d8)](_0xef97f8);}return _0x498240;}default:return null;}}export function createKeyFromFilter(_0x351f8f){const _0x1539bb=a79_0x1b45;switch(_0x351f8f[_0x1539bb(0x1d0)]){case _0x1539bb(0x1c8):return _0x351f8f[_0x1539bb(0x1c9)];case'And':{let _0xb2d62b=[];for(let _0x495325=0x0;_0x495325<_0x351f8f[_0x1539bb(0x1ca)][_0x1539bb(0x1d1)];_0x495325++){let _0xe249a7=createKeyFromFilter(_0x351f8f[_0x1539bb(0x1ca)][_0x495325]);if(_0xe249a7)_0xb2d62b[_0x1539bb(0x1d8)](_0xe249a7);else return null;}return _0xb2d62b['join'](',');}case'Or':{let _0x59ef4d=[];for(let _0x52db0a=0x0;_0x52db0a<_0x351f8f[_0x1539bb(0x1ca)][_0x1539bb(0x1d1)];_0x52db0a++){let _0x5ebd72=createKeyFromFilter(_0x351f8f[_0x1539bb(0x1ca)][_0x52db0a]);_0x5ebd72&&_0x59ef4d[_0x1539bb(0x1d8)](_0x5ebd72);}return _0x59ef4d;}default:return null;}}
@@ -1 +1 @@
1
- const a78_0x5f050d=a78_0x3558;(function(_0x50094a,_0x31723b){const _0x2be362=a78_0x3558,_0x1bfbdc=_0x50094a();while(!![]){try{const _0xdd8117=-parseInt(_0x2be362(0x8e))/0x1+parseInt(_0x2be362(0x83))/0x2+parseInt(_0x2be362(0x86))/0x3*(-parseInt(_0x2be362(0x89))/0x4)+parseInt(_0x2be362(0x80))/0x5+parseInt(_0x2be362(0x81))/0x6+parseInt(_0x2be362(0x8f))/0x7*(-parseInt(_0x2be362(0x90))/0x8)+-parseInt(_0x2be362(0x91))/0x9*(-parseInt(_0x2be362(0x92))/0xa);if(_0xdd8117===_0x31723b)break;else _0x1bfbdc['push'](_0x1bfbdc['shift']());}catch(_0x50cee3){_0x1bfbdc['push'](_0x1bfbdc['shift']());}}}(a78_0x27c2,0xa2042));function a78_0x27c2(){const _0x546956=['image','905288AcrXdU','markerColor','null','2337KPjsgQ','cacheSize_','cache_','4348TQyfOc','clear','get','markerSize','set','1135123eeSEvq','2109359chiqxB','8EtITTV','657dGpKAh','145670LguaqS','4822095NeILVV','2798382hoXrnI'];a78_0x27c2=function(){return _0x546956;};return a78_0x27c2();}function a78_0x3558(_0x2b18ee,_0x499382){const _0x27c2d1=a78_0x27c2();return a78_0x3558=function(_0x35587b,_0x4ed4ca){_0x35587b=_0x35587b-0x80;let _0x56bcd5=_0x27c2d1[_0x35587b];return _0x56bcd5;},a78_0x3558(_0x2b18ee,_0x499382);}import{asString}from'ol/color';class ImageCache{constructor(){const _0x304d12=a78_0x3558;this['cache_']={},this[_0x304d12(0x87)]=0x0;}[a78_0x5f050d(0x8a)](){const _0x484f2b=a78_0x5f050d;this[_0x484f2b(0x88)]={},this['cacheSize_']=0x0;}[a78_0x5f050d(0x8b)](_0xa5fb87){const _0x1077e6=a78_0x5f050d,_0x35c7e0=getKey(_0xa5fb87['markerLabel'],_0xa5fb87[_0x1077e6(0x8c)],_0xa5fb87[_0x1077e6(0x84)],_0xa5fb87['image']);return _0x35c7e0 in this[_0x1077e6(0x88)]?this[_0x1077e6(0x88)][_0x35c7e0]:null;}[a78_0x5f050d(0x8d)](_0x11b9ed,_0xd91943){const _0x18209a=a78_0x5f050d,_0x3943b0=getKey(_0x11b9ed['markerLabel'],_0x11b9ed[_0x18209a(0x8c)],_0x11b9ed[_0x18209a(0x84)],_0x11b9ed[_0x18209a(0x82)]);this[_0x18209a(0x88)][_0x3943b0]=_0xd91943,++this['cacheSize_'];}}function getKey(_0x4f5199,_0x596551,_0x53b9bf,_0x3095a2){const _0x3350da=a78_0x5f050d,_0x2700e4=_0x53b9bf?asString(_0x53b9bf):_0x3350da(0x85);return _0x4f5199+':'+_0x3095a2+':'+_0x2700e4+':'+_0x596551;}export default ImageCache;export const shared=new ImageCache();
1
+ function a82_0x394a(_0x6f88d6,_0x5d17f1){const _0x4c4298=a82_0x4c42();return a82_0x394a=function(_0x394a5a,_0x483aef){_0x394a5a=_0x394a5a-0x9f;let _0x31f87c=_0x4c4298[_0x394a5a];return _0x31f87c;},a82_0x394a(_0x6f88d6,_0x5d17f1);}function a82_0x4c42(){const _0x4885cb=['clear','markerColor','202851LXpIIt','cache_','image','markerSize','1675SygVrJ','null','3556AMeOLe','522KQUvYu','502MYHaGt','1755615LPCnwN','set','cacheSize_','765654FtFpks','187100gYTeNT','580DIYMqV','markerLabel','get','365040JcPXST'];a82_0x4c42=function(){return _0x4885cb;};return a82_0x4c42();}const a82_0x2d0d50=a82_0x394a;(function(_0x150ff2,_0x4234cf){const _0x2b4612=a82_0x394a,_0x11beae=_0x150ff2();while(!![]){try{const _0xa1461=-parseInt(_0x2b4612(0xaf))/0x1*(parseInt(_0x2b4612(0x9f))/0x2)+-parseInt(_0x2b4612(0xa3))/0x3+-parseInt(_0x2b4612(0xa4))/0x4+-parseInt(_0x2b4612(0xa0))/0x5+-parseInt(_0x2b4612(0xb2))/0x6*(parseInt(_0x2b4612(0xb1))/0x7)+parseInt(_0x2b4612(0xa8))/0x8+parseInt(_0x2b4612(0xab))/0x9*(parseInt(_0x2b4612(0xa5))/0xa);if(_0xa1461===_0x4234cf)break;else _0x11beae['push'](_0x11beae['shift']());}catch(_0xc85b7){_0x11beae['push'](_0x11beae['shift']());}}}(a82_0x4c42,0x39693));import{asString}from'ol/color';class ImageCache{constructor(){const _0x5b97ca=a82_0x394a;this[_0x5b97ca(0xac)]={},this[_0x5b97ca(0xa2)]=0x0;}[a82_0x2d0d50(0xa9)](){const _0x14f5f0=a82_0x2d0d50;this[_0x14f5f0(0xac)]={},this['cacheSize_']=0x0;}[a82_0x2d0d50(0xa7)](_0x588f54){const _0x2af670=a82_0x2d0d50,_0x43daff=getKey(_0x588f54['markerLabel'],_0x588f54[_0x2af670(0xae)],_0x588f54['markerColor'],_0x588f54[_0x2af670(0xad)]);return _0x43daff in this[_0x2af670(0xac)]?this[_0x2af670(0xac)][_0x43daff]:null;}[a82_0x2d0d50(0xa1)](_0x1c1c79,_0x2a2597){const _0x2f82f0=a82_0x2d0d50,_0x3d8cc6=getKey(_0x1c1c79[_0x2f82f0(0xa6)],_0x1c1c79[_0x2f82f0(0xae)],_0x1c1c79[_0x2f82f0(0xaa)],_0x1c1c79[_0x2f82f0(0xad)]);this[_0x2f82f0(0xac)][_0x3d8cc6]=_0x2a2597,++this[_0x2f82f0(0xa2)];}}function getKey(_0x2168b4,_0x414298,_0x53dac1,_0x568902){const _0x52b150=a82_0x2d0d50,_0x2222cb=_0x53dac1?asString(_0x53dac1):_0x52b150(0xb0);return _0x2168b4+':'+_0x568902+':'+_0x2222cb+':'+_0x414298;}export default ImageCache;export const shared=new ImageCache();