ym-gis-2d 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/assets/main.css +14 -2
  2. package/capabilities/index.js +1 -1
  3. package/controls/ControlManager.js +1 -1
  4. package/controls/IControlOptions.d.ts +1 -0
  5. package/controls/IControlOptions.d.ts.map +1 -1
  6. package/controls/LegendControl.d.ts +35 -0
  7. package/controls/LegendControl.d.ts.map +1 -0
  8. package/controls/LegendControl.js +1 -0
  9. package/controls/LegendControl.js.map +1 -0
  10. package/controls/MousePositionControl.js +1 -1
  11. package/controls/SwipeLayerControl.js +1 -1
  12. package/conver/kml/geoJSONToKml.js +1 -1
  13. package/conver/kml/index.js +1 -1
  14. package/conver/kml/kmlToGeoJSON.js +1 -1
  15. package/entity/Feature.js +1 -1
  16. package/entity/GeometryType.js +1 -1
  17. package/entity/layer/IMapService.d.ts +15 -0
  18. package/entity/layer/IMapService.d.ts.map +1 -1
  19. package/entity/legend/IGraphicSymbol.d.ts +15 -0
  20. package/entity/legend/IGraphicSymbol.d.ts.map +1 -0
  21. package/entity/legend/IGraphicSymbol.js +1 -0
  22. package/entity/legend/IGraphicSymbol.js.map +1 -0
  23. package/entity/legend/ILegend.d.ts +20 -0
  24. package/entity/legend/ILegend.d.ts.map +1 -0
  25. package/entity/legend/ILegend.js +1 -0
  26. package/entity/legend/ILegend.js.map +1 -0
  27. package/entity/legend/ILineSymbol.d.ts +23 -0
  28. package/entity/legend/ILineSymbol.d.ts.map +1 -0
  29. package/entity/legend/ILineSymbol.js +1 -0
  30. package/entity/legend/ILineSymbol.js.map +1 -0
  31. package/entity/legend/IPointSymbol.d.ts +32 -0
  32. package/entity/legend/IPointSymbol.d.ts.map +1 -0
  33. package/entity/legend/IPointSymbol.js +1 -0
  34. package/entity/legend/IPointSymbol.js.map +1 -0
  35. package/entity/legend/IPolygonSymbol.d.ts +31 -0
  36. package/entity/legend/IPolygonSymbol.d.ts.map +1 -0
  37. package/entity/legend/IPolygonSymbol.js +1 -0
  38. package/entity/legend/IPolygonSymbol.js.map +1 -0
  39. package/entity/legend/IRule.d.ts +20 -0
  40. package/entity/legend/IRule.d.ts.map +1 -0
  41. package/entity/legend/IRule.js +1 -0
  42. package/entity/legend/IRule.js.map +1 -0
  43. package/entity/legend/ISymbol.d.ts +22 -0
  44. package/entity/legend/ISymbol.d.ts.map +1 -0
  45. package/entity/legend/ISymbol.js +1 -0
  46. package/entity/legend/ISymbol.js.map +1 -0
  47. package/feature/FeatureManager.js +1 -1
  48. package/index.js +1 -1
  49. package/interaction/Draw.js +1 -1
  50. package/interaction/InteractionManager.js +1 -1
  51. package/interaction/Select.js +1 -1
  52. package/layers/ArcgisDynamicLayer.js +1 -1
  53. package/layers/ArcgisFeatureLayer.js +1 -1
  54. package/layers/ArcgisTileLayer.js +1 -1
  55. package/layers/ArcgisWMSLayer.js +1 -1
  56. package/layers/ArcgisWMTSLayer.js +1 -1
  57. package/layers/GeoserverVectorTile.js +1 -1
  58. package/layers/GeoserverWFSLayer.js +1 -1
  59. package/layers/GeoserverWMSLayer.js +1 -1
  60. package/layers/GeoserverWMTSLayer.js +1 -1
  61. package/layers/LayerManager.js +1 -1
  62. package/layers/TDTLayer.js +1 -1
  63. package/mapView/Map.d.ts.map +1 -1
  64. package/mapView/Map.js +1 -1
  65. package/mapView/Map.js.map +1 -1
  66. package/mapView/View.js +1 -1
  67. package/package.json +1 -1
  68. package/plot/Plot.js +1 -1
  69. package/plot/geometry/point/Point.js +1 -1
  70. package/plot/geometry/polygon/BasePolygon.js +1 -1
  71. package/plot/geometry/polygon/Circle.js +1 -1
  72. package/plot/geometry/polygon/Polygon.js +1 -1
  73. package/plot/geometry/polygon/RectAngle.js +1 -1
  74. package/plot/geometry/polyline/BaseLine.js +1 -1
  75. package/plot/geometry/polyline/Polyline.js +1 -1
  76. package/style/PointStyleFormat.js +1 -1
  77. package/style/PolygonStyleFormat.js +1 -1
  78. package/style/PolylineStyleFormat.js +1 -1
  79. package/style/StyleManager.js +1 -1
  80. package/style/common.js +1 -1
  81. package/style.css +1 -1
  82. package/utils/ArrayUtil.js +1 -1
  83. package/utils/AxiosUtil.js +1 -1
  84. package/utils/EsriUtil.js +1 -1
  85. package/utils/GeometryUtil.js +1 -1
  86. package/utils/LayerUtil.d.ts +13 -0
  87. package/utils/LayerUtil.d.ts.map +1 -1
  88. package/utils/LayerUtil.js +1 -1
  89. package/utils/LayerUtil.js.map +1 -1
  90. package/utils/RegisterProjUtil.js +1 -1
  91. package/utils/ResolutionUtil.js +1 -1
  92. package/utils/StringUtil.js +1 -1
  93. package/utils/StyleUtil.js +1 -1
  94. package/utils/UrlUtil.js +1 -1
  95. package/utils/XmlUtil.js +1 -1
  96. package/utils/format/CQL.js +1 -1
  97. package/utils/format/IsMatchCql.js +1 -1
  98. package/utils/plug/canvas/ImageCache.js +1 -1
  99. package/utils/plug/canvas/PinBuilder.js +1 -1
  100. package/utils/plug/canvas/PinIcon.js +1 -1
  101. package/utils/plug/canvas/writeTextToCanvas.js +1 -1
  102. package/utils/tasks/esri/Identify.js +1 -1
  103. package/utils/tasks/esri/Query.js +1 -1
  104. package/utils/tasks/esri/Task.js +1 -1
  105. package/utils/tasks/geoserver/QueryTask.js +1 -1
  106. package/utils/tasks/index.js +1 -1
  107. package/ym-gis-2d.es.js +1 -1
  108. package/ym-gis-2d.umd.js +1 -1
@@ -1,9 +1,22 @@
1
1
  import type IMapServiceTree from "../entity/layer/IMapServiceTree";
2
2
  import type IMapService from "../entity/layer/IMapService";
3
+ import ILegend from "../entity/legend/ILegend";
3
4
  /**
4
5
  * 获取地图服务树
5
6
  * @param layerConfigs
6
7
  * @returns
7
8
  */
8
9
  export declare function mapServiceTreeTransform(layerConfigs: IMapService[]): IMapServiceTree[];
10
+ /**
11
+ * 获取地图图例
12
+ * @param layerInfo 图层配置
13
+ */
14
+ export declare function getLayerLegend(layerInfo: IMapService, size?: number): Promise<ILegend[] | undefined>;
15
+ /**
16
+ * 获取geoserver图例
17
+ * @param layerInfo
18
+ * @param size
19
+ * @returns
20
+ */
21
+ export declare function getGeoServerLayerLegend(layerInfo: IMapService, size?: number): Promise<ILegend[] | undefined>;
9
22
  //# sourceMappingURL=LayerUtil.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LayerUtil.d.ts","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAC3D;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,WAAW,EAAE,GAAG,eAAe,EAAE,CAkBtF"}
1
+ {"version":3,"file":"LayerUtil.d.ts","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAE3D,OAAO,OAAO,MAAM,0BAA0B,CAAC;AAE/C;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,WAAW,EAAE,GAAG,eAAe,EAAE,CAkBtF;AAoBD;;;GAGG;AACH,wBAAsB,cAAc,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,SAAS,CAAC,CAU1G;AAED;;;;;GAKG;AACH,wBAAsB,uBAAuB,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,SAAS,CAAC,CA2BnH"}
@@ -1 +1 @@
1
- (function(_0x51afe3,_0x270c29){const _0x2eaf3a=a65_0x46e3,_0x1100f4=_0x51afe3();while(!![]){try{const _0x4a311d=parseInt(_0x2eaf3a(0x11e))/0x1+parseInt(_0x2eaf3a(0x118))/0x2+-parseInt(_0x2eaf3a(0x113))/0x3+parseInt(_0x2eaf3a(0x11c))/0x4+-parseInt(_0x2eaf3a(0x116))/0x5+-parseInt(_0x2eaf3a(0x11a))/0x6+-parseInt(_0x2eaf3a(0x11b))/0x7*(parseInt(_0x2eaf3a(0x120))/0x8);if(_0x4a311d===_0x270c29)break;else _0x1100f4['push'](_0x1100f4['shift']());}catch(_0x3f2ab3){_0x1100f4['push'](_0x1100f4['shift']());}}}(a65_0x31e1,0x51e41));export function mapServiceTreeTransform(_0x2dbccf){const _0x12ced2=a65_0x46e3;let _0x2e36da=[];return _0x2dbccf&&_0x2dbccf[_0x12ced2(0x11d)]>0x0&&(_0x2dbccf[_0x12ced2(0x11f)](_0x1f17ae=>{const _0x365766=_0x12ced2;(!_0x1f17ae[_0x365766(0x112)]||_0x1f17ae[_0x365766(0x112)]=='')&&_0x2e36da[_0x365766(0x119)](Object['assign']({},_0x1f17ae));}),_0x2e36da=_0x2e36da[_0x12ced2(0x114)]((_0x2a06c5,_0x59c2eb)=>{const _0x374220=_0x12ced2;return(_0x2a06c5[_0x374220(0x117)]?_0x2a06c5[_0x374220(0x117)]:0x0)-(_0x59c2eb[_0x374220(0x117)]?_0x59c2eb[_0x374220(0x117)]:0x0);}),_0x2e36da[_0x12ced2(0x11f)](_0x35c4e2=>{const _0x20074a=_0x12ced2;_0x35c4e2[_0x20074a(0x121)]=setChildren(_0x35c4e2['id'],_0x2dbccf);})),_0x2e36da;}function setChildren(_0x174e0a,_0x15e1f9){const _0x1245d3=a65_0x46e3;let _0x32ad66=[];return _0x15e1f9['forEach'](_0x58f3fd=>{const _0x21f77f=a65_0x46e3;_0x174e0a===(_0x58f3fd[_0x21f77f(0x112)]==null?'':_0x58f3fd[_0x21f77f(0x112)])&&_0x32ad66[_0x21f77f(0x119)](Object[_0x21f77f(0x115)]({},_0x58f3fd));}),_0x32ad66=_0x32ad66[_0x1245d3(0x114)]((_0x430608,_0x1c9c03)=>{const _0x31c3f5=_0x1245d3;return(_0x430608[_0x31c3f5(0x117)]?_0x430608[_0x31c3f5(0x117)]:0x0)-(_0x1c9c03[_0x31c3f5(0x117)]?_0x1c9c03[_0x31c3f5(0x117)]:0x0);}),_0x32ad66['length']>0x0&&_0x32ad66[_0x1245d3(0x11f)](_0x2d3cd9=>{_0x2d3cd9['children']=setChildren(_0x2d3cd9['id'],_0x15e1f9);}),_0x32ad66;}function a65_0x46e3(_0x4a5eca,_0x4aaa28){const _0x31e1b7=a65_0x31e1();return a65_0x46e3=function(_0x46e356,_0x533bf6){_0x46e356=_0x46e356-0x112;let _0x113c90=_0x31e1b7[_0x46e356];return _0x113c90;},a65_0x46e3(_0x4a5eca,_0x4aaa28);}function a65_0x31e1(){const _0x599f25=['621867rbnTLN','forEach','13384NYlkaV','children','parentId','29628YNpaap','sort','assign','1194020FhyAUZ','showIndex','295940NNDwhp','push','3080880KJxmBJ','1267bXjqpd','2522244HUcYZI','length'];a65_0x31e1=function(){return _0x599f25;};return a65_0x31e1();}
1
+ (function(_0x523d97,_0x63a08a){const _0x3fe656=a73_0x3ae6,_0x102cb2=_0x523d97();while(!![]){try{const _0x4cfc08=parseInt(_0x3fe656(0x146))/0x1*(-parseInt(_0x3fe656(0x14b))/0x2)+parseInt(_0x3fe656(0x131))/0x3+parseInt(_0x3fe656(0x13b))/0x4*(-parseInt(_0x3fe656(0x143))/0x5)+parseInt(_0x3fe656(0x135))/0x6+parseInt(_0x3fe656(0x14a))/0x7+parseInt(_0x3fe656(0x147))/0x8+-parseInt(_0x3fe656(0x142))/0x9*(parseInt(_0x3fe656(0x149))/0xa);if(_0x4cfc08===_0x63a08a)break;else _0x102cb2['push'](_0x102cb2['shift']());}catch(_0x22efbe){_0x102cb2['push'](_0x102cb2['shift']());}}}(a73_0x3718,0xd14d9));function a73_0x3ae6(_0x2184b4,_0x14a559){const _0x371859=a73_0x3718();return a73_0x3ae6=function(_0x3ae685,_0x4f7aad){_0x3ae685=_0x3ae685-0x12b;let _0x2b02d8=_0x371859[_0x3ae685];return _0x2b02d8;},a73_0x3ae6(_0x2184b4,_0x14a559);}import a73_0x2358ee from'../utils/AxiosUtil';function a73_0x3718(){const _0x18f9a9=['114656oBdwzT','push','&format=image/png','assign','Legend','replace','showIndex','626643pZptRE','url','&height=','sort','8594832BckzNs','layerType','includes','title','service=WMS&version=1.1.0&request=GetLegendGraphic&layer=','children','257596veHetF','wms','indexOf','forEach','sublayers','length','data','11517777SuWjZk','35SVOusG','get','&format=application/json','2TkoqiL','7244688CowpJo','parentId','10AYiQFl','1088976IiVktY'];a73_0x3718=function(){return _0x18f9a9;};return a73_0x3718();}export function mapServiceTreeTransform(_0x314b3e){const _0x11c98a=a73_0x3ae6;let _0x30fa86=[];return _0x314b3e&&_0x314b3e['length']>0x0&&(_0x314b3e['forEach'](_0x184949=>{const _0x57172c=a73_0x3ae6;(!_0x184949[_0x57172c(0x148)]||_0x184949[_0x57172c(0x148)]=='')&&_0x30fa86[_0x57172c(0x12b)](Object[_0x57172c(0x12d)]({},_0x184949));}),_0x30fa86=_0x30fa86[_0x11c98a(0x134)]((_0x15100d,_0x39da67)=>{const _0x3ec3e2=_0x11c98a;return(_0x15100d['showIndex']?_0x15100d[_0x3ec3e2(0x130)]:0x0)-(_0x39da67[_0x3ec3e2(0x130)]?_0x39da67[_0x3ec3e2(0x130)]:0x0);}),_0x30fa86[_0x11c98a(0x13e)](_0x5013b7=>{const _0x288455=_0x11c98a;_0x5013b7[_0x288455(0x13a)]=setChildren(_0x5013b7['id'],_0x314b3e);})),_0x30fa86;}function setChildren(_0x1a7089,_0x1459c5){const _0x186816=a73_0x3ae6;let _0x24cbe2=[];return _0x1459c5['forEach'](_0x16e937=>{const _0x14e686=a73_0x3ae6;_0x1a7089===(_0x16e937[_0x14e686(0x148)]==null?'':_0x16e937[_0x14e686(0x148)])&&_0x24cbe2[_0x14e686(0x12b)](Object['assign']({},_0x16e937));}),_0x24cbe2=_0x24cbe2[_0x186816(0x134)]((_0x2350a0,_0x44a70c)=>{const _0x47714e=_0x186816;return(_0x2350a0[_0x47714e(0x130)]?_0x2350a0[_0x47714e(0x130)]:0x0)-(_0x44a70c[_0x47714e(0x130)]?_0x44a70c['showIndex']:0x0);}),_0x24cbe2['length']>0x0&&_0x24cbe2[_0x186816(0x13e)](_0x7e5ffe=>{_0x7e5ffe['children']=setChildren(_0x7e5ffe['id'],_0x1459c5);}),_0x24cbe2;}export async function getLayerLegend(_0x50f15d,_0x228abd){const _0x291369=a73_0x3ae6;if(!_0x50f15d||!_0x50f15d[_0x291369(0x132)]||!_0x50f15d['sublayers']||_0x50f15d[_0x291369(0x13f)][_0x291369(0x140)]==0x0||!_0x50f15d['layerType'])return;if(_0x50f15d[_0x291369(0x136)][_0x291369(0x13d)]('geoserver')>-0x1)return await getGeoServerLayerLegend(_0x50f15d,_0x228abd);return;}export async function getGeoServerLayerLegend(_0x277f28,_0x46da83){const _0x25c9bd=a73_0x3ae6;if(!_0x277f28||!_0x277f28[_0x25c9bd(0x132)]||!_0x277f28['sublayers']||_0x277f28[_0x25c9bd(0x13f)][_0x25c9bd(0x140)]==0x0)return;let _0x361835=_0x277f28['url'];const _0x3504cd=_0x277f28[_0x25c9bd(0x13f)];_0x361835=_0x361835[_0x25c9bd(0x12f)]('gwc/service/wmts',_0x25c9bd(0x13c));const _0x286805=[];for(let _0x2c8951=0x0;_0x2c8951<_0x3504cd['length'];_0x2c8951++){const _0x1750ed=_0x3504cd[_0x2c8951];let _0x52ad87=_0x25c9bd(0x139)+_0x1750ed+_0x25c9bd(0x145);const _0x59537c=_0x361835[_0x25c9bd(0x137)]('?')?_0x361835+'&'+_0x52ad87:_0x361835+'?'+_0x52ad87,_0x372ad4=await a73_0x2358ee[_0x25c9bd(0x144)](_0x59537c);if(_0x372ad4['data']&&_0x372ad4[_0x25c9bd(0x141)][_0x25c9bd(0x12e)]&&_0x372ad4[_0x25c9bd(0x141)][_0x25c9bd(0x12e)][_0x25c9bd(0x140)]>0x0)_0x286805[_0x25c9bd(0x12b)](_0x372ad4[_0x25c9bd(0x141)]['Legend'][0x0]);else{let _0x47c00f=_0x46da83?_0x46da83:0x10,_0x978dcc='service=WMS&version=1.1.0&request=GetLegendGraphic&layer='+_0x1750ed+'&width='+_0x47c00f+_0x25c9bd(0x133)+_0x47c00f+_0x25c9bd(0x12c);const _0x56e80e=_0x361835[_0x25c9bd(0x137)]('?')?_0x361835+'&'+_0x978dcc:_0x361835+'?'+_0x978dcc;_0x286805[_0x25c9bd(0x12b)]({'title':_0x277f28[_0x25c9bd(0x138)],'url':_0x56e80e});}}return _0x286805;}
@@ -1 +1 @@
1
- {"version":3,"file":"LayerUtil.js","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,UAAU,uBAAuB,CAAC,YAA2B;IACjE,IAAI,SAAS,GAAsB,EAAE,CAAC;IACtC,IAAI,YAAY,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC5C,OAAO;QACP,YAAY,CAAC,OAAO,CAAC,CAAC,OAAoB,EAAE,EAAE;YAC5C,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;gBAChD,SAAS,CAAC,IAAI,mBAAK,OAAO,EAAE,CAAC;YAC/B,CAAC;QACH,CAAC,CAAC,CAAC;QACH,IAAI;QACJ,SAAS,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAClC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACzE,CAAC,CAAC,CAAC;QACH,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAC1B,KAAK,CAAC,QAAQ,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;QACvD,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,SAAS,WAAW,CAAC,EAAU,EAAE,QAAuB;IACtD,IAAI,KAAK,GAAsB,EAAE,CAAC;IAClC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QACxB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxD,KAAK,CAAC,IAAI,mBAAK,IAAI,EAAE,CAAC;QACxB,CAAC;IACH,CAAC,CAAC,CAAC;IACH,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QAC1B,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACzE,CAAC,CAAC,CAAC;IACH,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACrB,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YAClB,CAAC,CAAC,QAAQ,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC"}
1
+ {"version":3,"file":"LayerUtil.js","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,oBAAoB,CAAC;AAGvC;;;;GAIG;AACH,MAAM,UAAU,uBAAuB,CAAC,YAA2B;IACjE,IAAI,SAAS,GAAsB,EAAE,CAAC;IACtC,IAAI,YAAY,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC5C,OAAO;QACP,YAAY,CAAC,OAAO,CAAC,CAAC,OAAoB,EAAE,EAAE;YAC5C,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;gBAChD,SAAS,CAAC,IAAI,mBAAM,OAAO,EAAG,CAAC;YACjC,CAAC;QACH,CAAC,CAAC,CAAC;QACH,IAAI;QACJ,SAAS,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAClC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC3E,CAAC,CAAC,CAAC;QACH,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAC1B,KAAK,CAAC,QAAQ,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;QACvD,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,SAAS,WAAW,CAAC,EAAU,EAAE,QAAuB;IACtD,IAAI,KAAK,GAAsB,EAAE,CAAC;IAClC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QACxB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxD,KAAK,CAAC,IAAI,mBAAM,IAAI,EAAG,CAAC;QAC1B,CAAC;IACH,CAAC,CAAC,CAAC;IACH,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QAC1B,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC3E,CAAC,CAAC,CAAC;IACH,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACrB,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YAClB,CAAC,CAAC,QAAQ,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,SAAsB,EAAE,IAAa;IACxE,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,IAAI,SAAS,CAAC,SAAS,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC;QACpH,OAAO;IAET,CAAC;IACD,IAAI,SAAS,CAAC,SAAS,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;QAClD,OAAO,MAAM,uBAAuB,CAAC,SAAS,EAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,OAAO;AACT,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,SAAsB,EAAE,IAAa;IACjF,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,IAAI,SAAS,CAAC,SAAS,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;QAC5F,OAAO;IAET,CAAC;IACD,IAAI,GAAG,GAAG,SAAS,CAAC,GAAG,CAAC;IACxB,MAAM,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;IACtC,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;IAC7C,MAAM,OAAO,GAAc,EAAE,CAAC;IAC9B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAC1C,MAAM,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,IAAI,GAAG,4DAA4D,OAAO,0BAA0B,CAAC;QACzG,MAAM,UAAU,GAAG,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;QAC3E,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACxC,IAAI,GAAG,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC9D,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAA;QAClC,CAAC;aAAM,CAAC;YACN,IAAI,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;YACnC,IAAI,IAAI,GAAG,4DAA4D,OAAO,UAAU,WAAW,WAAW,WAAW,mBAAmB,CAAC;YAC7I,MAAM,UAAU,GAAG,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;YAC3E,OAAO,CAAC,IAAI,CAAC;gBACX,KAAK,EAAE,SAAS,CAAC,KAAK;gBACtB,GAAG,EAAE,UAAU;aACT,CAAC,CAAA;QACX,CAAC;IACH,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC"}
@@ -1 +1 @@
1
- (function(_0x229366,_0x23da2a){const _0x3a69f6=a70_0x4345,_0x7c6383=_0x229366();while(!![]){try{const _0x25620c=-parseInt(_0x3a69f6(0xdc))/0x1*(-parseInt(_0x3a69f6(0xef))/0x2)+-parseInt(_0x3a69f6(0xa2))/0x3*(parseInt(_0x3a69f6(0xb4))/0x4)+parseInt(_0x3a69f6(0x18a))/0x5*(-parseInt(_0x3a69f6(0xce))/0x6)+parseInt(_0x3a69f6(0xb7))/0x7*(-parseInt(_0x3a69f6(0x123))/0x8)+parseInt(_0x3a69f6(0x13e))/0x9*(-parseInt(_0x3a69f6(0x106))/0xa)+parseInt(_0x3a69f6(0x18f))/0xb+parseInt(_0x3a69f6(0x115))/0xc*(parseInt(_0x3a69f6(0x11d))/0xd);if(_0x25620c===_0x23da2a)break;else _0x7c6383['push'](_0x7c6383['shift']());}catch(_0x2fa1f3){_0x7c6383['push'](_0x7c6383['shift']());}}}(a70_0x2c0b,0x3d9ad));import a70_0x43d2db from'proj4';import a70_0x511f4e from'ol/proj/Projection';import a70_0x458a35 from'proj4/lib/parseCode';import a70_0xd0ead1 from'proj4/lib/projections';import{get as a70_0x14cdb8}from'ol/proj';import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x72cd07,_0x567e8e){const _0x27f0e2=a70_0x4345,_0x169778=_0x567e8e[_0x27f0e2(0x149)]();if(_0x169778['indexOf'](_0x27f0e2(0xb0))>-0x1)return new a70_0x511f4e({'code':_0x27f0e2(0x142)});else{if(_0x169778[_0x27f0e2(0x117)]('4490')>-0x1){const _0x40f295=_0x72cd07[_0x27f0e2(0xd0)](),_0x5222e2=Math[_0x27f0e2(0x157)]((_0x40f295[0x0]-1.5)/0x3)+0x1,_0x12dcd8=_0x27f0e2(0x120)+(0x1188+_0x5222e2);return new a70_0x511f4e({'code':_0x12dcd8});}}return _0x567e8e;}export function getSpheroidProjection(_0x3d0488){const _0x10ea24=a70_0x4345;if(isSpheroid(_0x3d0488))return _0x3d0488;const _0x3f9275=_0x3d0488[_0x10ea24(0x149)](),_0x59d28c=a70_0x43d2db['defs'](_0x3f9275);if(_0x59d28c){const {a:_0x53e736,rf:_0x59771c}=_0x59d28c,_0x15d39d={'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 [_0x4ee988,_0x2667d7]of Object['entries'](_0x15d39d)){if(_0x53e736===_0x2667d7['a']&&Math[_0x10ea24(0x177)](_0x59771c?_0x59771c:0x0-_0x2667d7['f'])<1e-15)return registerProj(_0x4ee988),new a70_0x511f4e({'code':_0x4ee988});}}else console[_0x10ea24(0xd2)](_0x10ea24(0x104));}export function isSpheroid(_0x5d72fd){const _0x2a30ea=a70_0x4345,_0x2b2470=_0x5d72fd[_0x2a30ea(0x149)]();return _0x2b2470['indexOf'](_0x2a30ea(0xb0))>-0x1||_0x2b2470['indexOf'](_0x2a30ea(0x16e))>-0x1||_0x2b2470[_0x2a30ea(0x117)](_0x2a30ea(0x12c))>-0x1||_0x2b2470[_0x2a30ea(0x117)](_0x2a30ea(0x148))>-0x1||_0x2b2470['indexOf'](_0x2a30ea(0x100))>-0x1?!![]:![];}function a70_0x4345(_0x1855ed,_0x1efec6){const _0x2c0b3d=a70_0x2c0b();return a70_0x4345=function(_0x4345ec,_0x721164){_0x4345ec=_0x4345ec-0x92;let _0x3cc1c2=_0x2c0b3d[_0x4345ec];return _0x3cc1c2;},a70_0x4345(_0x1855ed,_0x1efec6);}export function registerProj(_0x2a4bc4,_0x2ac44f){const _0x48064d=a70_0x4345;let _0x195851;_0x195851=a70_0x14cdb8(_0x2a4bc4);if(!_0x195851)switch(_0x2a4bc4){case _0x48064d(0xc0):a70_0x43d2db['defs'](_0x48064d(0xc0),'+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4490');_0x195851&&_0x195851['setExtent']([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x48064d(0xa3):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4543',_0x48064d(0x139)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa3));_0x195851&&_0x195851['setExtent']([344166.57,2338205.65,622925.7,4729373.22]);break;case _0x48064d(0xe7):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe7),_0x48064d(0xf3)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe7));_0x195851&&_0x195851['setExtent']([341298.83,2012660.02,623358.71,4704933.89]);break;case'EPSG:4546':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4546',_0x48064d(0xf8)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x141));_0x195851&&_0x195851[_0x48064d(0x17e)]([341226.58,2003802.99,618043.7,4998263.83]);break;case'EPSG:4547':a70_0x43d2db['defs'](_0x48064d(0x13d),_0x48064d(0xc2)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x13d));_0x195851&&_0x195851[_0x48064d(0x17e)]([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x48064d(0xec):a70_0x43d2db['defs'](_0x48064d(0xec),_0x48064d(0x10b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xec));_0x195851&&_0x195851[_0x48064d(0x17e)]([345754.3,2501017.13,0x94641,5528578.96]);break;case'EPSG:4549':a70_0x43d2db['defs'](_0x48064d(0x15b),_0x48064d(0xae)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x15b));_0x195851&&_0x195851[_0x48064d(0x17e)]([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x48064d(0xd5):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xd5),_0x48064d(0x193)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd5));_0x195851&&_0x195851[_0x48064d(0x17e)]([352748.57,3123733.99,599394.66,5937990.42]);break;case _0x48064d(0x155):a70_0x43d2db['defs'](_0x48064d(0x155),_0x48064d(0x108)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x155));_0x195851&&_0x195851['setExtent']([372262.47,4451705.13,600236.64,5897928.74]);break;case _0x48064d(0x113):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x113),_0x48064d(0xf7)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4552');_0x195851&&_0x195851[_0x48064d(0x17e)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x48064d(0xb2):a70_0x43d2db['defs'](_0x48064d(0xb2),_0x48064d(0x181)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb2));_0x195851&&_0x195851['setExtent']([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a70_0x43d2db['defs']('EPSG:4554',_0x48064d(0x9a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xea));_0x195851&&_0x195851[_0x48064d(0x17e)]([383491.84,5080507.85,482969.27,5362930.84]);break;case _0x48064d(0x146):a70_0x43d2db['defs'](_0x48064d(0x146),_0x48064d(0xd1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4534');_0x195851&&_0x195851[_0x48064d(0x17e)]([375272.5,3965339.75,626870.23,4502787.6]);case _0x48064d(0x17d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x17d),_0x48064d(0xc9)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17d));_0x195851&&_0x195851['setExtent']([356780.75,3435266.95,624607.97,4633842.66]);break;case _0x48064d(0x12f):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x12f),_0x48064d(0xee)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12f));_0x195851&&_0x195851['setExtent']([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x48064d(0x174):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x174),_0x48064d(0x165)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x174));_0x195851&&_0x195851[_0x48064d(0x17e)]([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x48064d(0x102):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4538',_0x48064d(0x15c)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x102));_0x195851&&_0x195851[_0x48064d(0x17e)]([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x48064d(0xa8):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xa8),_0x48064d(0xdd)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa8));_0x195851&&_0x195851[_0x48064d(0x17e)]([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x48064d(0xb9):a70_0x43d2db['defs'](_0x48064d(0xb9),_0x48064d(0xfd)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb9));_0x195851&&_0x195851[_0x48064d(0x17e)]([352054.43,3067205.43,618002.46,5000486.51]);break;case _0x48064d(0xb1):a70_0x43d2db['defs'](_0x48064d(0xb1),_0x48064d(0x151)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb1));_0x195851&&_0x195851[_0x48064d(0x17e)]([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x48064d(0xdf):a70_0x43d2db[_0x48064d(0x128)]('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(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4542');_0x195851&&_0x195851['setExtent']([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x48064d(0xa9):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xa9),_0x48064d(0x145)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4513');_0x195851&&_0x195851[_0x48064d(0x17e)]([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x48064d(0x17a):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x17a),_0x48064d(0xe3)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17a));_0x195851&&_0x195851[_0x48064d(0x17e)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case _0x48064d(0xb5):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xb5),_0x48064d(0x152)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb5));_0x195851&&_0x195851['setExtent']([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x48064d(0x114):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x114),_0x48064d(0xc5)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x114));_0x195851&&_0x195851[_0x48064d(0x17e)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case _0x48064d(0x186):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x186),_0x48064d(0x16a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x186));_0x195851&&_0x195851[_0x48064d(0x17e)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x48064d(0x169):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x169),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x169));_0x195851&&_0x195851[_0x48064d(0x17e)]([30350541.6,3023992.26,30611765.09,5366231.03]);break;case _0x48064d(0xd9):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xd9),_0x48064d(0xc7)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd9));_0x195851&&_0x195851[_0x48064d(0x17e)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case _0x48064d(0x12a):a70_0x43d2db['defs'](_0x48064d(0x12a),_0x48064d(0x15a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12a));_0x195851&&_0x195851[_0x48064d(0x17e)]([32352762.3,3124842.44,32620089.9,4930490.22]);break;case _0x48064d(0xad):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4521',_0x48064d(0x185)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xad));_0x195851&&_0x195851['setExtent']([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x48064d(0xf4):a70_0x43d2db['defs'](_0x48064d(0xf4),_0x48064d(0xfe)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xf4));_0x195851&&_0x195851['setExtent']([34344166.57,2338205.65,34622925.7,4729373.22]);break;case _0x48064d(0x163):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x163),_0x48064d(0x110)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4523');_0x195851&&_0x195851[_0x48064d(0x17e)]([35345643.07,2489940.65,35623868.1,4676052.19]);break;case'EPSG:4524':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4524','+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(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4524');_0x195851&&_0x195851[_0x48064d(0x17e)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case'EPSG:4525':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x182),_0x48064d(0x136)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4525');_0x195851&&_0x195851[_0x48064d(0x17e)]([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x48064d(0x140):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x140),'+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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x140));_0x195851&&_0x195851[_0x48064d(0x17e)]([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x48064d(0xc4):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4527','+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xc4));_0x195851&&_0x195851[_0x48064d(0x17e)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x48064d(0x166):a70_0x43d2db['defs']('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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x166));if(_0x195851){}break;case _0x48064d(0x158):a70_0x43d2db['defs'](_0x48064d(0x158),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4529');_0x195851&&_0x195851[_0x48064d(0x17e)]([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x48064d(0x14d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x14d),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14d));_0x195851&&_0x195851[_0x48064d(0x17e)]([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x48064d(0xc3):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4531',_0x48064d(0x144)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4531');_0x195851&&_0x195851[_0x48064d(0x17e)]([43374503.76,4582750.41,43606982.71,5569731.71]);break;case _0x48064d(0x13a):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x13a),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x13a));_0x195851&&_0x195851[_0x48064d(0x17e)]([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x48064d(0xcf):a70_0x43d2db['defs'](_0x48064d(0xcf),_0x48064d(0xf9)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xcf));_0x195851&&_0x195851[_0x48064d(0x17e)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case _0x48064d(0x14a):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x14a),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14a));_0x195851&&_0x195851[_0x48064d(0x17e)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x48064d(0x92):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x92),_0x48064d(0xf8)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x92));_0x195851&&_0x195851[_0x48064d(0x17e)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x48064d(0x10a):a70_0x43d2db['defs'](_0x48064d(0x10a),_0x48064d(0x10b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x10a));_0x195851&&_0x195851[_0x48064d(0x17e)]([184047.25,2106579.41,708208.94,5714206.25]);break;case _0x48064d(0x129):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x129),_0x48064d(0x193)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x129));_0x195851&&_0x195851[_0x48064d(0x17e)]([196182.08,2729495.05,698769.28,5941131.59]);break;case _0x48064d(0x14c):a70_0x43d2db['defs'](_0x48064d(0x14c),_0x48064d(0xf7)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14c));_0x195851&&_0x195851[_0x48064d(0x17e)]([209606.47,3290627.32,702362.77,5855471.68]);break;case'EPSG:4512':a70_0x43d2db['defs']('EPSG:4512',_0x48064d(0x9a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x109));_0x195851&&_0x195851[_0x48064d(0x17e)]([263541.74,4991547.88,482969.27,5362930.84]);break;case'EPSG:4502':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4502',_0x48064d(0xd1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd4));_0x195851&&_0x195851[_0x48064d(0x17e)]([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x48064d(0x111):a70_0x43d2db['defs'](_0x48064d(0x111),_0x48064d(0xee)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x111));_0x195851&&_0x195851[_0x48064d(0x17e)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x48064d(0x12b):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4504',_0x48064d(0x15c)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12b));_0x195851&&_0x195851[_0x48064d(0x17e)]([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x48064d(0xe2):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe2),_0x48064d(0xfd)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe2));_0x195851&&_0x195851[_0x48064d(0x17e)]([204050.9,3069909.68,725045.7,5311696.64]);break;case _0x48064d(0xaa):a70_0x43d2db['defs'](_0x48064d(0xaa),'+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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xaa));_0x195851&&_0x195851[_0x48064d(0x17e)]([188253.52,2340414.16,744727.96,4787117.85]);break;case'EPSG:4491':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4491',_0x48064d(0xbf)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xf0));_0x195851&&_0x195851[_0x48064d(0x17e)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case'EPSG:4492':a70_0x43d2db['defs'](_0x48064d(0x9b),_0x48064d(0x94)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9b));_0x195851&&_0x195851['setExtent']([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x48064d(0x167):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x167),_0x48064d(0xbe)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x167));_0x195851&&_0x195851[_0x48064d(0x17e)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case'EPSG:4494':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xfb),_0x48064d(0xfc)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4494');_0x195851&&_0x195851['setExtent']([16204050.9,3069909.68,16725045.7,5311696.64]);break;case'EPSG:4495':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x93),'+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(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4495');_0x195851&&_0x195851['setExtent']([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x48064d(0xbb):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xbb),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xbb));_0x195851&&_0x195851['setExtent']([18181721.15,1965854.14,18746725.01,4708206.87]);break;case'EPSG:4497':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xa6),_0x48064d(0x180)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa6));_0x195851&&_0x195851[_0x48064d(0x17e)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case'EPSG:4498':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4498','+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(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4498');_0x195851&&_0x195851[_0x48064d(0x17e)]([20184047.25,2106579.41,20708208.94,5714206.25]);break;case _0x48064d(0x192):a70_0x43d2db['defs'](_0x48064d(0x192),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x192));_0x195851&&_0x195851[_0x48064d(0x17e)]([21196182.08,2729495.05,21698769.28,5941131.59]);break;case _0x48064d(0x175):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x175),_0x48064d(0x173)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x175));_0x195851&&_0x195851['setExtent']([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x48064d(0x18d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x18d),_0x48064d(0x112)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x18d));_0x195851&&_0x195851['setExtent']([23263541.74,4991547.88,23482969.27,5362930.84]);break;case _0x48064d(0x17b):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x17b),'+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17b));_0x195851&&_0x195851['setExtent']([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x48064d(0xd7):a70_0x43d2db['defs'](_0x48064d(0xd7),_0x48064d(0xdb)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd7));_0x195851&&_0x195851[_0x48064d(0x17e)]([344166.5,2338206.74,622925.76,4729375.42]);break;case'EPSG:2380':a70_0x43d2db[_0x48064d(0x128)]('EPSG:2380','+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12d));_0x195851&&_0x195851[_0x48064d(0x17e)]([0x5462b,2489941.81,623868.16,4676054.37]);break;case _0x48064d(0x17c):a70_0x43d2db['defs'](_0x48064d(0x17c),_0x48064d(0x125)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17c));_0x195851&&_0x195851[_0x48064d(0x17e)]([341298.75,2012660.96,623358.77,4704936.09]);break;case'EPSG:2382':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xf5),'+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(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2382');_0x195851&&_0x195851['setExtent']([341226.51,2003803.92,618043.76,4998266.16]);break;case'EPSG:2383':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x179),_0x48064d(0x99)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x179));_0x195851&&_0x195851[_0x48064d(0x17e)]([344577.81,2381399.02,617340.68,5036052.73]);break;case _0x48064d(0xd3):a70_0x43d2db['defs'](_0x48064d(0xd3),'+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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd3));_0x195851&&_0x195851[_0x48064d(0x17e)]([345754.23,2501018.29,607809.05,5528581.54]);break;case'EPSG:2385':a70_0x43d2db['defs'](_0x48064d(0xe5),_0x48064d(0x10e)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2385');_0x195851&&_0x195851[_0x48064d(0x17e)]([347872.18,0x29417d,599933.1,5912397.96]);break;case'EPSG:2386':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe9),_0x48064d(0x154)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe9));_0x195851&&_0x195851[_0x48064d(0x17e)]([352748.5,3123735.45,599394.71,5937993.2]);break;case'EPSG:2387':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x153),_0x48064d(0x11c)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x153));_0x195851&&_0x195851['setExtent']([372262.41,4451707.2,600236.68,5897931.5]);break;case _0x48064d(0x176):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x176),_0x48064d(0xf1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x176));_0x195851&&_0x195851[_0x48064d(0x17e)]([374503.71,4582752.55,606982.76,5569734.31]);break;case _0x48064d(0x9d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x9d),_0x48064d(0x10f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9d));_0x195851&&_0x195851['setExtent']([376543.07,4699381.82,610019.49,5417370.16]);break;case _0x48064d(0xba):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xba),_0x48064d(0x13f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xba));_0x195851&&_0x195851[_0x48064d(0x17e)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x48064d(0x170):a70_0x43d2db['defs'](_0x48064d(0x170),_0x48064d(0x95)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2370');_0x195851&&_0x195851[_0x48064d(0x17e)]([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x48064d(0x11a):a70_0x43d2db['defs'](_0x48064d(0x11a),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11a));_0x195851&&_0x195851[_0x48064d(0x17e)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x48064d(0xcd):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2372',_0x48064d(0x183)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xcd));_0x195851&&_0x195851[_0x48064d(0x17e)]([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x48064d(0x190):a70_0x43d2db['defs']('EPSG:2373',_0x48064d(0xfa)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x190));_0x195851&&_0x195851['setExtent']([352803.44,3128169.23,613592.56,5233910.91]);break;case _0x48064d(0x171):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x171),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2374');_0x195851&&_0x195851[_0x48064d(0x17e)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x48064d(0x143):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x143),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x143));_0x195851&&_0x195851[_0x48064d(0x17e)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x48064d(0x188):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x188),_0x48064d(0x127)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2376');_0x195851&&_0x195851[_0x48064d(0x17e)]([352054.36,3067206.86,618002.52,5000488.84]);break;case _0x48064d(0xc8):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xc8),_0x48064d(0xe4)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2377');_0x195851&&_0x195851['setExtent']([352762.23,3124843.89,620089.96,4930492.52]);break;case _0x48064d(0x9c):a70_0x43d2db['defs']('EPSG:2378',_0x48064d(0x12e)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9c));_0x195851&&_0x195851[_0x48064d(0x17e)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x48064d(0x124):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2349',_0x48064d(0xeb)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x124));_0x195851&&_0x195851[_0x48064d(0x17e)]([25375272.44,3965341.6,25626870.29,4502789.7]);break;case _0x48064d(0xa5):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2350',_0x48064d(0x121)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2350');_0x195851&&_0x195851[_0x48064d(0x17e)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case'EPSG:2351':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x162),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x162));_0x195851&&_0x195851[_0x48064d(0x17e)]([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x48064d(0x18e):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x18e),_0x48064d(0x101)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x18e));_0x195851&&_0x195851['setExtent']([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x48064d(0x133):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x133),_0x48064d(0x18b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2353');_0x195851&&_0x195851['setExtent']([29352176.01,3077182.21,29609359.88,5450731.68]);break;case _0x48064d(0x107):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x107),_0x48064d(0x15e)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2354');_0x195851&&_0x195851[_0x48064d(0x17e)]([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x48064d(0x16d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x16d),_0x48064d(0xa1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x16d));_0x195851&&_0x195851[_0x48064d(0x17e)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case'EPSG:2356':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xab),_0x48064d(0xac)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xab));_0x195851&&_0x195851['setExtent']([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x48064d(0x132):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x132),_0x48064d(0x130)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2357');_0x195851&&_0x195851['setExtent']([33344482.25,2371431.4,33622787.6,4737151.76]);break;case _0x48064d(0x11b):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x11b),_0x48064d(0x172)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11b));_0x195851&&_0x195851[_0x48064d(0x17e)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x48064d(0x119):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x119),_0x48064d(0x168)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x119));_0x195851&&_0x195851[_0x48064d(0x17e)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case _0x48064d(0xa4):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2360',_0x48064d(0x131)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2360');_0x195851&&_0x195851[_0x48064d(0x17e)]([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x48064d(0x13c):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2361',_0x48064d(0x14b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x13c));_0x195851&&_0x195851[_0x48064d(0x17e)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x48064d(0xbd):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xbd),_0x48064d(0x96)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2362');_0x195851&&_0x195851['setExtent']([38344577.81,2381399.02,38617340.68,5036052.73]);break;case _0x48064d(0xa0):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2363','+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa0));_0x195851&&_0x195851[_0x48064d(0x17e)]([39345754.23,2501018.29,39607809.05,5528581.54]);break;case'EPSG:2364':a70_0x43d2db[_0x48064d(0x128)]('EPSG:2364',_0x48064d(0x14f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe6));_0x195851&&_0x195851[_0x48064d(0x17e)]([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x48064d(0x134):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x134),_0x48064d(0x147)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x134));_0x195851&&_0x195851[_0x48064d(0x17e)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x48064d(0xb3):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xb3),_0x48064d(0xca)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb3));_0x195851&&_0x195851[_0x48064d(0x17e)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x48064d(0x184):a70_0x43d2db['defs'](_0x48064d(0x184),_0x48064d(0x164)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x184));_0x195851&&_0x195851[_0x48064d(0x17e)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case _0x48064d(0x194):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x194),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2368');_0x195851&&_0x195851[_0x48064d(0x17e)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x48064d(0x178):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x178),_0x48064d(0x13b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x178));_0x195851&&_0x195851[_0x48064d(0x17e)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case'EPSG:2343':a70_0x43d2db[_0x48064d(0x128)]('EPSG:2343',_0x48064d(0x150)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x103));_0x195851&&_0x195851[_0x48064d(0x17e)]([189098.51,2384748.79,746725.12,4708209.07]);break;case _0x48064d(0x16f):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2344',_0x48064d(0x156)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x16f));_0x195851&&_0x195851['setExtent']([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x48064d(0x11f):a70_0x43d2db['defs'](_0x48064d(0x11f),_0x48064d(0xed)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11f));_0x195851&&_0x195851[_0x48064d(0x17e)]([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x48064d(0xda):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xda),'+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'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2346');_0x195851&&_0x195851['setExtent']([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x48064d(0xc1):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xc1),_0x48064d(0xf1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2347');_0x195851&&_0x195851['setExtent']([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x48064d(0xcb):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2348',_0x48064d(0x13f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xcb));_0x195851&&_0x195851[_0x48064d(0x17e)]([263541.63,4991550.21,482969.27,5362933.35]);break;case'EPSG:2338':a70_0x43d2db['defs'](_0x48064d(0xf2),_0x48064d(0x95)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xf2));_0x195851&&_0x195851['setExtent']([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x48064d(0x187):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2339','+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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x187));_0x195851&&_0x195851['setExtent']([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x48064d(0x97):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x97),_0x48064d(0xff)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x97));_0x195851&&_0x195851[_0x48064d(0x17e)]([203003.59,3026660.34,718708.91,5453983.17]);break;case _0x48064d(0x98):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x98),_0x48064d(0x127)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x98));_0x195851&&_0x195851[_0x48064d(0x17e)]([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x48064d(0x11e):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x11e),'+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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11e));_0x195851&&_0x195851['setExtent']([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x48064d(0x16c):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x16c),_0x48064d(0xde)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x16c));_0x195851&&_0x195851[_0x48064d(0x17e)]([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x48064d(0xe1):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe1),_0x48064d(0x10d)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe1));_0x195851&&_0x195851['setExtent']([14206116.69,3230780.81,14727179.14,5237187.19]);break;case _0x48064d(0x10c):a70_0x43d2db['defs'](_0x48064d(0x10c),_0x48064d(0x191)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2329');_0x195851&&_0x195851['setExtent']([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x48064d(0x138):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x138),_0x48064d(0x159)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x138));_0x195851&&_0x195851[_0x48064d(0x17e)]([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x48064d(0x14e):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x14e),_0x48064d(0x161)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14e));_0x195851&&_0x195851[_0x48064d(0x17e)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case _0x48064d(0x9e):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2332',_0x48064d(0x126)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9e));_0x195851&&_0x195851[_0x48064d(0x17e)]([18189098.51,2384748.79,18746725.12,4708209.07]);break;case'EPSG:2333':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x105),_0x48064d(0xd6)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x105));_0x195851&&_0x195851[_0x48064d(0x17e)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x48064d(0xa7):a70_0x43d2db['defs'](_0x48064d(0xa7),_0x48064d(0x15d)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa7));_0x195851&&_0x195851[_0x48064d(0x17e)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x48064d(0xb8):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xb8),_0x48064d(0xf6)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb8));_0x195851&&_0x195851[_0x48064d(0x17e)]([21200433.02,2917986.59,21698769.38,5941134.37]);break;case _0x48064d(0xe0):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe0),_0x48064d(0xd8)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe0));_0x195851&&_0x195851['setExtent']([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x48064d(0x160):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2337','+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(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x160));_0x195851&&_0x195851['setExtent']([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console[_0x48064d(0x9f)](_0x48064d(0x122));let _0x31072b=checkProj(_0x2a4bc4,(_0x2f2f66,_0x8f77de)=>{const _0x50a398=_0x48064d;if(_0x8f77de[_0x50a398(0x15f)]=='Gauss_Kruger'){let _0x24d224=_0x2a4bc4['replace'](_0x50a398(0x137),_0x50a398(0xe8));a70_0x43d2db[_0x50a398(0x128)](_0x2a4bc4,_0x24d224);}else{if(_0x8f77de[_0x50a398(0x15f)]==_0x50a398(0xcc)){const _0x2b9e67=_0x8f77de['a']-_0x8f77de['a']/_0x8f77de['rf'];let _0x500c71=_0x50a398(0x116)+_0x8f77de['latitude_of_center']+'\x20+lon_0='+_0x8f77de[_0x50a398(0x135)]+'\x20+k='+_0x8f77de['k0']+_0x50a398(0xc6)+_0x8f77de[_0x50a398(0x16b)]+_0x50a398(0x118)+_0x8f77de[_0x50a398(0xaf)]+_0x50a398(0x17f)+_0x8f77de[_0x50a398(0xb6)]+_0x50a398(0xbc)+_0x8f77de['a']+'\x20+b='+_0x2b9e67+_0x50a398(0x189);a70_0x43d2db[_0x50a398(0x128)](_0x2a4bc4,_0x500c71);}}});_0x31072b&&a70_0x43d2db[_0x48064d(0x128)](_0x2a4bc4,_0x2a4bc4);register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x2a4bc4);_0x195851&&_0x2ac44f&&_0x195851['setExtent'](_0x2ac44f);}return _0x195851;}function checkProj(_0x826992,_0x365c76){const _0x31f8b3=a70_0x4345;var _0x536715=a70_0x458a35(_0x826992);if(typeof _0x536715!==_0x31f8b3(0x18c)){_0x365c76(_0x826992,_0x536715);return;}var _0x559920=a70_0xd0ead1['get'](_0x536715[_0x31f8b3(0x15f)]);if(!_0x559920){_0x365c76(_0x826992,_0x536715);return;}return!![];}function a70_0x2c0b(){const _0x7fdd73=['EPSG:4554','+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','EPSG:4548','+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=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','2ftABpK','EPSG:4491','+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:2338','+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','EPSG:4522','EPSG:2382','+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','+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=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=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+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:4494','+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','+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','+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','+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','4610','+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:4538','EPSG:2343','未找到投影定义','EPSG:2333','6730GWmbbM','EPSG:2354','+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','EPSG:4512','EPSG:4509','+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:2329','+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=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','+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','+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','EPSG:4503','+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','EPSG:4552','EPSG:4516','10962120HGJfBn','+proj=tmerc\x20+lat_0=','indexOf','\x20+y_0=','EPSG:2359','EPSG:2371','EPSG:2358','+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','13OcwLuN','EPSG:2342','EPSG:2345','EPSG:','+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','非标准坐标系','2120isQxzG','EPSG:2349','+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','+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','+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','defs','EPSG:4510','EPSG:4520','EPSG:4504','4214','EPSG:2380','+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','EPSG:4536','+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','+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:2357','EPSG:2353','EPSG:2365','longitude_of_center','+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','Gauss_Kruger','EPSG:2330','+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:4532','+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','EPSG:2361','EPSG:4547','6507AXYABa','+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','EPSG:4526','EPSG:4546','EPSG:3857','EPSG:2375','+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=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4534','+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','4555','getCode','EPSG:4507','+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:4511','EPSG:4530','EPSG:2331','+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=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','+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','+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:2387','+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:4551','+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','floor','EPSG:4529','+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','+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:4549','+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=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','+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','projName','EPSG:2337','+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:2351','EPSG:4523','+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=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4528','EPSG:4493','+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:4518','+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','false_easting','EPSG:2327','EPSG:2355','4490','EPSG:2344','EPSG:2370','EPSG:2374','+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','+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:4537','EPSG:4500','EPSG:2388','abs','EPSG:2369','EPSG:2383','EPSG:4514','EPSG:4610','EPSG:2381','EPSG:4535','setExtent','\x20+ellps=','+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','+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:4525','+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:2367','+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:4517','EPSG:2339','EPSG:2376','\x20+units=m\x20+no_defs\x20','10kKpWFz','+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','object','EPSG:4501','EPSG:2352','4733553bYOeeB','EPSG:2373','+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','EPSG:4499','+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:2368','EPSG:4508','EPSG:4495','+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','+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=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','EPSG:2340','EPSG:2341','+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=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4492','EPSG:2378','EPSG:2389','EPSG:2332','log','EPSG:2363','+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','986751Pxirzd','EPSG:4543','EPSG:2360','EPSG:2350','EPSG:4497','EPSG:2334','EPSG:4539','EPSG:4513','EPSG:4506','EPSG:2356','+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:4521','+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','false_northing','4326','EPSG:4541','EPSG:4553','EPSG:2366','4BSRVJE','EPSG:4515','ellps','8813zSoNsC','EPSG:2335','EPSG:4540','EPSG:2390','EPSG:4496','\x20+a=','EPSG:2362','+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','+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:4490','EPSG:2347','+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:4531','EPSG:4527','+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','\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+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2377','+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=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:2348','Local','EPSG:2372','1187334WFcOZe','EPSG:4533','getLastCoordinate','+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','error','EPSG:2384','EPSG:4502','EPSG:4550','+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','EPSG:2379','+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:4519','EPSG:2346','+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','453409YxdHDn','+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','+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','EPSG:4542','EPSG:2336','EPSG:2328','EPSG:4505','+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=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:2385','EPSG:2364','EPSG:4545','Transverse_Mercator','EPSG:2386'];a70_0x2c0b=function(){return _0x7fdd73;};return a70_0x2c0b();}
1
+ (function(_0xe6a122,_0x38d5d3){const _0x7bd630=a78_0x2a00,_0x5e6592=_0xe6a122();while(!![]){try{const _0x33b6ed=-parseInt(_0x7bd630(0x193))/0x1+-parseInt(_0x7bd630(0x1f5))/0x2+parseInt(_0x7bd630(0x22e))/0x3+-parseInt(_0x7bd630(0x1cd))/0x4+-parseInt(_0x7bd630(0x24f))/0x5*(parseInt(_0x7bd630(0x1ec))/0x6)+parseInt(_0x7bd630(0x1a3))/0x7*(parseInt(_0x7bd630(0x1a8))/0x8)+parseInt(_0x7bd630(0x19d))/0x9;if(_0x33b6ed===_0x38d5d3)break;else _0x5e6592['push'](_0x5e6592['shift']());}catch(_0x1924ec){_0x5e6592['push'](_0x5e6592['shift']());}}}(a78_0x572f,0x78b8a));function a78_0x2a00(_0x32934a,_0x2bacb7){const _0x572fb2=a78_0x572f();return a78_0x2a00=function(_0x2a00a3,_0x547156){_0x2a00a3=_0x2a00a3-0x17a;let _0x34f90a=_0x572fb2[_0x2a00a3];return _0x34f90a;},a78_0x2a00(_0x32934a,_0x2bacb7);}import a78_0x257386 from'proj4';import a78_0x488a50 from'ol/proj/Projection';import a78_0x56bac8 from'proj4/lib/parseCode';import a78_0x262e53 from'proj4/lib/projections';import{get as a78_0x3c946d}from'ol/proj';import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x462647,_0x863c60){const _0x448b73=a78_0x2a00,_0x2cc1c4=_0x863c60[_0x448b73(0x221)]();if(_0x2cc1c4[_0x448b73(0x194)](_0x448b73(0x239))>-0x1)return new a78_0x488a50({'code':_0x448b73(0x21e)});else{if(_0x2cc1c4[_0x448b73(0x194)](_0x448b73(0x1a2))>-0x1){const _0x218465=_0x462647['getLastCoordinate'](),_0x498736=Math[_0x448b73(0x1c8)]((_0x218465[0x0]-1.5)/0x3)+0x1,_0xe852d1=_0x448b73(0x267)+(0x1188+_0x498736);return new a78_0x488a50({'code':_0xe852d1});}}return _0x863c60;}export function getSpheroidProjection(_0x33e474){const _0x24134d=a78_0x2a00;if(isSpheroid(_0x33e474))return _0x33e474;const _0x405905=_0x33e474[_0x24134d(0x221)](),_0x311388=a78_0x257386[_0x24134d(0x1eb)](_0x405905);if(_0x311388){const {a:_0xdf0d22,rf:_0x7080df}=_0x311388,_0x1cccfb={'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 [_0x2e2d08,_0x3ea68a]of Object[_0x24134d(0x190)](_0x1cccfb)){if(_0xdf0d22===_0x3ea68a['a']&&Math['abs'](_0x7080df?_0x7080df:0x0-_0x3ea68a['f'])<1e-15)return registerProj(_0x2e2d08),new a78_0x488a50({'code':_0x2e2d08});}}else console[_0x24134d(0x250)](_0x24134d(0x1af));}export function isSpheroid(_0x2f78c5){const _0x31c526=a78_0x2a00,_0x23560f=_0x2f78c5['getCode']();return _0x23560f[_0x31c526(0x194)]('4326')>-0x1||_0x23560f[_0x31c526(0x194)](_0x31c526(0x1a2))>-0x1||_0x23560f[_0x31c526(0x194)](_0x31c526(0x241))>-0x1||_0x23560f['indexOf']('4555')>-0x1||_0x23560f[_0x31c526(0x194)](_0x31c526(0x1d0))>-0x1?!![]:![];}function a78_0x572f(){const _0x38310a=['EPSG:4514','+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=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:2328','EPSG:4521','EPSG:4495','+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','EPSG:4507','+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','replace','EPSG:2346','EPSG:2374','+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=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4505','log','defs','402npBFsq','EPSG:4533','+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','EPSG:2339','EPSG:2350','EPSG:4490','EPSG:2347','+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:4526','1693614Jxvebx','EPSG:4532','EPSG:4506','\x20+b=','EPSG:4553','EPSG:2356','EPSG:2333','EPSG:2367','EPSG:4516','EPSG:4520','+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:2364','EPSG:4542','EPSG:4531','EPSG:4545','EPSG:2353','EPSG:4517','projName','EPSG:2357','EPSG:2389','EPSG:4551','+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','EPSG:2376','ellps','\x20+lon_0=','get','+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:4554','+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=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+ellps=GRS80\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','Gauss_Kruger','+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=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:2334','+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=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=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','setExtent','EPSG:2390','EPSG:2371','EPSG:3857','EPSG:2365','+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','getCode','+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','EPSG:2375','EPSG:2331','+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=114\x20+k=1\x20+x_0=38500000\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+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4501','+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','EPSG:4523','EPSG:2384','EPSG:2358','+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','1060896hqvHFD','\x20+a=','EPSG:2345','EPSG:2383','EPSG:2338','\x20+y_0=','+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:4497','EPSG:4524','false_easting','EPSG:4491','4326','EPSG:2343','EPSG:4518','EPSG:4513','EPSG:4504','EPSG:4499','EPSG:4509','+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','4214','+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','EPSG:4529','EPSG:4534','EPSG:2381','EPSG:2351','+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=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:2388','+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:4546','+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=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','+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','6305CBgiaO','error','+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','Local','EPSG:4525','longitude_of_center','EPSG:2329','+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','+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','EPSG:2341','+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=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','+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','+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','EPSG:4530','EPSG:2344','EPSG:2354','EPSG:4503','+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:2361','EPSG:4543','EPSG:4610','EPSG:4535','EPSG:4494','EPSG:','+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:2363','EPSG:4552','+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','EPSG:4511','EPSG:2348','EPSG:2336','+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:4492','EPSG:2362','EPSG:4496','+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=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','+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:2360','EPSG:2368','+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','EPSG:4538','+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','+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=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2372','EPSG:4493','EPSG:4510','+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','+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:2327','EPSG:4540','EPSG:4508','+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','\x20+k=','EPSG:4527','EPSG:4512','+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:2369','+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:4548','EPSG:2385','entries','EPSG:2355','EPSG:2378','418774iZBeQr','indexOf','EPSG:4502','+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=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','\x20+ellps=','EPSG:2366','+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:2352','EPSG:2342','13453911diWrcW','+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:4539','EPSG:2340','+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','4490','7KgmIlC','+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','EPSG:4500','+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','+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','6239032pwffnw','+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','+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=114\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=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2359','+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:4498','EPSG:2370','EPSG:4528','+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','EPSG:4522','EPSG:2373','EPSG:4541','EPSG:4550','+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','+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','+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:4515','EPSG:2335','+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:2380','EPSG:4537','EPSG:4547','EPSG:2377','EPSG:2349','object','EPSG:4549','+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','\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20+x_0=','EPSG:4536','floor','EPSG:2330','+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:4519','EPSG:2337','3135392KfANJi','+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','+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','4610','非标准坐标系','+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','+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=96\x20+k=1\x20+x_0=32500000\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=41500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2332','+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','latitude_of_center','EPSG:2387','EPSG:2379'];a78_0x572f=function(){return _0x38310a;};return a78_0x572f();}export function registerProj(_0x3ab8b3,_0x347cb0){const _0x485270=a78_0x2a00;let _0x1efc44;_0x1efc44=a78_0x3c946d(_0x3ab8b3);if(!_0x1efc44)switch(_0x3ab8b3){case _0x485270(0x1f1):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1f1),'+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1f1));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x485270(0x263):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x263),_0x485270(0x18d)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x263));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([344166.57,2338205.65,622925.7,4729373.22]);break;case _0x485270(0x203):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x203),_0x485270(0x1b9)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x203));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([341298.83,2012660.02,623358.71,4704933.89]);break;case'EPSG:4546':a78_0x257386['defs'](_0x485270(0x24b),_0x485270(0x20f)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x24b));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([341226.58,2003802.99,618043.7,4998263.83]);break;case _0x485270(0x1c0):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1c0),_0x485270(0x1ab)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1c0));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x485270(0x18e):a78_0x257386['defs'](_0x485270(0x18e),_0x485270(0x1ca)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x18e));_0x1efc44&&_0x1efc44['setExtent']([345754.3,2501017.13,0x94641,5528578.96]);break;case _0x485270(0x1c4):a78_0x257386['defs'](_0x485270(0x1c4),_0x485270(0x1e3)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1c4));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x485270(0x1b7):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1b7),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1b7));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352748.57,3123733.99,599394.66,5937990.42]);break;case'EPSG:4551':a78_0x257386['defs'](_0x485270(0x209),_0x485270(0x1e1)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4551');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([372262.47,4451705.13,600236.64,5897928.74]);break;case'EPSG:4552':a78_0x257386['defs']('EPSG:4552',_0x485270(0x259)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x26a));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x485270(0x1f9):a78_0x257386[_0x485270(0x1eb)]('EPSG:4553',_0x485270(0x24a)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1f9));_0x1efc44&&_0x1efc44['setExtent']([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x210),_0x485270(0x1a4)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x210));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([383491.84,5080507.85,482969.27,5362930.84]);break;case'EPSG:4534':a78_0x257386['defs']('EPSG:4534','+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x244));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([375272.5,3965339.75,626870.23,4502787.6]);case _0x485270(0x265):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x265),_0x485270(0x1dc)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x265));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([356780.75,3435266.95,624607.97,4633842.66]);break;case _0x485270(0x1c7):a78_0x257386['defs'](_0x485270(0x1c7),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1c7));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x485270(0x1bf):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1bf),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1bf));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x485270(0x17b):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x17b),_0x485270(0x26f)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x17b));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x485270(0x19f):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x19f),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x19f));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x485270(0x185):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x185),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x185));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352054.43,3067205.43,618002.46,5000486.51]);break;case _0x485270(0x1b6):a78_0x257386[_0x485270(0x1eb)]('EPSG:4541',_0x485270(0x1ce)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4541');_0x1efc44&&_0x1efc44['setExtent']([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x485270(0x201):a78_0x257386['defs']('EPSG:4542',_0x485270(0x256)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x201));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x485270(0x23c):a78_0x257386['defs'](_0x485270(0x23c),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x23c));_0x1efc44&&_0x1efc44['setExtent']([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x485270(0x1db):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1db),_0x485270(0x273)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1db));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case _0x485270(0x1bb):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1bb),_0x485270(0x1a9)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1bb));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x485270(0x1fd):a78_0x257386['defs']('EPSG:4516','+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1fd));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case _0x485270(0x205):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x205),_0x485270(0x183)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4517');_0x1efc44&&_0x1efc44['setExtent']([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x485270(0x23b):a78_0x257386[_0x485270(0x1eb)]('EPSG:4518',_0x485270(0x218)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x23b));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([30350541.6,3023992.26,30611765.09,5366231.03]);break;case _0x485270(0x1cb):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1cb),_0x485270(0x225)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4519');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case _0x485270(0x1fe):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1fe),_0x485270(0x1d4)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1fe));_0x1efc44&&_0x1efc44['setExtent']([32352762.3,3124842.44,32620089.9,4930490.22]);break;case _0x485270(0x1df):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1df),_0x485270(0x17c)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1df));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x485270(0x1b4):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1b4),_0x485270(0x1e8)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1b4));_0x1efc44&&_0x1efc44['setExtent']([34344166.57,2338205.65,34622925.7,4729373.22]);break;case _0x485270(0x22a):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x22a),_0x485270(0x1ac)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x22a));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([35345643.07,2489940.65,35623868.1,4676052.19]);break;case _0x485270(0x236):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x236),_0x485270(0x25c)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4524');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case _0x485270(0x253):a78_0x257386['defs'](_0x485270(0x253),_0x485270(0x1cf)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x253));_0x1efc44&&_0x1efc44['setExtent']([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x485270(0x1f4):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1f4),_0x485270(0x226)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1f4));_0x1efc44&&_0x1efc44['setExtent']([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x485270(0x189):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x189),_0x485270(0x1c5)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x189));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x485270(0x1b2):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1b2),_0x485270(0x187)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1b2));if(_0x1efc44){}break;case'EPSG:4529':a78_0x257386['defs'](_0x485270(0x243),_0x485270(0x1d5)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x243));_0x1efc44&&_0x1efc44['setExtent']([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x485270(0x25d):a78_0x257386['defs'](_0x485270(0x25d),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x25d));_0x1efc44&&_0x1efc44['setExtent']([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x485270(0x202):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x202),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x202));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([43374503.76,4582750.41,43606982.71,5569731.71]);break;case _0x485270(0x1f6):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1f6),_0x485270(0x182)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4532');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x485270(0x1ed):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1ed),_0x485270(0x26b)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1ed));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case _0x485270(0x1e2):a78_0x257386[_0x485270(0x1eb)]('EPSG:4507','+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4507');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x485270(0x186):a78_0x257386[_0x485270(0x1eb)]('EPSG:4508',_0x485270(0x20f)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4508');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x485270(0x23f):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x23f),_0x485270(0x1ca)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x23f));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([184047.25,2106579.41,708208.94,5714206.25]);break;case'EPSG:4510':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x181),_0x485270(0x18b)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x181));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([196182.08,2729495.05,698769.28,5941131.59]);break;case _0x485270(0x26c):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x26c),_0x485270(0x259)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x26c));_0x1efc44&&_0x1efc44['setExtent']([209606.47,3290627.32,702362.77,5855471.68]);break;case _0x485270(0x18a):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x18a),_0x485270(0x1a4)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4512');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([263541.74,4991547.88,482969.27,5362930.84]);break;case _0x485270(0x195):a78_0x257386[_0x485270(0x1eb)]('EPSG:4502',_0x485270(0x227)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x195));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x485270(0x260):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x260),_0x485270(0x1bd)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x260));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x485270(0x23d):a78_0x257386['defs'](_0x485270(0x23d),_0x485270(0x26f)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x23d));_0x1efc44&&_0x1efc44['setExtent']([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x485270(0x1e9):a78_0x257386[_0x485270(0x1eb)]('EPSG:4505','+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(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4505');_0x1efc44&&_0x1efc44['setExtent']([204050.9,3069909.68,725045.7,5311696.64]);break;case _0x485270(0x1f7):a78_0x257386['defs']('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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4506');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([188253.52,2340414.16,744727.96,4787117.85]);break;case _0x485270(0x238):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x238),_0x485270(0x1d7)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x238));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case _0x485270(0x270):a78_0x257386['defs'](_0x485270(0x270),_0x485270(0x17e)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4492');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x485270(0x180):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x180),_0x485270(0x212)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x180));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case _0x485270(0x266):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x266),_0x485270(0x1b8)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x266));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([16204050.9,3069909.68,16725045.7,5311696.64]);break;case _0x485270(0x1e0):a78_0x257386[_0x485270(0x1eb)]('EPSG:4495',_0x485270(0x19e)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1e0));_0x1efc44&&_0x1efc44['setExtent']([17188253.52,2340414.16,17744727.96,4787117.85]);break;case'EPSG:4496':a78_0x257386['defs'](_0x485270(0x272),_0x485270(0x220)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x272));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([18181721.15,1965854.14,18746725.01,4708206.87]);break;case _0x485270(0x235):a78_0x257386['defs'](_0x485270(0x235),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x235));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case _0x485270(0x1b0):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1b0),_0x485270(0x17a)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1b0));_0x1efc44&&_0x1efc44['setExtent']([20184047.25,2106579.41,20708208.94,5714206.25]);break;case'EPSG:4499':a78_0x257386['defs'](_0x485270(0x23e),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4499');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([21196182.08,2729495.05,21698769.28,5941131.59]);break;case _0x485270(0x1a5):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1a5),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1a5));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x485270(0x228):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x228),_0x485270(0x222)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x228));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([23263541.74,4991547.88,23482969.27,5362930.84]);break;case'EPSG:4610':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x264),'+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:4610');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x485270(0x1da):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1da),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2379');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([344166.5,2338206.74,622925.76,4729375.42]);break;case _0x485270(0x1be):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1be),_0x485270(0x1a7)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1be));_0x1efc44&&_0x1efc44['setExtent']([0x5462b,2489941.81,623868.16,4676054.37]);break;case _0x485270(0x245):a78_0x257386[_0x485270(0x1eb)]('EPSG:2381',_0x485270(0x25a)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x245));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([341298.75,2012660.96,623358.77,4704936.09]);break;case'EPSG:2382':a78_0x257386['defs']('EPSG:2382',_0x485270(0x275)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2382');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([341226.51,2003803.92,618043.76,4998266.16]);break;case _0x485270(0x231):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x231),_0x485270(0x17d)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x231));_0x1efc44&&_0x1efc44['setExtent']([344577.81,2381399.02,617340.68,5036052.73]);break;case _0x485270(0x22b):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x22b),_0x485270(0x211)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x22b));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([345754.23,2501018.29,607809.05,5528581.54]);break;case _0x485270(0x18f):a78_0x257386[_0x485270(0x1eb)]('EPSG:2385',_0x485270(0x25b)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x18f));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([347872.18,0x29417d,599933.1,5912397.96]);break;case'EPSG:2386':a78_0x257386[_0x485270(0x1eb)]('EPSG:2386','+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2386');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352748.5,3123735.45,599394.71,5937993.2]);break;case _0x485270(0x1d9):a78_0x257386['defs'](_0x485270(0x1d9),_0x485270(0x197)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1d9));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([372262.41,4451707.2,600236.68,5897931.5]);break;case'EPSG:2388':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x249),_0x485270(0x219)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x249));_0x1efc44&&_0x1efc44['setExtent']([374503.71,4582752.55,606982.76,5569734.31]);break;case _0x485270(0x208):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x208),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2389');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([376543.07,4699381.82,610019.49,5417370.16]);break;case'EPSG:2390':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x21c),_0x485270(0x242)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x21c));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x485270(0x1b1):a78_0x257386['defs'](_0x485270(0x1b1),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1b1));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x485270(0x21d):a78_0x257386['defs']('EPSG:2371',_0x485270(0x1aa)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x21d));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x485270(0x17f):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x17f),_0x485270(0x1f3)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2372');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x485270(0x1b5):a78_0x257386['defs']('EPSG:2373',_0x485270(0x1d2)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1b5));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352803.44,3128169.23,613592.56,5233910.91]);break;case'EPSG:2374':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1e6),_0x485270(0x1e7)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2374');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x485270(0x223):a78_0x257386[_0x485270(0x1eb)]('EPSG:2375',_0x485270(0x196)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x223));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x485270(0x20b):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x20b),_0x485270(0x1dd)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x20b));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352054.36,3067206.86,618002.52,5000488.84]);break;case _0x485270(0x1c1):a78_0x257386['defs'](_0x485270(0x1c1),_0x485270(0x22d)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1c1));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([352762.23,3124843.89,620089.96,4930492.52]);break;case'EPSG:2378':a78_0x257386['defs'](_0x485270(0x192),_0x485270(0x24c)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x192));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x485270(0x1c2):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1c2),_0x485270(0x257)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2349');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([25375272.44,3965341.6,25626870.29,4502789.7]);break;case _0x485270(0x1f0):a78_0x257386['defs'](_0x485270(0x1f0),_0x485270(0x1ff)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1f0));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case _0x485270(0x246):a78_0x257386['defs'](_0x485270(0x246),_0x485270(0x234)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x246));_0x1efc44&&_0x1efc44['setExtent']([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x485270(0x19b):a78_0x257386[_0x485270(0x1eb)]('EPSG:2352',_0x485270(0x216)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x19b));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x485270(0x204):a78_0x257386[_0x485270(0x1eb)]('EPSG:2353','+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x204));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([29352176.01,3077182.21,29609359.88,5450731.68]);break;case _0x485270(0x25f):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x25f),_0x485270(0x274)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x25f));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x485270(0x191):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x191),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x191));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case _0x485270(0x1fa):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1fa),_0x485270(0x1a6)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1fa));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x485270(0x207):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x207),_0x485270(0x1ee)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x207));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([33344482.25,2371431.4,33622787.6,4737151.76]);break;case'EPSG:2358':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x22c),_0x485270(0x1ba)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x22c));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x485270(0x1ad):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1ad),_0x485270(0x19a)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1ad));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case _0x485270(0x276):a78_0x257386[_0x485270(0x1eb)]('EPSG:2360',_0x485270(0x268)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2360');_0x1efc44&&_0x1efc44['setExtent']([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x485270(0x262):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x262),_0x485270(0x248)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2361');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x485270(0x271):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x271),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x271));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([38344577.81,2381399.02,38617340.68,5036052.73]);break;case _0x485270(0x269):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x269),_0x485270(0x215)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2363');_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([39345754.23,2501018.29,39607809.05,5528581.54]);break;case _0x485270(0x200):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x200),_0x485270(0x213)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x200));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x485270(0x21f):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x21f),_0x485270(0x20a)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x21f));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x485270(0x199):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x199),_0x485270(0x24e)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x199));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case'EPSG:2367':a78_0x257386[_0x485270(0x1eb)]('EPSG:2367',_0x485270(0x1a1)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1fc));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case _0x485270(0x277):a78_0x257386['defs']('EPSG:2368',_0x485270(0x21a)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x277));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x485270(0x18c):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x18c),_0x485270(0x229)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x18c));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case'EPSG:2343':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x23a),_0x485270(0x1a7)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x23a));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([189098.51,2384748.79,746725.12,4708209.07]);break;case'EPSG:2344':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x25e),_0x485270(0x275)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x25e));_0x1efc44&&_0x1efc44['setExtent']([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x485270(0x230):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x230),_0x485270(0x211)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x230));_0x1efc44&&_0x1efc44['setExtent']([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x485270(0x1e5):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1e5),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1e5));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x485270(0x1f2):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1f2),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2347');_0x1efc44&&_0x1efc44['setExtent']([247158.43,4532694.83,702362.87,5855474.42]);break;case'EPSG:2348':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x26d),_0x485270(0x242)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2348');_0x1efc44&&_0x1efc44['setExtent']([263541.63,4991550.21,482969.27,5362933.35]);break;case _0x485270(0x232):a78_0x257386['defs'](_0x485270(0x232),_0x485270(0x251)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x232));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x485270(0x1ef):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1ef),'+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(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1ef));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x485270(0x1a0):a78_0x257386['defs'](_0x485270(0x1a0),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1a0));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([203003.59,3026660.34,718708.91,5453983.17]);break;case _0x485270(0x258):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x258),_0x485270(0x1dd)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x258));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x485270(0x19c):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x19c),_0x485270(0x24c)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x19c));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x485270(0x184):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x184),_0x485270(0x1d3)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2327');_0x1efc44&&_0x1efc44['setExtent']([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x485270(0x1de):a78_0x257386[_0x485270(0x1eb)]('EPSG:2328','+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1de));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([14206116.69,3230780.81,14727179.14,5237187.19]);break;case'EPSG:2329':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x255),_0x485270(0x240)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x255));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x485270(0x1c9):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1c9),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1c9));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x485270(0x224):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x224),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x224));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case'EPSG:2332':a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1d6),_0x485270(0x24d)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1d6));_0x1efc44&&_0x1efc44['setExtent']([18189098.51,2384748.79,18746725.12,4708209.07]);break;case _0x485270(0x1fb):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x1fb),_0x485270(0x247)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1fb));_0x1efc44&&_0x1efc44[_0x485270(0x21b)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x485270(0x217):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x217),_0x485270(0x1ae)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2334');_0x1efc44&&_0x1efc44['setExtent']([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x485270(0x1bc):a78_0x257386['defs'](_0x485270(0x1bc),'+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'),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x1bc));_0x1efc44&&_0x1efc44['setExtent']([21200433.02,2917986.59,21698769.38,5941134.37]);break;case _0x485270(0x26e):a78_0x257386[_0x485270(0x1eb)](_0x485270(0x26e),_0x485270(0x261)),register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x485270(0x26e));_0x1efc44&&_0x1efc44['setExtent']([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x485270(0x1cc):a78_0x257386[_0x485270(0x1eb)]('EPSG:2337',_0x485270(0x1b3)),register(a78_0x257386),_0x1efc44=a78_0x3c946d('EPSG:2337');_0x1efc44&&_0x1efc44['setExtent']([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console[_0x485270(0x1ea)](_0x485270(0x1d1));let _0x15201f=checkProj(_0x3ab8b3,(_0x4fbbad,_0xd7fe50)=>{const _0x2a5e58=_0x485270;if(_0xd7fe50[_0x2a5e58(0x206)]==_0x2a5e58(0x214)){let _0x339f63=_0x3ab8b3[_0x2a5e58(0x1e4)](_0x2a5e58(0x214),'Transverse_Mercator');a78_0x257386[_0x2a5e58(0x1eb)](_0x3ab8b3,_0x339f63);}else{if(_0xd7fe50[_0x2a5e58(0x206)]==_0x2a5e58(0x252)){const _0x4c6224=_0xd7fe50['a']-_0xd7fe50['a']/_0xd7fe50['rf'];let _0x1cdb50='+proj=tmerc\x20+lat_0='+_0xd7fe50[_0x2a5e58(0x1d8)]+_0x2a5e58(0x20d)+_0xd7fe50[_0x2a5e58(0x254)]+_0x2a5e58(0x188)+_0xd7fe50['k0']+_0x2a5e58(0x1c6)+_0xd7fe50[_0x2a5e58(0x237)]+_0x2a5e58(0x233)+_0xd7fe50['false_northing']+_0x2a5e58(0x198)+_0xd7fe50[_0x2a5e58(0x20c)]+_0x2a5e58(0x22f)+_0xd7fe50['a']+_0x2a5e58(0x1f8)+_0x4c6224+'\x20+units=m\x20+no_defs\x20';a78_0x257386[_0x2a5e58(0x1eb)](_0x3ab8b3,_0x1cdb50);}}});_0x15201f&&a78_0x257386[_0x485270(0x1eb)](_0x3ab8b3,_0x3ab8b3);register(a78_0x257386),_0x1efc44=a78_0x3c946d(_0x3ab8b3);_0x1efc44&&_0x347cb0&&_0x1efc44[_0x485270(0x21b)](_0x347cb0);}return _0x1efc44;}function checkProj(_0x2415c7,_0x487d88){const _0x2ec82f=a78_0x2a00;var _0x18c839=a78_0x56bac8(_0x2415c7);if(typeof _0x18c839!==_0x2ec82f(0x1c3)){_0x487d88(_0x2415c7,_0x18c839);return;}var _0x1e0760=a78_0x262e53[_0x2ec82f(0x20e)](_0x18c839[_0x2ec82f(0x206)]);if(!_0x1e0760){_0x487d88(_0x2415c7,_0x18c839);return;}return!![];}
@@ -1 +1 @@
1
- export function calculateResolution(_0x1a8653,_0x47a188){const _0x72e927=25.4/0.28,_0x88c78b=0x3e8/25.4;return _0x1a8653/_0x72e927/_0x88c78b/_0x47a188;}
1
+ export function calculateResolution(_0x598c98,_0x37b4a5){const _0x3d520d=25.4/0.28,_0xccbba2=0x3e8/25.4;return _0x598c98/_0x3d520d/_0xccbba2/_0x37b4a5;}
@@ -1 +1 @@
1
- (function(_0x4a133d,_0x2bff0e){const _0x3335c2=a72_0x427c,_0x1be5f0=_0x4a133d();while(!![]){try{const _0x50a99e=-parseInt(_0x3335c2(0xe3))/0x1+-parseInt(_0x3335c2(0xdd))/0x2+parseInt(_0x3335c2(0xe0))/0x3*(-parseInt(_0x3335c2(0xe8))/0x4)+parseInt(_0x3335c2(0xe4))/0x5+-parseInt(_0x3335c2(0xe6))/0x6+-parseInt(_0x3335c2(0xdf))/0x7+parseInt(_0x3335c2(0xdc))/0x8*(parseInt(_0x3335c2(0xe1))/0x9);if(_0x50a99e===_0x2bff0e)break;else _0x1be5f0['push'](_0x1be5f0['shift']());}catch(_0x520a09){_0x1be5f0['push'](_0x1be5f0['shift']());}}}(a72_0xd90e,0x93d01));import{modulo,toFixed}from'ol/math';import{padNumber}from'ol/string';export function transformedToNumber(_0x478865){const _0x518faa=a72_0x427c;if(_0x478865)return parseFloat(_0x478865[_0x518faa(0xdb)](/[^\d]/g,''));throw new Error(_0x518faa(0xe7));}function a72_0x427c(_0x36fab8,_0x16d2fe){const _0xd90e15=a72_0xd90e();return a72_0x427c=function(_0x427c54,_0x109faf){_0x427c54=_0x427c54-0xdb;let _0x42eb32=_0xd90e15[_0x427c54];return _0x42eb32;},a72_0x427c(_0x36fab8,_0x16d2fe);}export function base64ToBlob(_0x501470){const _0x45a816=a72_0x427c;let _0x1a3532=window[_0x45a816(0xde)](_0x501470),_0x5b5e28=_0x1a3532['length'],_0x10a5c4=new Uint8Array(_0x5b5e28);while(_0x5b5e28--){_0x10a5c4[_0x5b5e28]=_0x1a3532['charCodeAt'](_0x5b5e28);}return new Blob([_0x10a5c4],{'type':_0x501470});}function a72_0xd90e(){const _0x5a510b=['92090xwFcOQ','floor','4268586KqYHBh','字符串为空','988192BXLFHo','replace','1889016atWzqw','1385040EufaJR','atob','7198611aZPVmY','3EPdIfY','135kjqzfi','abs','275510qZKghH'];a72_0xd90e=function(){return _0x5a510b;};return a72_0xd90e();}export function degreesToStringHDMS(_0x2abd9b,_0x78e249){const _0x4bbe1d=a72_0x427c,_0x3a39bd=modulo(_0x2abd9b+0xb4,0x168)-0xb4,_0x2c42d7=Math[_0x4bbe1d(0xe2)](0xe10*_0x3a39bd),_0x34f750=_0x78e249||0x0;let _0x452b55=Math[_0x4bbe1d(0xe5)](_0x2c42d7/0xe10),_0x3f64d2=Math[_0x4bbe1d(0xe5)]((_0x2c42d7-_0x452b55*0xe10)/0x3c),_0x3601e3=toFixed(_0x2c42d7-_0x452b55*0xe10-_0x3f64d2*0x3c,_0x34f750);_0x3601e3>=0x3c&&(_0x3601e3=0x0,_0x3f64d2+=0x1);_0x3f64d2>=0x3c&&(_0x3f64d2=0x0,_0x452b55+=0x1);let _0x15c693=_0x452b55+'°';return(_0x3f64d2!==0x0||_0x3601e3!==0x0)&&(_0x15c693+='\x20'+padNumber(_0x3f64d2,0x2)+'′'),_0x3601e3!==0x0&&(_0x15c693+='\x20'+padNumber(_0x3601e3,0x2,_0x34f750)+'″'),_0x15c693;}
1
+ (function(_0x5e116d,_0x32f76a){const _0x64132f=a80_0x5b67,_0x16ff0d=_0x5e116d();while(!![]){try{const _0x4aaef2=-parseInt(_0x64132f(0x1c8))/0x1+-parseInt(_0x64132f(0x1d3))/0x2+-parseInt(_0x64132f(0x1cc))/0x3+-parseInt(_0x64132f(0x1d1))/0x4+parseInt(_0x64132f(0x1d0))/0x5*(-parseInt(_0x64132f(0x1cd))/0x6)+parseInt(_0x64132f(0x1d4))/0x7+-parseInt(_0x64132f(0x1c9))/0x8*(-parseInt(_0x64132f(0x1ca))/0x9);if(_0x4aaef2===_0x32f76a)break;else _0x16ff0d['push'](_0x16ff0d['shift']());}catch(_0x500185){_0x16ff0d['push'](_0x16ff0d['shift']());}}}(a80_0x1505,0x775b0));import{modulo,toFixed}from'ol/math';function a80_0x5b67(_0x48d3d2,_0x2906d1){const _0x1505d9=a80_0x1505();return a80_0x5b67=function(_0x5b6723,_0x8a08ae){_0x5b6723=_0x5b6723-0x1c8;let _0x534117=_0x1505d9[_0x5b6723];return _0x534117;},a80_0x5b67(_0x48d3d2,_0x2906d1);}import{padNumber}from'ol/string';export function transformedToNumber(_0x8b43a){const _0xb23182=a80_0x5b67;if(_0x8b43a)return parseFloat(_0x8b43a[_0xb23182(0x1d2)](/[^\d]/g,''));throw new Error('字符串为空');}export function base64ToBlob(_0x346601){const _0x3db28d=a80_0x5b67;let _0x3e44f2=window[_0x3db28d(0x1d5)](_0x346601),_0x51a652=_0x3e44f2[_0x3db28d(0x1cf)],_0x1c4d72=new Uint8Array(_0x51a652);while(_0x51a652--){_0x1c4d72[_0x51a652]=_0x3e44f2[_0x3db28d(0x1d6)](_0x51a652);}return new Blob([_0x1c4d72],{'type':_0x346601});}function a80_0x1505(){const _0xb04244=['charCodeAt','880694qUdGPr','7340048TnXTsR','27dSvCqB','abs','13050HzwtDY','5128878PBVBDG','floor','length','5iHiotn','1568956gxulcy','replace','912636XhCoJU','2273432lnAgOX','atob'];a80_0x1505=function(){return _0xb04244;};return a80_0x1505();}export function degreesToStringHDMS(_0xea23b1,_0x5d7194){const _0x2fb792=a80_0x5b67,_0x1c2052=modulo(_0xea23b1+0xb4,0x168)-0xb4,_0xe02795=Math[_0x2fb792(0x1cb)](0xe10*_0x1c2052),_0xb417f6=_0x5d7194||0x0;let _0x3ba2c5=Math['floor'](_0xe02795/0xe10),_0x305056=Math[_0x2fb792(0x1ce)]((_0xe02795-_0x3ba2c5*0xe10)/0x3c),_0x1d17a6=toFixed(_0xe02795-_0x3ba2c5*0xe10-_0x305056*0x3c,_0xb417f6);_0x1d17a6>=0x3c&&(_0x1d17a6=0x0,_0x305056+=0x1);_0x305056>=0x3c&&(_0x305056=0x0,_0x3ba2c5+=0x1);let _0x47126a=_0x3ba2c5+'°';return(_0x305056!==0x0||_0x1d17a6!==0x0)&&(_0x47126a+='\x20'+padNumber(_0x305056,0x2)+'′'),_0x1d17a6!==0x0&&(_0x47126a+='\x20'+padNumber(_0x1d17a6,0x2,_0xb417f6)+'″'),_0x47126a;}
@@ -1 +1 @@
1
- function a73_0x5add(_0x522c82,_0x286435){const _0x28dcd4=a73_0x28dc();return a73_0x5add=function(_0x5add66,_0x5e49fa){_0x5add66=_0x5add66-0xa4;let _0x36182a=_0x28dcd4[_0x5add66];return _0x36182a;},a73_0x5add(_0x522c82,_0x286435);}(function(_0x469b3e,_0x4d4ad5){const _0x9f0b7c=a73_0x5add,_0x36783a=_0x469b3e();while(!![]){try{const _0x580a9a=-parseInt(_0x9f0b7c(0xaa))/0x1*(parseInt(_0x9f0b7c(0xa8))/0x2)+parseInt(_0x9f0b7c(0xb8))/0x3*(parseInt(_0x9f0b7c(0xb2))/0x4)+-parseInt(_0x9f0b7c(0xae))/0x5+-parseInt(_0x9f0b7c(0xa9))/0x6+-parseInt(_0x9f0b7c(0xb1))/0x7+-parseInt(_0x9f0b7c(0xa4))/0x8*(parseInt(_0x9f0b7c(0xb0))/0x9)+parseInt(_0x9f0b7c(0xb5))/0xa;if(_0x580a9a===_0x4d4ad5)break;else _0x36783a['push'](_0x36783a['shift']());}catch(_0x14a7a9){_0x36783a['push'](_0x36783a['shift']());}}}(a73_0x28dc,0xa4725));import{Style,Fill,Circle,Stroke}from'ol/style';export function transformedEsriStyle(_0x167d2a){const _0x3d2002=a73_0x5add;let _0x50ce82=new Style();switch(_0x167d2a[_0x3d2002(0xb3)]){case _0x3d2002(0xad):_0x50ce82=new Style({'image':new Circle({'fill':new Fill({'color':_0x3d2002(0xa6)+_0x167d2a[_0x3d2002(0xaf)][0x0]+',\x20'+_0x167d2a['color'][0x1]+',\x20'+_0x167d2a['color'][0x2]+',\x20'+_0x167d2a['color'][0x3]+')'}),'stroke':new Stroke({'color':_0x3d2002(0xa6)+_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xaf)][0x0]+',\x20'+_0x167d2a[_0x3d2002(0xac)]['color'][0x1]+',\x20'+_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xaf)][0x2]+',\x20'+_0x167d2a['outline']['color'][0x3]+')','width':_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xb7)]}),'radius':_0x167d2a['size']/0x2+0x1})});break;case'esriSLSSolid':_0x50ce82=new Style({'stroke':new Stroke({'color':'rgba('+_0x167d2a[_0x3d2002(0xaf)][0x0]+',\x20'+_0x167d2a[_0x3d2002(0xaf)][0x1]+',\x20'+_0x167d2a[_0x3d2002(0xaf)][0x2]+',\x20'+_0x167d2a[_0x3d2002(0xaf)][0x3]+')','width':_0x167d2a[_0x3d2002(0xb7)]})});break;case'esriSFSSolid':_0x50ce82=new Style({'fill':new Fill({'color':_0x3d2002(0xa6)+_0x167d2a[_0x3d2002(0xaf)][0x0]+',\x20'+_0x167d2a[_0x3d2002(0xaf)][0x1]+',\x20'+_0x167d2a[_0x3d2002(0xaf)][0x2]+',\x20'+_0x167d2a[_0x3d2002(0xaf)][0x3]+')'}),'stroke':new Stroke({'color':_0x3d2002(0xa6)+_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xaf)][0x0]+',\x20'+_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xaf)][0x1]+',\x20'+_0x167d2a['outline'][_0x3d2002(0xaf)][0x2]+',\x20'+_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xaf)][0x3]+')','width':_0x167d2a[_0x3d2002(0xac)][_0x3d2002(0xb7)]})});break;default:break;}return _0x50ce82;}export function highLightSymbol(_0x5b1b23){const _0x5460a7=a73_0x5add;let _0xf949be;if(_0x5b1b23==_0x5460a7(0xb6))_0xf949be=new Style({'fill':new Fill({'color':_0x5460a7(0xb4)}),'stroke':new Stroke({'color':_0x5460a7(0xab),'width':2.5})});else{if(_0x5b1b23==_0x5460a7(0xa5))_0xf949be=new Style({'stroke':new Stroke({'color':'#3399CC','width':2.5})});else _0x5b1b23==_0x5460a7(0xa7)&&(_0xf949be=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':_0x5460a7(0xb4)}),'stroke':new Stroke({'color':_0x5460a7(0xab),'width':2.5})})}));}return _0xf949be;}function a73_0x28dc(){const _0x42626b=['color','59841LwIwtt','7502236IhkDvl','3532yHPpck','style','rgba(214,28,28,0.4)','29007370QFDftP','Polygon','width','1707sPjncd','1056JJogaU','LineString','rgba(','Point','373798qwgjhb','1752420GoqxEZ','1lYWgnq','#3399CC','outline','esriSMSCircle','1506030SVKjoF'];a73_0x28dc=function(){return _0x42626b;};return a73_0x28dc();}
1
+ (function(_0x313e61,_0x4480f8){const _0x3d3d4e=a81_0x4946,_0x21ef7b=_0x313e61();while(!![]){try{const _0x773282=-parseInt(_0x3d3d4e(0x93))/0x1*(-parseInt(_0x3d3d4e(0x95))/0x2)+parseInt(_0x3d3d4e(0x9f))/0x3+parseInt(_0x3d3d4e(0x97))/0x4+parseInt(_0x3d3d4e(0x94))/0x5+parseInt(_0x3d3d4e(0x99))/0x6+-parseInt(_0x3d3d4e(0xa1))/0x7+-parseInt(_0x3d3d4e(0xa0))/0x8;if(_0x773282===_0x4480f8)break;else _0x21ef7b['push'](_0x21ef7b['shift']());}catch(_0x2a91a5){_0x21ef7b['push'](_0x21ef7b['shift']());}}}(a81_0xc30d,0x7905f));function a81_0x4946(_0x282795,_0x39077a){const _0xc30d55=a81_0xc30d();return a81_0x4946=function(_0x49464e,_0x1dce6e){_0x49464e=_0x49464e-0x90;let _0x588b9a=_0xc30d55[_0x49464e];return _0x588b9a;},a81_0x4946(_0x282795,_0x39077a);}import{Style,Fill,Circle,Stroke}from'ol/style';export function transformedEsriStyle(_0x4809b8){const _0x517f31=a81_0x4946;let _0x200e73=new Style();switch(_0x4809b8[_0x517f31(0x9a)]){case'esriSMSCircle':_0x200e73=new Style({'image':new Circle({'fill':new Fill({'color':_0x517f31(0x9e)+_0x4809b8[_0x517f31(0xa2)][0x0]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x1]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x2]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x3]+')'}),'stroke':new Stroke({'color':_0x517f31(0x9e)+_0x4809b8[_0x517f31(0xa3)]['color'][0x0]+',\x20'+_0x4809b8[_0x517f31(0xa3)][_0x517f31(0xa2)][0x1]+',\x20'+_0x4809b8[_0x517f31(0xa3)][_0x517f31(0xa2)][0x2]+',\x20'+_0x4809b8[_0x517f31(0xa3)][_0x517f31(0xa2)][0x3]+')','width':_0x4809b8[_0x517f31(0xa3)]['width']}),'radius':_0x4809b8[_0x517f31(0x9b)]/0x2+0x1})});break;case'esriSLSSolid':_0x200e73=new Style({'stroke':new Stroke({'color':_0x517f31(0x9e)+_0x4809b8[_0x517f31(0xa2)][0x0]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x1]+',\x20'+_0x4809b8['color'][0x2]+',\x20'+_0x4809b8['color'][0x3]+')','width':_0x4809b8[_0x517f31(0x92)]})});break;case _0x517f31(0x91):_0x200e73=new Style({'fill':new Fill({'color':_0x517f31(0x9e)+_0x4809b8[_0x517f31(0xa2)][0x0]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x1]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x2]+',\x20'+_0x4809b8[_0x517f31(0xa2)][0x3]+')'}),'stroke':new Stroke({'color':'rgba('+_0x4809b8[_0x517f31(0xa3)][_0x517f31(0xa2)][0x0]+',\x20'+_0x4809b8['outline']['color'][0x1]+',\x20'+_0x4809b8[_0x517f31(0xa3)][_0x517f31(0xa2)][0x2]+',\x20'+_0x4809b8[_0x517f31(0xa3)][_0x517f31(0xa2)][0x3]+')','width':_0x4809b8[_0x517f31(0xa3)][_0x517f31(0x92)]})});break;default:break;}return _0x200e73;}function a81_0xc30d(){const _0x2e18c4=['rgba(214,28,28,0.4)','3234840FUBQJH','style','size','Polygon','#3399CC','rgba(','2595294JINaiH','11877224DFPCxA','3811241hIwslb','color','outline','LineString','esriSFSSolid','width','33QvaHzP','1504215OXZGHG','22402bMMqfE','Point','1800452qHoFgW'];a81_0xc30d=function(){return _0x2e18c4;};return a81_0xc30d();}export function highLightSymbol(_0x10ca1c){const _0x2524ff=a81_0x4946;let _0x263793;if(_0x10ca1c==_0x2524ff(0x9c))_0x263793=new Style({'fill':new Fill({'color':'rgba(214,28,28,0.4)'}),'stroke':new Stroke({'color':_0x2524ff(0x9d),'width':2.5})});else{if(_0x10ca1c==_0x2524ff(0x90))_0x263793=new Style({'stroke':new Stroke({'color':'#3399CC','width':2.5})});else _0x10ca1c==_0x2524ff(0x96)&&(_0x263793=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':_0x2524ff(0x98)}),'stroke':new Stroke({'color':_0x2524ff(0x9d),'width':2.5})})}));}return _0x263793;}
package/utils/UrlUtil.js CHANGED
@@ -1 +1 @@
1
- function a80_0x3bd5(_0x394c69,_0x493e37){const _0xd4778=a80_0xd477();return a80_0x3bd5=function(_0x3bd5e9,_0x5d7ab1){_0x3bd5e9=_0x3bd5e9-0x146;let _0x6c95ea=_0xd4778[_0x3bd5e9];return _0x6c95ea;},a80_0x3bd5(_0x394c69,_0x493e37);}function a80_0xd477(){const _0x10b41b=['3556164gPVvqO','substring','length','4252164jZJMAt','setAttribute','10fsDcYq','body','target','removeChild','=)([^&]*)','href','appendChild','map','_blank','10gonCLi','download','492051zYiryp','16009119oXGfNJ','revokeObjectURL','1418216qtUFVv','replace','split','1913716UEkjzx','2QfdNNg','1004424eTanQd','?http','indexOf','click'];a80_0xd477=function(){return _0x10b41b;};return a80_0xd477();}(function(_0x18225b,_0x339d66){const _0x17effe=a80_0x3bd5,_0x55a033=_0x18225b();while(!![]){try{const _0x2a8ce2=parseInt(_0x17effe(0x152))/0x1*(-parseInt(_0x17effe(0x153))/0x2)+parseInt(_0x17effe(0x14b))/0x3+-parseInt(_0x17effe(0x151))/0x4*(-parseInt(_0x17effe(0x15c))/0x5)+-parseInt(_0x17effe(0x157))/0x6+-parseInt(_0x17effe(0x15a))/0x7+-parseInt(_0x17effe(0x14e))/0x8+parseInt(_0x17effe(0x14c))/0x9*(parseInt(_0x17effe(0x149))/0xa);if(_0x2a8ce2===_0x339d66)break;else _0x55a033['push'](_0x55a033['shift']());}catch(_0x4ecc01){_0x55a033['push'](_0x55a033['shift']());}}}(a80_0xd477,0x7e6bb));export function addArgument(_0x378c69,_0x180dfc,_0x17458f){const _0x5b6a45=a80_0x3bd5,_0x4f01f1=new RegExp('[\x5c?&]('+_0x180dfc+_0x5b6a45(0x160),'gi');if(_0x378c69['match'](_0x4f01f1))_0x378c69=_0x378c69[_0x5b6a45(0x14f)](_0x4f01f1,_0xf0ec99=>_0xf0ec99[0x0]+_0x180dfc+'='+_0x17458f);else{var _0x4a8e8a=_0x180dfc+'='+_0x17458f,_0xb101aa=_0x378c69[_0x5b6a45(0x155)]('?');let _0x4dfcf6=_0x378c69;_0xb101aa>-0x1&&_0x378c69[_0x5b6a45(0x155)](_0x5b6a45(0x154))>-0x1&&(_0x4dfcf6=_0x378c69['substring'](_0xb101aa+0x1),_0xb101aa=_0x4dfcf6[_0x5b6a45(0x155)]('?'));if(_0xb101aa<0x0)_0x378c69+='?';else _0xb101aa>=0x0&&_0xb101aa!==_0x4dfcf6[_0x5b6a45(0x159)]-0x1&&(_0x378c69+='&');_0x378c69=_0x378c69+_0x4a8e8a;}return _0x378c69;}export function appendParam(_0x3e7dde,_0x3bf314){const _0x4cdc63=a80_0x3bd5;var _0x4ac869=_0x3e7dde[_0x4cdc63(0x155)]('?');let _0x1bf3e8=_0x3e7dde;if(_0x4ac869>-0x1&&_0x3e7dde['indexOf'](_0x4cdc63(0x154))>-0x1){let _0x8b323d=_0x4ac869+0x1;_0x1bf3e8=_0x3e7dde[_0x4cdc63(0x158)](_0x4ac869+0x1),_0x4ac869=_0x1bf3e8[_0x4cdc63(0x155)]('?');}return _0x4ac869>-0x1?_0x3e7dde+'&'+_0x3bf314:_0x3e7dde+'?'+_0x3bf314;}export function appendPath(_0xdd2593,_0x325b5f){const _0x3ec4c3=a80_0x3bd5;var _0x2266b3=_0xdd2593[_0x3ec4c3(0x155)]('?');let _0xa09bc8=_0xdd2593;if(_0x2266b3>-0x1&&_0xdd2593[_0x3ec4c3(0x155)](_0x3ec4c3(0x154))>-0x1){let _0x14807a=_0x2266b3+0x1;_0xa09bc8=_0xdd2593[_0x3ec4c3(0x158)](_0x2266b3+0x1),_0x2266b3=_0xa09bc8[_0x3ec4c3(0x155)]('?'),_0x2266b3>-0x1&&(_0x2266b3+=_0x14807a);}return _0x2266b3>-0x1?_0xdd2593[_0x3ec4c3(0x158)](0x0,_0x2266b3)+'/'+_0x325b5f+_0xdd2593[_0x3ec4c3(0x158)](_0x2266b3):_0xdd2593+'/'+_0x325b5f;}export function getUrlParams(_0x329381){const _0x102213=a80_0x3bd5;var _0x5191c5,_0x183b48;let _0x2f1d3b=_0x329381[_0x102213(0x155)](_0x102213(0x154)),_0x2b1f9f;_0x2f1d3b>-0x1?_0x329381[_0x102213(0x155)]('?',_0x2f1d3b+0x3)>-0x1&&(_0x2b1f9f=(_0x5191c5=_0x329381[_0x102213(0x150)]('?'))===null||_0x5191c5===void 0x0?void 0x0:_0x5191c5[0x2]):_0x329381[_0x102213(0x155)]('?')>-0x1&&(_0x2b1f9f=(_0x183b48=_0x329381[_0x102213(0x150)]('?'))===null||_0x183b48===void 0x0?void 0x0:_0x183b48[0x1]);if(_0x2b1f9f)return createParamByQuery(_0x2b1f9f);return[];}function createParamByQuery(_0x448789){const _0x36af40=a80_0x3bd5;let _0x195a51=_0x448789['split']('&');return _0x195a51[_0x36af40(0x147)](_0x3bd414=>{const _0x2d5600=_0x36af40;var _0x1d1611=_0x3bd414[_0x2d5600(0x150)]('=');return{'name':_0x1d1611[0x0],'value':_0x1d1611[0x1]};});}export function parseImage(_0x51910b,_0x513c1b){let _0x5b04c1='';if(_0x51910b){if(_0x51910b['match'](/^(data|http|https)/))_0x5b04c1=_0x51910b;else{if(_0x51910b['match'](/Assets/))_0x5b04c1=_0x51910b;else{}}}return _0x5b04c1;}export function downloadBlob(_0x4b7f4f,_0x4bac87){const _0x196828=a80_0x3bd5,_0x101da6=URL['createObjectURL'](_0x4b7f4f);var _0x5a8c4d=document['createElement']('a');_0x5a8c4d[_0x196828(0x15b)](_0x196828(0x161),_0x101da6),_0x5a8c4d[_0x196828(0x15b)](_0x196828(0x15e),_0x196828(0x148)),_0x5a8c4d[_0x196828(0x15b)](_0x196828(0x14a),_0x4bac87),document['body'][_0x196828(0x146)](_0x5a8c4d),_0x5a8c4d[_0x196828(0x156)](),document[_0x196828(0x15d)][_0x196828(0x15f)](_0x5a8c4d),URL[_0x196828(0x14d)](_0x101da6);}
1
+ function a88_0x3d44(_0x169909,_0x363714){const _0x1bb5ac=a88_0x1bb5();return a88_0x3d44=function(_0x3d44f7,_0x4c5b4a){_0x3d44f7=_0x3d44f7-0x191;let _0x2d4bf3=_0x1bb5ac[_0x3d44f7];return _0x2d4bf3;},a88_0x3d44(_0x169909,_0x363714);}(function(_0x49890d,_0x2b3787){const _0x3854cc=a88_0x3d44,_0x51ea06=_0x49890d();while(!![]){try{const _0x30d329=-parseInt(_0x3854cc(0x19d))/0x1*(-parseInt(_0x3854cc(0x195))/0x2)+parseInt(_0x3854cc(0x194))/0x3*(parseInt(_0x3854cc(0x192))/0x4)+-parseInt(_0x3854cc(0x1a6))/0x5*(parseInt(_0x3854cc(0x196))/0x6)+parseInt(_0x3854cc(0x1ae))/0x7*(parseInt(_0x3854cc(0x1b0))/0x8)+parseInt(_0x3854cc(0x1ac))/0x9*(-parseInt(_0x3854cc(0x1a9))/0xa)+parseInt(_0x3854cc(0x1a8))/0xb+-parseInt(_0x3854cc(0x1a5))/0xc;if(_0x30d329===_0x2b3787)break;else _0x51ea06['push'](_0x51ea06['shift']());}catch(_0x4c1cac){_0x51ea06['push'](_0x51ea06['shift']());}}}(a88_0x1bb5,0x9402f));export function addArgument(_0x519f68,_0x372023,_0x5b2871){const _0x4fcd0f=a88_0x3d44,_0x59316e=new RegExp(_0x4fcd0f(0x1af)+_0x372023+_0x4fcd0f(0x19f),'gi');if(_0x519f68[_0x4fcd0f(0x1a4)](_0x59316e))_0x519f68=_0x519f68['replace'](_0x59316e,_0x28339f=>_0x28339f[0x0]+_0x372023+'='+_0x5b2871);else{var _0x1ef2ea=_0x372023+'='+_0x5b2871,_0x190f7b=_0x519f68[_0x4fcd0f(0x193)]('?');let _0x165c35=_0x519f68;_0x190f7b>-0x1&&_0x519f68['indexOf'](_0x4fcd0f(0x1a7))>-0x1&&(_0x165c35=_0x519f68['substring'](_0x190f7b+0x1),_0x190f7b=_0x165c35[_0x4fcd0f(0x193)]('?'));if(_0x190f7b<0x0)_0x519f68+='?';else _0x190f7b>=0x0&&_0x190f7b!==_0x165c35[_0x4fcd0f(0x19c)]-0x1&&(_0x519f68+='&');_0x519f68=_0x519f68+_0x1ef2ea;}return _0x519f68;}export function appendParam(_0x48530a,_0x4b7e17){const _0x56f0d0=a88_0x3d44;var _0x3dd816=_0x48530a[_0x56f0d0(0x193)]('?');let _0x3a96a6=_0x48530a;if(_0x3dd816>-0x1&&_0x48530a[_0x56f0d0(0x193)]('?http')>-0x1){let _0x24c482=_0x3dd816+0x1;_0x3a96a6=_0x48530a[_0x56f0d0(0x19e)](_0x3dd816+0x1),_0x3dd816=_0x3a96a6[_0x56f0d0(0x193)]('?');}return _0x3dd816>-0x1?_0x48530a+'&'+_0x4b7e17:_0x48530a+'?'+_0x4b7e17;}export function appendPath(_0xf65f2b,_0x4879e8){const _0x330840=a88_0x3d44;var _0x580d2d=_0xf65f2b['indexOf']('?');let _0x5f3f62=_0xf65f2b;if(_0x580d2d>-0x1&&_0xf65f2b[_0x330840(0x193)](_0x330840(0x1a7))>-0x1){let _0x268988=_0x580d2d+0x1;_0x5f3f62=_0xf65f2b[_0x330840(0x19e)](_0x580d2d+0x1),_0x580d2d=_0x5f3f62[_0x330840(0x193)]('?'),_0x580d2d>-0x1&&(_0x580d2d+=_0x268988);}return _0x580d2d>-0x1?_0xf65f2b[_0x330840(0x19e)](0x0,_0x580d2d)+'/'+_0x4879e8+_0xf65f2b[_0x330840(0x19e)](_0x580d2d):_0xf65f2b+'/'+_0x4879e8;}export function getUrlParams(_0x549d03){const _0x248efe=a88_0x3d44;var _0x6422b6,_0x462ade;let _0x3b2b07=_0x549d03[_0x248efe(0x193)](_0x248efe(0x1a7)),_0x2f78f2;_0x3b2b07>-0x1?_0x549d03[_0x248efe(0x193)]('?',_0x3b2b07+0x3)>-0x1&&(_0x2f78f2=(_0x6422b6=_0x549d03[_0x248efe(0x1a1)]('?'))===null||_0x6422b6===void 0x0?void 0x0:_0x6422b6[0x2]):_0x549d03['indexOf']('?')>-0x1&&(_0x2f78f2=(_0x462ade=_0x549d03[_0x248efe(0x1a1)]('?'))===null||_0x462ade===void 0x0?void 0x0:_0x462ade[0x1]);if(_0x2f78f2)return createParamByQuery(_0x2f78f2);return[];}function createParamByQuery(_0x1d6fdd){const _0x287313=a88_0x3d44;let _0x55071a=_0x1d6fdd['split']('&');return _0x55071a[_0x287313(0x1a0)](_0x3e434f=>{var _0xc01ad8=_0x3e434f['split']('=');return{'name':_0xc01ad8[0x0],'value':_0xc01ad8[0x1]};});}export function parseImage(_0x2e6926,_0x2743fc){const _0x295a8c=a88_0x3d44;let _0x1073ef='';if(_0x2e6926){if(_0x2e6926[_0x295a8c(0x1a4)](/^(data|http|https)/))_0x1073ef=_0x2e6926;else{if(_0x2e6926['match'](/Assets/))_0x1073ef=_0x2e6926;else{}}}return _0x1073ef;}function a88_0x1bb5(){const _0x5d9c2a=['16HcBKIU','substring','=)([^&]*)','map','split','href','createObjectURL','match','7219560xyseCX','116845qHxXAD','?http','11551485xwZdeb','1980JVgtAu','createElement','_blank','54963JiJjaA','download','532pHsMps','[\x5c?&](','56256ucvptZ','revokeObjectURL','9512XZrPEA','indexOf','1293rNgWKf','16844spbdkX','84NCYWQF','setAttribute','body','click','removeChild','appendChild','length'];a88_0x1bb5=function(){return _0x5d9c2a;};return a88_0x1bb5();}export function downloadBlob(_0x139e76,_0x5313c7){const _0x54caeb=a88_0x3d44,_0x54aef6=URL[_0x54caeb(0x1a3)](_0x139e76);var _0x13d804=document[_0x54caeb(0x1aa)]('a');_0x13d804[_0x54caeb(0x197)](_0x54caeb(0x1a2),_0x54aef6),_0x13d804[_0x54caeb(0x197)]('target',_0x54caeb(0x1ab)),_0x13d804[_0x54caeb(0x197)](_0x54caeb(0x1ad),_0x5313c7),document['body'][_0x54caeb(0x19b)](_0x13d804),_0x13d804[_0x54caeb(0x199)](),document[_0x54caeb(0x198)][_0x54caeb(0x19a)](_0x13d804),URL[_0x54caeb(0x191)](_0x54aef6);}
package/utils/XmlUtil.js CHANGED
@@ -1 +1 @@
1
- (function(_0x1db341,_0x18a0b6){const _0x38e346=a81_0xfd71,_0x3692b4=_0x1db341();while(!![]){try{const _0x1ae6b2=-parseInt(_0x38e346(0xd5))/0x1+-parseInt(_0x38e346(0xd1))/0x2+-parseInt(_0x38e346(0xd3))/0x3*(parseInt(_0x38e346(0xdf))/0x4)+parseInt(_0x38e346(0xd9))/0x5+-parseInt(_0x38e346(0xd7))/0x6*(-parseInt(_0x38e346(0xda))/0x7)+parseInt(_0x38e346(0xd4))/0x8*(-parseInt(_0x38e346(0xdc))/0x9)+parseInt(_0x38e346(0xdd))/0xa;if(_0x1ae6b2===_0x18a0b6)break;else _0x3692b4['push'](_0x3692b4['shift']());}catch(_0x1e751f){_0x3692b4['push'](_0x3692b4['shift']());}}}(a81_0x5eb4,0x87b3a));function a81_0x5eb4(){const _0xc6a09b=['72KUlxBb','27609280ujBlxl','parseFromString','428mqvkuT','DOMParser','1258826IlMteG','Microsoft.XMLDOM','24573VBlrhB','360952FtEGAB','1013388dUxHsA','async','426trbFUT','false','722565JNtonW','52311tnQJGR','loadXML'];a81_0x5eb4=function(){return _0xc6a09b;};return a81_0x5eb4();}function a81_0xfd71(_0x122ac0,_0x33d583){const _0x5eb41b=a81_0x5eb4();return a81_0xfd71=function(_0xfd7194,_0x44f661){_0xfd7194=_0xfd7194-0xd1;let _0x1a7ca7=_0x5eb41b[_0xfd7194];return _0x1a7ca7;},a81_0xfd71(_0x122ac0,_0x33d583);}export function readXml(_0x5db1c9){const _0x2d4062=a81_0xfd71;let _0x4e5798;return window[_0x2d4062(0xe0)]?_0x4e5798=new DOMParser()[_0x2d4062(0xde)](_0x5db1c9,'text/xml'):(_0x4e5798=new ActiveXObject(_0x2d4062(0xd2)),_0x4e5798[_0x2d4062(0xd6)]=_0x2d4062(0xd8),_0x4e5798[_0x2d4062(0xdb)](_0x5db1c9)),_0x4e5798;}
1
+ (function(_0x339af4,_0x537395){const _0x2f9dae=a89_0x3baf,_0x502fd7=_0x339af4();while(!![]){try{const _0x3a2dda=-parseInt(_0x2f9dae(0x162))/0x1+-parseInt(_0x2f9dae(0x157))/0x2+parseInt(_0x2f9dae(0x161))/0x3*(-parseInt(_0x2f9dae(0x156))/0x4)+-parseInt(_0x2f9dae(0x15e))/0x5*(-parseInt(_0x2f9dae(0x163))/0x6)+parseInt(_0x2f9dae(0x155))/0x7*(-parseInt(_0x2f9dae(0x164))/0x8)+parseInt(_0x2f9dae(0x15f))/0x9+parseInt(_0x2f9dae(0x15d))/0xa*(parseInt(_0x2f9dae(0x15a))/0xb);if(_0x3a2dda===_0x537395)break;else _0x502fd7['push'](_0x502fd7['shift']());}catch(_0x2dc968){_0x502fd7['push'](_0x502fd7['shift']());}}}(a89_0x3ec4,0xa5968));function a89_0x3baf(_0x272585,_0x219af5){const _0x3ec483=a89_0x3ec4();return a89_0x3baf=function(_0x3baf2a,_0x372876){_0x3baf2a=_0x3baf2a-0x155;let _0x53aed7=_0x3ec483[_0x3baf2a];return _0x53aed7;},a89_0x3baf(_0x272585,_0x219af5);}export function readXml(_0x5ac661){const _0x17d8f4=a89_0x3baf;let _0x1cbebc;return window[_0x17d8f4(0x15c)]?_0x1cbebc=new DOMParser()[_0x17d8f4(0x159)](_0x5ac661,'text/xml'):(_0x1cbebc=new ActiveXObject('Microsoft.XMLDOM'),_0x1cbebc[_0x17d8f4(0x160)]=_0x17d8f4(0x158),_0x1cbebc[_0x17d8f4(0x15b)](_0x5ac661)),_0x1cbebc;}function a89_0x3ec4(){const _0x1b9597=['2586585dvcmCU','1296687gJpmXb','2594550eNGUJP','5045136QGOMlX','7IkeSwC','4DrOBrM','74896ghdAlo','false','parseFromString','24108645QlpdDY','loadXML','DOMParser','10wfdQuU','5viqdjW','7929900eGvzFY','async'];a89_0x3ec4=function(){return _0x1b9597;};return a89_0x3ec4();}
@@ -1 +1 @@
1
- function a62_0x3057(_0x5398e8,_0x58f5c0){const _0x49e4e9=a62_0x49e4();return a62_0x3057=function(_0x305764,_0x5b5540){_0x305764=_0x305764-0xf8;let _0x10e040=_0x49e4e9[_0x305764];return _0x10e040;},a62_0x3057(_0x5398e8,_0x58f5c0);}const a62_0x1017eb=a62_0x3057;function a62_0x49e4(){const _0x5258a2=['write','propertyName','contains','isNull','LOGICAL','push','exec','type','bbox','RPAREN','tryToken','BETWEEN','\x20or\x20','7148405teStdw','match','conditions','CQL解析失败:','WITHIN','29583ZcpabP','buildAst','logicals','4250ymDoFh','expression','split','COMMA','replaceAll','greaterThan','Unknown\x20token\x20type\x20','condition','PROPERTY','WITHIN(','LIKE','inPatterns','lastIndexOf','number','2714704uMuYKu','tagName_','greaterThanOrEqualTo','CONTAINS','writeGeometry','\x20BETWEEN\x20','PropertyIsGreaterThan','text','NOT','INTERSECTS(','502320Uvvvnx','903537oKyiLh','],\x20expected\x20one\x20of:\x20','NOT\x20(','toUpperCase','Not','readGeometry','indexOf','operatorReverse','lowerBoundary','2mzgPQZ','LPAREN','PropertyIsLike','read','CONTAINS(','SPATIAL','IS_NULL','PropertyIsLessThanOrEqualTo','nextToken','ERROR:\x20In\x20parsing:\x20[','geometryName','24COsLBT','join','within','geometry','patterns','BBOX(','and','not','length','Within','follows','charAt','COMPARISON','4wFfAek','602620aumjZz','parseInToOr','VALUE','PropertyIsNotEqualTo','replace','GEOMETRY','lessThan','2821623QIHGhc','Intersects','pop','And','substring','upperBoundary','extent','78dLLujU','precedence','END','toLowerCase','operators'];a62_0x49e4=function(){return _0x5258a2;};return a62_0x49e4();}(function(_0x5d9342,_0x29c5a9){const _0x5104f3=a62_0x3057,_0x716201=_0x5d9342();while(!![]){try{const _0x3030eb=parseInt(_0x5104f3(0x13e))/0x1*(-parseInt(_0x5104f3(0x148))/0x2)+-parseInt(_0x5104f3(0x13f))/0x3*(parseInt(_0x5104f3(0xfd))/0x4)+-parseInt(_0x5104f3(0xfe))/0x5*(-parseInt(_0x5104f3(0x10c))/0x6)+-parseInt(_0x5104f3(0x105))/0x7+parseInt(_0x5104f3(0x134))/0x8+-parseInt(_0x5104f3(0x123))/0x9*(-parseInt(_0x5104f3(0x126))/0xa)+parseInt(_0x5104f3(0x11e))/0xb*(-parseInt(_0x5104f3(0x153))/0xc);if(_0x3030eb===_0x29c5a9)break;else _0x716201['push'](_0x716201['shift']());}catch(_0x277be8){_0x716201['push'](_0x716201['shift']());}}}(a62_0x49e4,0xc289b));import*as a62_0x1bf7c0 from'ol/format/filter';import{WKT}from'ol/format';import a62_0x2cc0bb from'ol/geom/Geometry';export default class CQL{constructor(){const _0x215bb5=a62_0x3057;this[_0x215bb5(0x131)]=/ (IN) /i,this['tokens']=[_0x215bb5(0x12e),'COMPARISON','VALUE','LOGICAL'],this['patterns']={'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(_0x17b96c){const _0x38dd7f=_0x215bb5;let _0xbc1cd1=/^(POINT|LINESTRING|POLYGON|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION)/['exec'](_0x17b96c);if(_0xbc1cd1){let _0x573197=_0x17b96c['length'],_0x129fef=_0x17b96c[_0x38dd7f(0x145)]('(',_0xbc1cd1[0x0]['length']);if(_0x129fef>-0x1){let _0x5e2e25=0x1;while(_0x129fef<_0x573197&&_0x5e2e25>0x0){_0x129fef++;switch(_0x17b96c[_0x38dd7f(0xfb)](_0x129fef)){case'(':_0x5e2e25++;break;case')':_0x5e2e25--;break;default:}}}return[_0x17b96c[_0x38dd7f(0x109)](0x0,_0x129fef+0x1)];}},'END':/^$/},this[_0x215bb5(0xfa)]={'LPAREN':[_0x215bb5(0x103),_0x215bb5(0x14d),_0x215bb5(0x12e),'VALUE',_0x215bb5(0x149)],'RPAREN':['NOT',_0x215bb5(0x115),_0x215bb5(0x10e),_0x215bb5(0x11a)],'PROPERTY':[_0x215bb5(0xfc),'BETWEEN',_0x215bb5(0x129),_0x215bb5(0x14e)],'BETWEEN':[_0x215bb5(0x100)],'IS_NULL':[_0x215bb5(0x10e)],'COMPARISON':[_0x215bb5(0x100)],'COMMA':[_0x215bb5(0x103),_0x215bb5(0x100),_0x215bb5(0x12e)],'VALUE':[_0x215bb5(0x115),'COMMA',_0x215bb5(0x11a),_0x215bb5(0x10e)],'SPATIAL':[_0x215bb5(0x149)],'LOGICAL':[_0x215bb5(0x13c),_0x215bb5(0x100),_0x215bb5(0x14d),_0x215bb5(0x12e),_0x215bb5(0x149)],'NOT':['PROPERTY',_0x215bb5(0x149)],'GEOMETRY':['COMMA',_0x215bb5(0x11a)]},this[_0x215bb5(0x110)]={'=':a62_0x1bf7c0['equalTo'],'<>':a62_0x1bf7c0['notEqualTo'],'<':a62_0x1bf7c0[_0x215bb5(0x104)],'<=':a62_0x1bf7c0['lessThanOrEqualTo'],'>':a62_0x1bf7c0[_0x215bb5(0x12b)],'>=':a62_0x1bf7c0[_0x215bb5(0x136)],'LIKE':a62_0x1bf7c0['like'],'BETWEEN':a62_0x1bf7c0['between'],'IS\x20NULL':a62_0x1bf7c0[_0x215bb5(0x114)]},this[_0x215bb5(0x146)]={'PropertyIsEqualTo':'=','PropertyIsNotEqualTo':'<>','PropertyIsLessThan':'<','PropertyIsLessThanOrEqualTo':'<=','PropertyIsGreaterThan':'>','PropertyIsGreaterThanOrEqualTo':'>=','PropertyIsLike':_0x215bb5(0x130),'PropertyIsNull':'IS\x20NULL','PropertyIsBetween':_0x215bb5(0x11c)},this[_0x215bb5(0x125)]={'AND':a62_0x1bf7c0[_0x215bb5(0x159)],'OR':a62_0x1bf7c0['or']},this[_0x215bb5(0x10d)]={'RPAREN':0x3,'LOGICAL':0x2,'COMPARISON':0x1};}[a62_0x1017eb(0x11b)](_0xecae7c,_0x3f3cf2){const _0x38d796=a62_0x1017eb;return _0x3f3cf2 instanceof RegExp?_0x3f3cf2[_0x38d796(0x117)](_0xecae7c):_0x3f3cf2(_0xecae7c);}[a62_0x1017eb(0x150)](_0xf93006,_0x8d30dc){const _0xfba8ef=a62_0x1017eb;let _0x5c772b,_0x440319,_0x422e34=_0x8d30dc[_0xfba8ef(0xf8)];for(_0x5c772b=0x0;_0x5c772b<_0x422e34;_0x5c772b++){_0x440319=_0x8d30dc[_0x5c772b];let _0x4ed902=this[_0xfba8ef(0x157)][_0x440319],_0x1a94ef=this[_0xfba8ef(0x11b)](_0xf93006,_0x4ed902);if(_0x1a94ef){let _0x3bd3ea=_0x1a94ef[0x0],_0x89a516=_0xf93006['substring'](_0x3bd3ea['length'])['replace'](/^\s*/,'');return{'type':_0x440319,'text':_0x3bd3ea,'remainder':_0x89a516};}}let _0x2d0ab6=_0xfba8ef(0x151)+_0xf93006+_0xfba8ef(0x140);for(_0x5c772b=0x0;_0x5c772b<_0x422e34;_0x5c772b++){_0x440319=_0x8d30dc[_0x5c772b],_0x2d0ab6+='\x0a\x20\x20\x20\x20'+_0x440319+':\x20'+this['patterns'][_0x440319];}throw new Error(_0x2d0ab6);}['tokenize'](_0x58ffc1){const _0x3ef6ef=a62_0x1017eb;_0x58ffc1=_0x58ffc1['replaceAll']('[','')[_0x3ef6ef(0x12a)](']','');let _0x1fff9f=this[_0x3ef6ef(0x11b)](_0x58ffc1,this[_0x3ef6ef(0x131)]);_0x1fff9f&&(_0x58ffc1=this[_0x3ef6ef(0xff)](_0x58ffc1,_0x1fff9f));let _0x373e25=[],_0x32df15,_0x59d903=[_0x3ef6ef(0x13c),_0x3ef6ef(0x103),_0x3ef6ef(0x14d),_0x3ef6ef(0x12e),'LPAREN'];do{_0x32df15=this['nextToken'](_0x58ffc1,_0x59d903),_0x58ffc1=_0x32df15['remainder'],_0x59d903=this[_0x3ef6ef(0xfa)][_0x32df15[_0x3ef6ef(0x118)]];if(_0x32df15[_0x3ef6ef(0x118)]!==_0x3ef6ef(0x10e)&&!_0x59d903)throw new Error('No\x20follows\x20list\x20for\x20'+_0x32df15['type']);_0x373e25[_0x3ef6ef(0x116)](_0x32df15);}while(_0x32df15['type']!==_0x3ef6ef(0x10e));return _0x373e25;}[a62_0x1017eb(0xff)](_0x5c53f9,_0x106db9){const _0xbfc09=a62_0x1017eb;let _0x474fc=this[_0xbfc09(0x11b)](_0x5c53f9,/\((.+?)\)/g);if(_0x474fc){let _0x5d7568=_0x5c53f9[_0xbfc09(0x109)](0x0,_0x106db9['index']),_0x427c26=_0x474fc[0x1],_0x4e575f=_0x427c26[_0xbfc09(0x12a)]('\x20','')[_0xbfc09(0x128)](','),_0x57c7e6='',_0x4436dd='';if(_0x5d7568[_0xbfc09(0x145)]('\x20')>-0x1){let _0x59def2=_0x5d7568[_0xbfc09(0x132)]('\x20');_0x4436dd=_0x5d7568[_0xbfc09(0x109)](0x0,_0x59def2+0x1),_0x57c7e6=_0x5d7568[_0xbfc09(0x109)](_0x59def2+0x1,_0x5d7568[_0xbfc09(0xf8)]);}else _0x57c7e6=_0x5d7568;let _0x20f65a=_0x4436dd;for(let _0x550794=0x0;_0x550794<_0x4e575f[_0xbfc09(0xf8)];_0x550794++){let _0x11ce12=_0x4e575f[_0x550794];_0x20f65a+=_0x57c7e6+'='+_0x11ce12,_0x550794<_0x4e575f[_0xbfc09(0xf8)]-0x1&&(_0x20f65a+=_0xbfc09(0x11d));}return _0x20f65a;}return _0x5c53f9;}[a62_0x1017eb(0x124)](_0x41534c){const _0x1208e1=a62_0x1017eb;let _0x4ef74e=this,_0x35a982=[],_0x44c1e0=[];while(_0x41534c[_0x1208e1(0xf8)]){let _0x3db8f3=_0x41534c['shift']();switch(_0x3db8f3[_0x1208e1(0x118)]){case'PROPERTY':case'GEOMETRY':case _0x1208e1(0x100):_0x44c1e0[_0x1208e1(0x116)](_0x3db8f3);break;case'COMPARISON':case _0x1208e1(0x11c):case _0x1208e1(0x14e):case _0x1208e1(0x115):{let _0x4da617=this[_0x1208e1(0x10d)][_0x3db8f3[_0x1208e1(0x118)]];while(_0x35a982['length']>0x0&&this[_0x1208e1(0x10d)][_0x35a982[_0x35a982[_0x1208e1(0xf8)]-0x1][_0x1208e1(0x118)]]<=_0x4da617){_0x44c1e0[_0x1208e1(0x116)](_0x35a982[_0x1208e1(0x107)]());}_0x35a982[_0x1208e1(0x116)](_0x3db8f3);break;}case _0x1208e1(0x14d):case'NOT':case _0x1208e1(0x149):_0x35a982[_0x1208e1(0x116)](_0x3db8f3);break;case _0x1208e1(0x11a):while(_0x35a982[_0x1208e1(0xf8)]>0x0&&_0x35a982[_0x35a982[_0x1208e1(0xf8)]-0x1][_0x1208e1(0x118)]!==_0x1208e1(0x149)){_0x44c1e0[_0x1208e1(0x116)](_0x35a982[_0x1208e1(0x107)]());}_0x35a982[_0x1208e1(0x107)]();_0x35a982[_0x1208e1(0xf8)]>0x0&&(_0x35a982[_0x35a982[_0x1208e1(0xf8)]-0x1]['type']===_0x1208e1(0x14d)||_0x35a982[_0x35a982[_0x1208e1(0xf8)]-0x1][_0x1208e1(0x118)]===_0x1208e1(0x13c))&&_0x44c1e0[_0x1208e1(0x116)](_0x35a982[_0x1208e1(0x107)]());break;case'COMMA':case _0x1208e1(0x10e):break;default:throw new Error(_0x1208e1(0x12c)+_0x3db8f3[_0x1208e1(0x118)]);}}while(_0x35a982[_0x1208e1(0xf8)]>0x0){_0x44c1e0['push'](_0x35a982['pop']());}function _0x5799ad(){const _0x5eecfc=_0x1208e1;let _0x19864e,_0x3d1a35,_0x51adb9=_0x44c1e0['pop']();switch(_0x51adb9[_0x5eecfc(0x118)]){case'LOGICAL':{let _0x301ab9=_0x5799ad(),_0x4a1ac7=_0x5799ad();return new _0x4ef74e[(_0x5eecfc(0x125))][(_0x51adb9[_0x5eecfc(0x13b)]['toUpperCase']())](_0x4a1ac7,_0x301ab9);}case'NOT':{let _0x5181ec=_0x5799ad();return a62_0x1bf7c0[_0x5eecfc(0x15a)](_0x5181ec);}case _0x5eecfc(0x11c):{let _0x59ac24,_0x2618c7;return _0x44c1e0['pop'](),_0x2618c7=_0x5799ad(),_0x59ac24=_0x5799ad(),_0x3d1a35=_0x5799ad(),a62_0x1bf7c0['between'](_0x3d1a35,_0x59ac24,_0x2618c7);}case'COMPARISON':{return _0x19864e=_0x5799ad(),_0x3d1a35=_0x5799ad(),new _0x4ef74e[(_0x5eecfc(0x110))][(_0x51adb9[_0x5eecfc(0x13b)][_0x5eecfc(0x142)]())](_0x3d1a35,_0x19864e);}case _0x5eecfc(0x14e):_0x3d1a35=_0x5799ad();return new _0x4ef74e[(_0x5eecfc(0x110))][(_0x51adb9[_0x5eecfc(0x13b)][_0x5eecfc(0x142)]())](_0x3d1a35);case _0x5eecfc(0x100):{let _0x39d096=_0x51adb9[_0x5eecfc(0x13b)][_0x5eecfc(0x11f)](/^'(.*)'$/);return _0x39d096?_0x39d096[0x1][_0x5eecfc(0x102)](/''/g,'\x27'):Number(_0x51adb9[_0x5eecfc(0x13b)]);}case _0x5eecfc(0x14d):switch(_0x51adb9['text'][_0x5eecfc(0x142)]()){case'BBOX':{let _0x324b1f=_0x5799ad(),_0x328163=_0x5799ad(),_0x3dedeb=_0x5799ad(),_0x5795ab=_0x5799ad(),_0x319028=_0x5799ad();return a62_0x1bf7c0[_0x5eecfc(0x119)](_0x319028,[_0x5795ab,_0x3dedeb,_0x328163,_0x324b1f]);}case'INTERSECTS':_0x19864e=_0x5799ad(),_0x3d1a35=_0x5799ad();return a62_0x1bf7c0['intersects'](_0x3d1a35,_0x19864e);case _0x5eecfc(0x122):_0x19864e=_0x5799ad(),_0x3d1a35=_0x5799ad();return a62_0x1bf7c0[_0x5eecfc(0x155)](_0x3d1a35,_0x19864e);case _0x5eecfc(0x137):_0x19864e=_0x5799ad(),_0x3d1a35=_0x5799ad();return a62_0x1bf7c0[_0x5eecfc(0x113)](_0x3d1a35,_0x19864e);}break;case _0x5eecfc(0x103):return new WKT()[_0x5eecfc(0x144)](_0x51adb9[_0x5eecfc(0x13b)],{});default:return _0x51adb9['text'];}}let _0x1ddd3b=_0x5799ad();if(_0x44c1e0[_0x1208e1(0xf8)]>0x0){let _0x153a8f='剩余的节点无法解析:\x20\x0a';for(let _0x566709=_0x44c1e0[_0x1208e1(0xf8)]-0x1;_0x566709>=0x0;_0x566709--){_0x153a8f+=_0x44c1e0[_0x566709][_0x1208e1(0x118)]+':\x20'+_0x44c1e0[_0x566709]['text']+'\x0a';}throw new Error(_0x153a8f);}return _0x1ddd3b;}[a62_0x1017eb(0x14b)](_0x4fc837){const _0x142d44=a62_0x1017eb;try{return this[_0x142d44(0x124)](this['tokenize'](_0x4fc837));}catch(_0x58d77d){console['warn'](_0x142d44(0x121)+_0x4fc837),console['warn'](_0x58d77d);}}['write'](_0x346f9f){const _0x305f8d=a62_0x1017eb;switch(_0x346f9f[_0x305f8d(0x135)]){case'BBOX':return _0x305f8d(0x158)+_0x346f9f['geometryName']+','+_0x346f9f[_0x305f8d(0x10b)][_0x305f8d(0x154)](',')+','+_0x346f9f['srsName']+')';case _0x305f8d(0xf9):return _0x305f8d(0x12f)+_0x346f9f[_0x305f8d(0x152)]+',\x20'+this[_0x305f8d(0x144)](_0x346f9f['geometry'])+')';case _0x305f8d(0x106):return _0x305f8d(0x13d)+_0x346f9f[_0x305f8d(0x152)]+',\x20'+this[_0x305f8d(0x144)](_0x346f9f[_0x305f8d(0x156)])+')';case'Contains':return _0x305f8d(0x14c)+_0x346f9f[_0x305f8d(0x152)]+',\x20'+this[_0x305f8d(0x144)](_0x346f9f[_0x305f8d(0x156)])+')';case _0x305f8d(0x143):return _0x305f8d(0x141)+this['write'](_0x346f9f[_0x305f8d(0x12d)])+')';case _0x305f8d(0x108):case'Or':{let _0x7cea3f='(',_0x304f6c=!![];for(let _0xff716=0x0;_0xff716<_0x346f9f['conditions'][_0x305f8d(0xf8)];_0xff716++){_0x304f6c?_0x304f6c=![]:_0x7cea3f+=')\x20'+_0x346f9f[_0x305f8d(0x135)][_0x305f8d(0x10f)]()+'\x20(',_0x7cea3f+=this['write'](_0x346f9f[_0x305f8d(0x120)][_0xff716]);}return _0x7cea3f+')';}case'PropertyIsBetween':return _0x346f9f['property']+_0x305f8d(0x139)+this[_0x305f8d(0x111)](_0x346f9f[_0x305f8d(0x147)])+'\x20AND\x20'+this[_0x305f8d(0x111)](_0x346f9f[_0x305f8d(0x10a)]);case'PropertyIsEqualTo':case _0x305f8d(0x101):case'PropertyIsLessThan':case _0x305f8d(0x14f):case _0x305f8d(0x13a):case'PropertyIsGreaterThanOrEqualTo':case _0x305f8d(0x14a):case'PropertyIsNull':{return _0x346f9f[_0x305f8d(0x127)]!==null?_0x346f9f[_0x305f8d(0x112)]+'\x20'+this['operatorReverse'][_0x346f9f[_0x305f8d(0x135)]]+'\x20'+this[_0x305f8d(0x111)](_0x346f9f['expression']):_0x346f9f['propertyName']+'\x20'+this['operatorReverse'][_0x346f9f['tagName_']];}case undefined:if(typeof _0x346f9f==='string')return'\x27'+_0x346f9f['replace'](/'/g,'\x27\x27')+'\x27';else{if(typeof _0x346f9f===_0x305f8d(0x133))return String(_0x346f9f);}break;default:throw new Error('Can\x27t\x20encode:\x20'+_0x346f9f['CLASS_NAME']+'\x20'+_0x346f9f);}}[a62_0x1017eb(0x144)](_0x3be24f){const _0x4aaf4b=a62_0x1017eb;if(_0x3be24f instanceof a62_0x2cc0bb)return new WKT()[_0x4aaf4b(0x138)](_0x3be24f);}}
1
+ const a70_0x10524b=a70_0x1a4c;(function(_0x1380ba,_0x3d6b91){const _0x75991e=a70_0x1a4c,_0x9abcd3=_0x1380ba();while(!![]){try{const _0x46e88b=parseInt(_0x75991e(0x249))/0x1*(-parseInt(_0x75991e(0x240))/0x2)+-parseInt(_0x75991e(0x1fa))/0x3*(parseInt(_0x75991e(0x235))/0x4)+parseInt(_0x75991e(0x200))/0x5*(parseInt(_0x75991e(0x20d))/0x6)+-parseInt(_0x75991e(0x228))/0x7*(-parseInt(_0x75991e(0x234))/0x8)+parseInt(_0x75991e(0x232))/0x9+-parseInt(_0x75991e(0x239))/0xa+-parseInt(_0x75991e(0x251))/0xb;if(_0x46e88b===_0x3d6b91)break;else _0x9abcd3['push'](_0x9abcd3['shift']());}catch(_0x3809ed){_0x9abcd3['push'](_0x9abcd3['shift']());}}}(a70_0x3081,0x706d7));function a70_0x1a4c(_0x38358b,_0xfec062){const _0x3081aa=a70_0x3081();return a70_0x1a4c=function(_0x1a4c9b,_0x29f55c){_0x1a4c9b=_0x1a4c9b-0x1eb;let _0x46bbbe=_0x3081aa[_0x1a4c9b];return _0x46bbbe;},a70_0x1a4c(_0x38358b,_0xfec062);}import*as a70_0x4a2088 from'ol/format/filter';function a70_0x3081(){const _0x2f152b=['inPatterns','replaceAll','geometry','indexOf','between','extent','lessThan','readGeometry','warn','COMMA','PropertyIsNull','WITHIN(','Unknown\x20token\x20type\x20','within','substring','72492lDOJmC','greaterThan','precedence','LIKE','PROPERTY','ERROR:\x20In\x20parsing:\x20[','5ORrbZr','LPAREN','logicals','CONTAINS','PropertyIsLessThan','Contains','upperBoundary','replace','pop','parseInToOr','\x20AND\x20','PropertyIsEqualTo','RPAREN','1332246jyrKaf','tokens','string','operators','COMPARISON','VALUE','lessThanOrEqualTo','write','contains','nextToken','IS_NULL','PropertyIsGreaterThanOrEqualTo','operatorReverse','lastIndexOf','LOGICAL','propertyName','toUpperCase','Intersects','NOT\x20(','bbox','buildAst','type','tagName_','PropertyIsLike','text','patterns','And','49399QHjpdo','geometryName','BBOX','isNull','property','like','],\x20expected\x20one\x20of:\x20','GEOMETRY','\x20BETWEEN\x20','length','7591446DmIjiQ','Can\x27t\x20encode:\x20','944lNVNVc','144GNwHTH','follows','PropertyIsLessThanOrEqualTo','PropertyIsGreaterThan','4987620wbUJdC','tryToken','剩余的节点无法解析:\x20\x0a','PropertyIsBetween','BETWEEN','split','PropertyIsNotEqualTo','1576dvlGJI','END','exec','not','notEqualTo','WITHIN','match','\x0a\x20\x20\x20\x20','\x20or\x20','73UQdkTk','greaterThanOrEqualTo','writeGeometry','SPATIAL','push','conditions','No\x20follows\x20list\x20for\x20','equalTo','127248giaaqF','NOT','srsName','index','CONTAINS(','tokenize','lowerBoundary'];a70_0x3081=function(){return _0x2f152b;};return a70_0x3081();}import{WKT}from'ol/format';import a70_0x1d8bc9 from'ol/geom/Geometry';export default class CQL{constructor(){const _0xee6947=a70_0x1a4c;this[_0xee6947(0x1eb)]=/ (IN) /i,this[_0xee6947(0x20e)]=[_0xee6947(0x1fe),_0xee6947(0x211),_0xee6947(0x212),_0xee6947(0x21b)],this[_0xee6947(0x226)]={'PROPERTY':/^[_a-zA-Z]\w*/,'COMPARISON':/^(=|<>|<=|<|>=|>|LIKE)/i,'IS_NULL':/^IS NULL/i,'COMMA':/^,/,'LOGICAL':/^(AND|OR)/i,'VALUE':/^('([^']|'')*'|-?\d+(\.\d*)?|\.\d+)/,'LPAREN':/^\(/,'RPAREN':/^\)/,'SPATIAL':/^(BBOX|INTERSECTS|DWITHIN|WITHIN|CONTAINS)/i,'NOT':/^NOT/i,'BETWEEN':/^BETWEEN/i,'GEOMETRY':function(_0xa930ff){const _0x479fc6=_0xee6947;let _0x5083c0=/^(POINT|LINESTRING|POLYGON|MULTIPOINT|MULTILINESTRING|MULTIPOLYGON|GEOMETRYCOLLECTION)/[_0x479fc6(0x242)](_0xa930ff);if(_0x5083c0){let _0x4befb0=_0xa930ff[_0x479fc6(0x231)],_0x3732d6=_0xa930ff[_0x479fc6(0x1ee)]('(',_0x5083c0[0x0][_0x479fc6(0x231)]);if(_0x3732d6>-0x1){let _0x2a31=0x1;while(_0x3732d6<_0x4befb0&&_0x2a31>0x0){_0x3732d6++;switch(_0xa930ff['charAt'](_0x3732d6)){case'(':_0x2a31++;break;case')':_0x2a31--;break;default:}}}return[_0xa930ff[_0x479fc6(0x1f9)](0x0,_0x3732d6+0x1)];}},'END':/^$/},this[_0xee6947(0x236)]={'LPAREN':[_0xee6947(0x22f),_0xee6947(0x24c),_0xee6947(0x1fe),_0xee6947(0x212),_0xee6947(0x201)],'RPAREN':[_0xee6947(0x252),_0xee6947(0x21b),_0xee6947(0x241),_0xee6947(0x20c)],'PROPERTY':[_0xee6947(0x211),_0xee6947(0x23d),_0xee6947(0x1f4),_0xee6947(0x217)],'BETWEEN':[_0xee6947(0x212)],'IS_NULL':[_0xee6947(0x241)],'COMPARISON':[_0xee6947(0x212)],'COMMA':[_0xee6947(0x22f),_0xee6947(0x212),_0xee6947(0x1fe)],'VALUE':[_0xee6947(0x21b),_0xee6947(0x1f4),_0xee6947(0x20c),_0xee6947(0x241)],'SPATIAL':['LPAREN'],'LOGICAL':['NOT',_0xee6947(0x212),'SPATIAL',_0xee6947(0x1fe),_0xee6947(0x201)],'NOT':[_0xee6947(0x1fe),_0xee6947(0x201)],'GEOMETRY':[_0xee6947(0x1f4),'RPAREN']},this[_0xee6947(0x210)]={'=':a70_0x4a2088[_0xee6947(0x250)],'<>':a70_0x4a2088[_0xee6947(0x244)],'<':a70_0x4a2088[_0xee6947(0x1f1)],'<=':a70_0x4a2088[_0xee6947(0x213)],'>':a70_0x4a2088[_0xee6947(0x1fb)],'>=':a70_0x4a2088[_0xee6947(0x24a)],'LIKE':a70_0x4a2088[_0xee6947(0x22d)],'BETWEEN':a70_0x4a2088[_0xee6947(0x1ef)],'IS\x20NULL':a70_0x4a2088[_0xee6947(0x22b)]},this[_0xee6947(0x219)]={'PropertyIsEqualTo':'=','PropertyIsNotEqualTo':'<>','PropertyIsLessThan':'<','PropertyIsLessThanOrEqualTo':'<=','PropertyIsGreaterThan':'>','PropertyIsGreaterThanOrEqualTo':'>=','PropertyIsLike':_0xee6947(0x1fd),'PropertyIsNull':'IS\x20NULL','PropertyIsBetween':_0xee6947(0x23d)},this['logicals']={'AND':a70_0x4a2088['and'],'OR':a70_0x4a2088['or']},this[_0xee6947(0x1fc)]={'RPAREN':0x3,'LOGICAL':0x2,'COMPARISON':0x1};}[a70_0x10524b(0x23a)](_0x460e03,_0x191399){const _0x35bb06=a70_0x10524b;return _0x191399 instanceof RegExp?_0x191399[_0x35bb06(0x242)](_0x460e03):_0x191399(_0x460e03);}[a70_0x10524b(0x216)](_0x20bf6e,_0x22f905){const _0x5a8e32=a70_0x10524b;let _0x52b5e5,_0x2605d5,_0xed6087=_0x22f905[_0x5a8e32(0x231)];for(_0x52b5e5=0x0;_0x52b5e5<_0xed6087;_0x52b5e5++){_0x2605d5=_0x22f905[_0x52b5e5];let _0x45c869=this[_0x5a8e32(0x226)][_0x2605d5],_0x57431a=this[_0x5a8e32(0x23a)](_0x20bf6e,_0x45c869);if(_0x57431a){let _0x5911e3=_0x57431a[0x0],_0x386b69=_0x20bf6e[_0x5a8e32(0x1f9)](_0x5911e3[_0x5a8e32(0x231)])[_0x5a8e32(0x207)](/^\s*/,'');return{'type':_0x2605d5,'text':_0x5911e3,'remainder':_0x386b69};}}let _0x227f53=_0x5a8e32(0x1ff)+_0x20bf6e+_0x5a8e32(0x22e);for(_0x52b5e5=0x0;_0x52b5e5<_0xed6087;_0x52b5e5++){_0x2605d5=_0x22f905[_0x52b5e5],_0x227f53+=_0x5a8e32(0x247)+_0x2605d5+':\x20'+this[_0x5a8e32(0x226)][_0x2605d5];}throw new Error(_0x227f53);}[a70_0x10524b(0x256)](_0x510d4f){const _0x4181d3=a70_0x10524b;_0x510d4f=_0x510d4f['replaceAll']('[','')['replaceAll'](']','');let _0x551eca=this[_0x4181d3(0x23a)](_0x510d4f,this[_0x4181d3(0x1eb)]);_0x551eca&&(_0x510d4f=this[_0x4181d3(0x209)](_0x510d4f,_0x551eca));let _0xd29c2a=[],_0x1fcba6,_0x52abc5=[_0x4181d3(0x252),'GEOMETRY',_0x4181d3(0x24c),_0x4181d3(0x1fe),_0x4181d3(0x201)];do{_0x1fcba6=this['nextToken'](_0x510d4f,_0x52abc5),_0x510d4f=_0x1fcba6['remainder'],_0x52abc5=this['follows'][_0x1fcba6['type']];if(_0x1fcba6[_0x4181d3(0x222)]!==_0x4181d3(0x241)&&!_0x52abc5)throw new Error(_0x4181d3(0x24f)+_0x1fcba6['type']);_0xd29c2a['push'](_0x1fcba6);}while(_0x1fcba6[_0x4181d3(0x222)]!==_0x4181d3(0x241));return _0xd29c2a;}[a70_0x10524b(0x209)](_0x875e30,_0x2bd9b4){const _0x21565a=a70_0x10524b;let _0x13b90c=this[_0x21565a(0x23a)](_0x875e30,/\((.+?)\)/g);if(_0x13b90c){let _0x5c7348=_0x875e30[_0x21565a(0x1f9)](0x0,_0x2bd9b4[_0x21565a(0x254)]),_0x5f3e5e=_0x13b90c[0x1],_0x5e68d6=_0x5f3e5e[_0x21565a(0x1ec)]('\x20','')[_0x21565a(0x23e)](','),_0x1fd0c6='',_0x185a26='';if(_0x5c7348[_0x21565a(0x1ee)]('\x20')>-0x1){let _0x4974b4=_0x5c7348[_0x21565a(0x21a)]('\x20');_0x185a26=_0x5c7348[_0x21565a(0x1f9)](0x0,_0x4974b4+0x1),_0x1fd0c6=_0x5c7348[_0x21565a(0x1f9)](_0x4974b4+0x1,_0x5c7348[_0x21565a(0x231)]);}else _0x1fd0c6=_0x5c7348;let _0x2cf0c4=_0x185a26;for(let _0x3fbacd=0x0;_0x3fbacd<_0x5e68d6[_0x21565a(0x231)];_0x3fbacd++){let _0x3a5d14=_0x5e68d6[_0x3fbacd];_0x2cf0c4+=_0x1fd0c6+'='+_0x3a5d14,_0x3fbacd<_0x5e68d6['length']-0x1&&(_0x2cf0c4+=_0x21565a(0x248));}return _0x2cf0c4;}return _0x875e30;}[a70_0x10524b(0x221)](_0x3a6dbb){const _0x2a85e1=a70_0x10524b;let _0x174554=this,_0x24e6b3=[],_0x45c8a4=[];while(_0x3a6dbb['length']){let _0x165842=_0x3a6dbb['shift']();switch(_0x165842['type']){case'PROPERTY':case _0x2a85e1(0x22f):case _0x2a85e1(0x212):_0x45c8a4[_0x2a85e1(0x24d)](_0x165842);break;case'COMPARISON':case'BETWEEN':case _0x2a85e1(0x217):case _0x2a85e1(0x21b):{let _0x3c9021=this['precedence'][_0x165842[_0x2a85e1(0x222)]];while(_0x24e6b3['length']>0x0&&this['precedence'][_0x24e6b3[_0x24e6b3['length']-0x1][_0x2a85e1(0x222)]]<=_0x3c9021){_0x45c8a4['push'](_0x24e6b3[_0x2a85e1(0x208)]());}_0x24e6b3[_0x2a85e1(0x24d)](_0x165842);break;}case'SPATIAL':case _0x2a85e1(0x252):case _0x2a85e1(0x201):_0x24e6b3[_0x2a85e1(0x24d)](_0x165842);break;case _0x2a85e1(0x20c):while(_0x24e6b3[_0x2a85e1(0x231)]>0x0&&_0x24e6b3[_0x24e6b3[_0x2a85e1(0x231)]-0x1][_0x2a85e1(0x222)]!==_0x2a85e1(0x201)){_0x45c8a4['push'](_0x24e6b3[_0x2a85e1(0x208)]());}_0x24e6b3['pop']();_0x24e6b3['length']>0x0&&(_0x24e6b3[_0x24e6b3[_0x2a85e1(0x231)]-0x1][_0x2a85e1(0x222)]==='SPATIAL'||_0x24e6b3[_0x24e6b3['length']-0x1][_0x2a85e1(0x222)]===_0x2a85e1(0x252))&&_0x45c8a4[_0x2a85e1(0x24d)](_0x24e6b3['pop']());break;case _0x2a85e1(0x1f4):case'END':break;default:throw new Error(_0x2a85e1(0x1f7)+_0x165842[_0x2a85e1(0x222)]);}}while(_0x24e6b3[_0x2a85e1(0x231)]>0x0){_0x45c8a4[_0x2a85e1(0x24d)](_0x24e6b3[_0x2a85e1(0x208)]());}function _0x2b347a(){const _0x473839=_0x2a85e1;let _0x140b7c,_0x66dc90,_0x589f77=_0x45c8a4['pop']();switch(_0x589f77[_0x473839(0x222)]){case'LOGICAL':{let _0xcf1cf0=_0x2b347a(),_0x156d63=_0x2b347a();return new _0x174554[(_0x473839(0x202))][(_0x589f77[_0x473839(0x225)][_0x473839(0x21d)]())](_0x156d63,_0xcf1cf0);}case _0x473839(0x252):{let _0xf8e6e4=_0x2b347a();return a70_0x4a2088[_0x473839(0x243)](_0xf8e6e4);}case'BETWEEN':{let _0x5ba92c,_0x4adde2;return _0x45c8a4[_0x473839(0x208)](),_0x4adde2=_0x2b347a(),_0x5ba92c=_0x2b347a(),_0x66dc90=_0x2b347a(),a70_0x4a2088[_0x473839(0x1ef)](_0x66dc90,_0x5ba92c,_0x4adde2);}case _0x473839(0x211):{return _0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a(),new _0x174554[(_0x473839(0x210))][(_0x589f77[_0x473839(0x225)][_0x473839(0x21d)]())](_0x66dc90,_0x140b7c);}case _0x473839(0x217):_0x66dc90=_0x2b347a();return new _0x174554[(_0x473839(0x210))][(_0x589f77[_0x473839(0x225)][_0x473839(0x21d)]())](_0x66dc90);case _0x473839(0x212):{let _0x46417d=_0x589f77[_0x473839(0x225)][_0x473839(0x246)](/^'(.*)'$/);return _0x46417d?_0x46417d[0x1][_0x473839(0x207)](/''/g,'\x27'):Number(_0x589f77[_0x473839(0x225)]);}case _0x473839(0x24c):switch(_0x589f77[_0x473839(0x225)]['toUpperCase']()){case _0x473839(0x22a):{let _0xbce608=_0x2b347a(),_0x4edeea=_0x2b347a(),_0x5ee6d2=_0x2b347a(),_0x354e46=_0x2b347a(),_0x2ee310=_0x2b347a();return a70_0x4a2088[_0x473839(0x220)](_0x2ee310,[_0x354e46,_0x5ee6d2,_0x4edeea,_0xbce608]);}case'INTERSECTS':_0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a();return a70_0x4a2088['intersects'](_0x66dc90,_0x140b7c);case _0x473839(0x245):_0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a();return a70_0x4a2088[_0x473839(0x1f8)](_0x66dc90,_0x140b7c);case _0x473839(0x203):_0x140b7c=_0x2b347a(),_0x66dc90=_0x2b347a();return a70_0x4a2088[_0x473839(0x215)](_0x66dc90,_0x140b7c);}break;case _0x473839(0x22f):return new WKT()[_0x473839(0x1f2)](_0x589f77[_0x473839(0x225)],{});default:return _0x589f77[_0x473839(0x225)];}}let _0x1bfb05=_0x2b347a();if(_0x45c8a4[_0x2a85e1(0x231)]>0x0){let _0x5c0643=_0x2a85e1(0x23b);for(let _0x2ef937=_0x45c8a4['length']-0x1;_0x2ef937>=0x0;_0x2ef937--){_0x5c0643+=_0x45c8a4[_0x2ef937][_0x2a85e1(0x222)]+':\x20'+_0x45c8a4[_0x2ef937][_0x2a85e1(0x225)]+'\x0a';}throw new Error(_0x5c0643);}return _0x1bfb05;}['read'](_0x30f965){const _0x178460=a70_0x10524b;try{return this['buildAst'](this[_0x178460(0x256)](_0x30f965));}catch(_0x329417){console[_0x178460(0x1f3)]('CQL解析失败:'+_0x30f965),console[_0x178460(0x1f3)](_0x329417);}}[a70_0x10524b(0x214)](_0x202813){const _0xe8f20d=a70_0x10524b;switch(_0x202813['tagName_']){case _0xe8f20d(0x22a):return'BBOX('+_0x202813[_0xe8f20d(0x229)]+','+_0x202813[_0xe8f20d(0x1f0)]['join'](',')+','+_0x202813[_0xe8f20d(0x253)]+')';case'Within':return _0xe8f20d(0x1f6)+_0x202813[_0xe8f20d(0x229)]+',\x20'+this[_0xe8f20d(0x1f2)](_0x202813[_0xe8f20d(0x1ed)])+')';case _0xe8f20d(0x21e):return'INTERSECTS('+_0x202813[_0xe8f20d(0x229)]+',\x20'+this['readGeometry'](_0x202813[_0xe8f20d(0x1ed)])+')';case _0xe8f20d(0x205):return _0xe8f20d(0x255)+_0x202813[_0xe8f20d(0x229)]+',\x20'+this['readGeometry'](_0x202813['geometry'])+')';case'Not':return _0xe8f20d(0x21f)+this[_0xe8f20d(0x214)](_0x202813['condition'])+')';case _0xe8f20d(0x227):case'Or':{let _0x24a5a9='(',_0x2700bf=!![];for(let _0xc6fd1b=0x0;_0xc6fd1b<_0x202813['conditions'][_0xe8f20d(0x231)];_0xc6fd1b++){_0x2700bf?_0x2700bf=![]:_0x24a5a9+=')\x20'+_0x202813[_0xe8f20d(0x223)]['toLowerCase']()+'\x20(',_0x24a5a9+=this[_0xe8f20d(0x214)](_0x202813[_0xe8f20d(0x24e)][_0xc6fd1b]);}return _0x24a5a9+')';}case _0xe8f20d(0x23c):return _0x202813[_0xe8f20d(0x22c)]+_0xe8f20d(0x230)+this['write'](_0x202813[_0xe8f20d(0x257)])+_0xe8f20d(0x20a)+this[_0xe8f20d(0x214)](_0x202813[_0xe8f20d(0x206)]);case _0xe8f20d(0x20b):case _0xe8f20d(0x23f):case _0xe8f20d(0x204):case _0xe8f20d(0x237):case _0xe8f20d(0x238):case _0xe8f20d(0x218):case _0xe8f20d(0x224):case _0xe8f20d(0x1f5):{return _0x202813['expression']!==null?_0x202813[_0xe8f20d(0x21c)]+'\x20'+this[_0xe8f20d(0x219)][_0x202813[_0xe8f20d(0x223)]]+'\x20'+this[_0xe8f20d(0x214)](_0x202813['expression']):_0x202813[_0xe8f20d(0x21c)]+'\x20'+this['operatorReverse'][_0x202813['tagName_']];}case undefined:if(typeof _0x202813===_0xe8f20d(0x20f))return'\x27'+_0x202813[_0xe8f20d(0x207)](/'/g,'\x27\x27')+'\x27';else{if(typeof _0x202813==='number')return String(_0x202813);}break;default:throw new Error(_0xe8f20d(0x233)+_0x202813['CLASS_NAME']+'\x20'+_0x202813);}}[a70_0x10524b(0x1f2)](_0x10ae81){const _0x5a6d02=a70_0x10524b;if(_0x10ae81 instanceof a70_0x1d8bc9)return new WKT()[_0x5a6d02(0x24b)](_0x10ae81);}}