ym-gis-2d 1.0.5 → 1.0.6

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 (67) hide show
  1. package/capabilities/index.js +1 -1
  2. package/controls/ControlManager.js +1 -1
  3. package/controls/MousePositionControl.js +1 -1
  4. package/controls/SwipeLayerControl.js +1 -1
  5. package/conver/kml/geoJSONToKml.js +1 -1
  6. package/conver/kml/index.js +1 -1
  7. package/conver/kml/kmlToGeoJSON.js +1 -1
  8. package/entity/Feature.js +1 -1
  9. package/entity/GeometryType.js +1 -1
  10. package/feature/FeatureManager.js +1 -1
  11. package/index.js +1 -1
  12. package/interaction/Draw.js +1 -1
  13. package/interaction/InteractionManager.js +1 -1
  14. package/interaction/Select.d.ts.map +1 -1
  15. package/interaction/Select.js +1 -1
  16. package/interaction/Select.js.map +1 -1
  17. package/layers/ArcgisDynamicLayer.js +1 -1
  18. package/layers/ArcgisFeatureLayer.js +1 -1
  19. package/layers/ArcgisTileLayer.js +1 -1
  20. package/layers/ArcgisWMSLayer.js +1 -1
  21. package/layers/ArcgisWMTSLayer.js +1 -1
  22. package/layers/GeoserverVectorTile.js +1 -1
  23. package/layers/GeoserverWFSLayer.js +1 -1
  24. package/layers/GeoserverWMSLayer.js +1 -1
  25. package/layers/GeoserverWMTSLayer.js +1 -1
  26. package/layers/LayerManager.js +1 -1
  27. package/layers/TDTLayer.js +1 -1
  28. package/mapView/Map.js +1 -1
  29. package/mapView/View.js +1 -1
  30. package/package.json +1 -1
  31. package/plot/Plot.js +1 -1
  32. package/plot/geometry/point/Point.js +1 -1
  33. package/plot/geometry/polygon/BasePolygon.js +1 -1
  34. package/plot/geometry/polygon/Circle.js +1 -1
  35. package/plot/geometry/polygon/Polygon.js +1 -1
  36. package/plot/geometry/polygon/RectAngle.js +1 -1
  37. package/plot/geometry/polyline/BaseLine.js +1 -1
  38. package/plot/geometry/polyline/Polyline.js +1 -1
  39. package/style/PointStyleFormat.js +1 -1
  40. package/style/PolygonStyleFormat.js +1 -1
  41. package/style/PolylineStyleFormat.js +1 -1
  42. package/style/StyleManager.js +1 -1
  43. package/style/common.js +1 -1
  44. package/utils/ArrayUtil.js +1 -1
  45. package/utils/AxiosUtil.js +1 -1
  46. package/utils/EsriUtil.js +1 -1
  47. package/utils/GeometryUtil.js +1 -1
  48. package/utils/LayerUtil.js +1 -1
  49. package/utils/RegisterProjUtil.js +1 -1
  50. package/utils/ResolutionUtil.js +1 -1
  51. package/utils/StringUtil.js +1 -1
  52. package/utils/StyleUtil.js +1 -1
  53. package/utils/UrlUtil.js +1 -1
  54. package/utils/XmlUtil.js +1 -1
  55. package/utils/format/CQL.js +1 -1
  56. package/utils/format/IsMatchCql.js +1 -1
  57. package/utils/plug/canvas/ImageCache.js +1 -1
  58. package/utils/plug/canvas/PinBuilder.js +1 -1
  59. package/utils/plug/canvas/PinIcon.js +1 -1
  60. package/utils/plug/canvas/writeTextToCanvas.js +1 -1
  61. package/utils/tasks/esri/Identify.js +1 -1
  62. package/utils/tasks/esri/Query.js +1 -1
  63. package/utils/tasks/esri/Task.js +1 -1
  64. package/utils/tasks/geoserver/QueryTask.js +1 -1
  65. package/utils/tasks/index.js +1 -1
  66. package/ym-gis-2d.es.js +1 -1
  67. package/ym-gis-2d.umd.js +1 -1
package/style/common.js CHANGED
@@ -1 +1 @@
1
- (function(_0x1f8bcd,_0x52ed80){const _0x4d896f=a54_0x70c3,_0x28d4cd=_0x1f8bcd();while(!![]){try{const _0x143498=-parseInt(_0x4d896f(0xcd))/0x1*(-parseInt(_0x4d896f(0xc1))/0x2)+-parseInt(_0x4d896f(0xaa))/0x3*(parseInt(_0x4d896f(0xbf))/0x4)+-parseInt(_0x4d896f(0xaf))/0x5*(-parseInt(_0x4d896f(0xb5))/0x6)+parseInt(_0x4d896f(0xc9))/0x7+parseInt(_0x4d896f(0xc3))/0x8+-parseInt(_0x4d896f(0xb4))/0x9*(-parseInt(_0x4d896f(0xd4))/0xa)+-parseInt(_0x4d896f(0xcc))/0xb;if(_0x143498===_0x52ed80)break;else _0x28d4cd['push'](_0x28d4cd['shift']());}catch(_0x3af52e){_0x28d4cd['push'](_0x28d4cd['shift']());}}}(a54_0x1ba9,0xb0af2));function a54_0x70c3(_0x3b532a,_0x3f52b6){const _0x1ba9c3=a54_0x1ba9();return a54_0x70c3=function(_0x70c3c9,_0x2409de){_0x70c3c9=_0x70c3c9-0xa8;let _0x1e5b56=_0x1ba9c3[_0x70c3c9];return _0x1e5b56;},a54_0x70c3(_0x3b532a,_0x3f52b6);}import a54_0x1a916d from'color';import{Fill,Icon,Stroke,Text}from'ol/style';import a54_0x373dbe from'../utils/plug/canvas/PinIcon';import a54_0x93b5c7 from'ol/ImageState';export function isShowStyle(_0x29a1b1,_0x220269,_0x4efae6){const _0x45a35d=a54_0x70c3;let _0x2db795=!![];if(_0x220269==undefined||_0x4efae6==undefined)return _0x2db795;if(_0x29a1b1&&typeof _0x29a1b1[_0x45a35d(0xbc)]!=undefined&&typeof _0x29a1b1[_0x45a35d(0xba)]!=undefined){if(_0x29a1b1['distanceDisplayFar']&&_0x4efae6){_0x2db795=![];let _0x1a5182=getLevel(_0x29a1b1[_0x45a35d(0xbc)]),_0xbc3b56=_0x4efae6[_0x45a35d(0xc2)]()[_0x45a35d(0xad)](_0x1a5182);_0x220269<_0xbc3b56&&(_0x2db795=!![]);}if(_0x2db795&&_0x29a1b1[_0x45a35d(0xba)]&&_0x4efae6){_0x2db795=![];let _0x34c3db=getLevel(_0x29a1b1[_0x45a35d(0xba)]),_0x458837=_0x4efae6[_0x45a35d(0xc2)]()[_0x45a35d(0xad)](_0x34c3db);_0x220269>_0x458837&&(_0x2db795=!![]);}}return _0x2db795;}function a54_0x1ba9(){const _0x284534=['50LIOEFh','ERROR','image','20835YZXDSJ','\x20normal\x20','textBaseline','getResolutionForZoom','opacity','113705kONyRL','border_color','getImageState','outlineWidth','target','2048454zCzmxQ','282EIQeJq','offsetY','LOADED','bold','normal','distanceDisplayNear','load','distanceDisplayFar','italic','middle','88KZWHVM','border_width','1604OYEVEF','getView','4929704Fwszur','fill','listenImageChange','center','outline','pow','262010frsFfD','getImage','textAlign','36106950alLOhv','1619TEKLFC','offsetX','#2A2A2A','hexa','size','weight','border'];a54_0x1ba9=function(){return _0x284534;};return a54_0x1ba9();}export function getLevel(_0x53b83e){const _0x38c11a=a54_0x70c3,_0x344cef=3252.745,_0x4b1bdc=0.0009198301,_0x5a42d6=52977.61,_0x5c963a=-3228.107;return _0x5c963a+(_0x344cef-_0x5c963a)/(0x1+Math[_0x38c11a(0xc8)](_0x53b83e/_0x5a42d6,_0x4b1bdc));}export function toRadians(_0x3ce7ac){if(_0x3ce7ac)return-(_0x3ce7ac*Math['PI'])/0xb4;return 0x0;}export function createTextStyle(_0xc5d2b6,_0x211c92,_0x2c66f4,_0x1f53d5){const _0x4915a6=a54_0x70c3;if(_0xc5d2b6){let _0x49d6f0=isShowStyle(_0xc5d2b6,_0x2c66f4,_0x1f53d5);if(_0x49d6f0===![])return undefined;else{const _0x31b37e=_0xc5d2b6['font'],_0x246bff=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xbd)])?'italic':_0x4915a6(0xb9),_0x4bd391=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xd2)])?_0x4915a6(0xb8):_0x4915a6(0xb9),_0x4637c4=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xd1)])||'25',_0x424068=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e['family'])||'楷体';let _0x5c60d2=_0x246bff+_0x4915a6(0xab)+_0x4bd391+'\x20'+_0x4637c4+'px\x20'+_0x424068,_0x4bffa7=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xce)])||0x0,_0x4705a4=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xb6)])||0x0,_0x3069df=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xac)])||_0x4915a6(0xbe),_0x348956=(_0x31b37e===null||_0x31b37e===void 0x0?void 0x0:_0x31b37e[_0x4915a6(0xcb)])||_0x4915a6(0xc6);const _0x4c6cd1=_0xc5d2b6[_0x4915a6(0xae)]||0x1;return new Text({'text':_0x211c92,'font':_0x5c60d2,'offsetX':_0x4bffa7,'offsetY':_0x4705a4,'textAlign':_0x348956,'textBaseline':_0x3069df,'fill':new Fill({'color':getColor(_0xc5d2b6['color'],_0x4c6cd1)}),'stroke':_getLabelStroke(_0xc5d2b6),'backgroundFill':_0xc5d2b6[_0x4915a6(0xc4)]?new Fill({'color':getColor(_0xc5d2b6[_0x4915a6(0xc4)]||_0x4915a6(0xcf),_0x4c6cd1)}):undefined});}}else return undefined;}export function getColor(_0x463f80,_0x945df1){const _0x63ff43=a54_0x70c3;return a54_0x1a916d(_0x463f80)['alpha'](_0x945df1!=undefined?_0x945df1:0x1)[_0x63ff43(0xd0)]();}function _getLabelStroke(_0x5bb0ee){const _0x4adea1=a54_0x70c3;if(_0x5bb0ee[_0x4adea1(0xd3)])return new Stroke({'color':getColor(_0x5bb0ee[_0x4adea1(0xb0)],_0x5bb0ee[_0x4adea1(0xae)]),'width':_0x5bb0ee[_0x4adea1(0xc0)]});if(_0x5bb0ee[_0x4adea1(0xc7)])return new Stroke({'color':getColor(_0x5bb0ee['outlineColor'],_0x5bb0ee[_0x4adea1(0xae)]),'width':_0x5bb0ee[_0x4adea1(0xb2)]});}export function preLoadImageRenderFunction(_0x7dac96,_0x8c678a,_0x29dc22,_0x113632,_0xd40c98){const _0x5a924b=a54_0x70c3;let _0x40b4f8;_0x7dac96['markerColor']?_0x40b4f8=new a54_0x373dbe(_0x7dac96):_0x40b4f8=new Icon({'src':_0x7dac96[_0x5a924b(0xa9)]});let _0x12c7f5=_0x40b4f8[_0x5a924b(0xb1)]();_0x12c7f5===a54_0x93b5c7[_0x5a924b(0xb7)]||_0x12c7f5===a54_0x93b5c7[_0x5a924b(0xa8)]?_0xd40c98(_0x7dac96,_0x8c678a,_0x29dc22,_0x113632,_0x40b4f8['getImage'](0x60)):(_0x12c7f5===a54_0x93b5c7['IDLE']&&_0x40b4f8[_0x5a924b(0xbb)](),_0x40b4f8[_0x5a924b(0xc5)](_0x238663=>{const _0x584e6d=_0x5a924b;_0x12c7f5=_0x238663[_0x584e6d(0xb3)][_0x584e6d(0xb1)](),(_0x12c7f5===a54_0x93b5c7[_0x584e6d(0xb7)]||_0x12c7f5===a54_0x93b5c7[_0x584e6d(0xa8)])&&_0xd40c98(_0x7dac96,_0x8c678a,_0x29dc22,_0x113632,_0x40b4f8[_0x584e6d(0xca)](0x60));}));}
1
+ (function(_0x2a6ffb,_0x51b74b){const _0x49d8c2=a54_0x9efc,_0x47ceba=_0x2a6ffb();while(!![]){try{const _0x50207a=-parseInt(_0x49d8c2(0x141))/0x1+-parseInt(_0x49d8c2(0x13e))/0x2*(-parseInt(_0x49d8c2(0x12c))/0x3)+-parseInt(_0x49d8c2(0x131))/0x4*(-parseInt(_0x49d8c2(0x13a))/0x5)+parseInt(_0x49d8c2(0x138))/0x6*(-parseInt(_0x49d8c2(0x143))/0x7)+-parseInt(_0x49d8c2(0x126))/0x8+parseInt(_0x49d8c2(0x130))/0x9+-parseInt(_0x49d8c2(0x12e))/0xa*(-parseInt(_0x49d8c2(0x146))/0xb);if(_0x50207a===_0x51b74b)break;else _0x47ceba['push'](_0x47ceba['shift']());}catch(_0x562fa5){_0x47ceba['push'](_0x47ceba['shift']());}}}(a54_0x5230,0x48ded));function a54_0x9efc(_0x7175da,_0x284697){const _0x5230ac=a54_0x5230();return a54_0x9efc=function(_0x9efcd0,_0x4e6263){_0x9efcd0=_0x9efcd0-0x126;let _0x46c207=_0x5230ac[_0x9efcd0];return _0x46c207;},a54_0x9efc(_0x7175da,_0x284697);}import a54_0x20ccaf from'color';function a54_0x5230(){const _0x4a1986=['outlineWidth','distanceDisplayFar','fill','border_color','30BOiXyV','getImageState','454820YvEzFN','middle','distanceDisplayNear','outline','2nnhwDN','hexa','image','252079qdPfpA','alpha','539483pWceNn','getView','markerColor','15279MFremb','italic','#2A2A2A','px\x20','textBaseline','textAlign','center','ERROR','outlineColor','listenImageChange','normal','315264IWHbUU','border','color','pow','IDLE','border_width','278031VlEVcj','getResolutionForZoom','4490tJRBSR','family','693387gJmAQa','8WaBgku','size','opacity'];a54_0x5230=function(){return _0x4a1986;};return a54_0x5230();}import{Fill,Icon,Stroke,Text}from'ol/style';import a54_0x1ab436 from'../utils/plug/canvas/PinIcon';import a54_0x13e25f from'ol/ImageState';export function isShowStyle(_0x492c67,_0x163a82,_0x49a4c4){const _0x232fb3=a54_0x9efc;let _0x43a714=!![];if(_0x163a82==undefined||_0x49a4c4==undefined)return _0x43a714;if(_0x492c67&&typeof _0x492c67[_0x232fb3(0x135)]!=undefined&&typeof _0x492c67[_0x232fb3(0x13c)]!=undefined){if(_0x492c67['distanceDisplayFar']&&_0x49a4c4){_0x43a714=![];let _0x2165d9=getLevel(_0x492c67[_0x232fb3(0x135)]),_0x5ba6e4=_0x49a4c4[_0x232fb3(0x144)]()['getResolutionForZoom'](_0x2165d9);_0x163a82<_0x5ba6e4&&(_0x43a714=!![]);}if(_0x43a714&&_0x492c67[_0x232fb3(0x13c)]&&_0x49a4c4){_0x43a714=![];let _0x5dfbec=getLevel(_0x492c67[_0x232fb3(0x13c)]),_0x373193=_0x49a4c4[_0x232fb3(0x144)]()[_0x232fb3(0x12d)](_0x5dfbec);_0x163a82>_0x373193&&(_0x43a714=!![]);}}return _0x43a714;}export function getLevel(_0x43cd9c){const _0x47660c=a54_0x9efc,_0x1b29ba=3252.745,_0x550f72=0.0009198301,_0x282619=52977.61,_0x34953f=-3228.107;return _0x34953f+(_0x1b29ba-_0x34953f)/(0x1+Math[_0x47660c(0x129)](_0x43cd9c/_0x282619,_0x550f72));}export function toRadians(_0x308f9f){if(_0x308f9f)return-(_0x308f9f*Math['PI'])/0xb4;return 0x0;}export function createTextStyle(_0x27bb0d,_0x4d0cfd,_0x152085,_0x3ac52b){const _0x5d0b7a=a54_0x9efc;if(_0x27bb0d){let _0x25dad0=isShowStyle(_0x27bb0d,_0x152085,_0x3ac52b);if(_0x25dad0===![])return undefined;else{const _0x7f8cc6=_0x27bb0d['font'],_0x48abba=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6[_0x5d0b7a(0x147)])?_0x5d0b7a(0x147):_0x5d0b7a(0x150),_0x38d6f4=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6['weight'])?'bold':_0x5d0b7a(0x150),_0xf4881d=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6[_0x5d0b7a(0x132)])||'25',_0x58cb1a=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6[_0x5d0b7a(0x12f)])||'楷体';let _0x37b650=_0x48abba+'\x20normal\x20'+_0x38d6f4+'\x20'+_0xf4881d+_0x5d0b7a(0x149)+_0x58cb1a,_0x2aa95c=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6['offsetX'])||0x0,_0xf2368c=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6['offsetY'])||0x0,_0x412acb=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6[_0x5d0b7a(0x14a)])||_0x5d0b7a(0x13b),_0xd1e867=(_0x7f8cc6===null||_0x7f8cc6===void 0x0?void 0x0:_0x7f8cc6[_0x5d0b7a(0x14b)])||_0x5d0b7a(0x14c);const _0x394b49=_0x27bb0d[_0x5d0b7a(0x133)]||0x1;return new Text({'text':_0x4d0cfd,'font':_0x37b650,'offsetX':_0x2aa95c,'offsetY':_0xf2368c,'textAlign':_0xd1e867,'textBaseline':_0x412acb,'fill':new Fill({'color':getColor(_0x27bb0d[_0x5d0b7a(0x128)],_0x394b49)}),'stroke':_getLabelStroke(_0x27bb0d),'backgroundFill':_0x27bb0d[_0x5d0b7a(0x136)]?new Fill({'color':getColor(_0x27bb0d['fill']||_0x5d0b7a(0x148),_0x394b49)}):undefined});}}else return undefined;}export function getColor(_0x529b6a,_0x1c7e1c){const _0x8edffe=a54_0x9efc;return a54_0x20ccaf(_0x529b6a)[_0x8edffe(0x142)](_0x1c7e1c!=undefined?_0x1c7e1c:0x1)[_0x8edffe(0x13f)]();}function _getLabelStroke(_0x34541d){const _0x5d0b63=a54_0x9efc;if(_0x34541d[_0x5d0b63(0x127)])return new Stroke({'color':getColor(_0x34541d[_0x5d0b63(0x137)],_0x34541d[_0x5d0b63(0x133)]),'width':_0x34541d[_0x5d0b63(0x12b)]});if(_0x34541d[_0x5d0b63(0x13d)])return new Stroke({'color':getColor(_0x34541d[_0x5d0b63(0x14e)],_0x34541d['opacity']),'width':_0x34541d[_0x5d0b63(0x134)]});}export function preLoadImageRenderFunction(_0x53d437,_0x522fe0,_0x66d068,_0x386356,_0x2fea5e){const _0x56d569=a54_0x9efc;let _0x2fd366;_0x53d437[_0x56d569(0x145)]?_0x2fd366=new a54_0x1ab436(_0x53d437):_0x2fd366=new Icon({'src':_0x53d437[_0x56d569(0x140)]});let _0x4b2636=_0x2fd366['getImageState']();_0x4b2636===a54_0x13e25f['LOADED']||_0x4b2636===a54_0x13e25f[_0x56d569(0x14d)]?_0x2fea5e(_0x53d437,_0x522fe0,_0x66d068,_0x386356,_0x2fd366['getImage'](0x60)):(_0x4b2636===a54_0x13e25f[_0x56d569(0x12a)]&&_0x2fd366['load'](),_0x2fd366[_0x56d569(0x14f)](_0x512648=>{const _0x2589e1=_0x56d569;_0x4b2636=_0x512648['target'][_0x2589e1(0x139)](),(_0x4b2636===a54_0x13e25f['LOADED']||_0x4b2636===a54_0x13e25f[_0x2589e1(0x14d)])&&_0x2fea5e(_0x53d437,_0x522fe0,_0x66d068,_0x386356,_0x2fd366['getImage'](0x60));}));}
@@ -1 +1 @@
1
- (function(_0x573ee5,_0x2a61ac){const _0x333058=a59_0x28c3,_0x30c4b1=_0x573ee5();while(!![]){try{const _0x1d78c0=-parseInt(_0x333058(0x184))/0x1*(-parseInt(_0x333058(0x17a))/0x2)+-parseInt(_0x333058(0x187))/0x3*(-parseInt(_0x333058(0x186))/0x4)+parseInt(_0x333058(0x17d))/0x5*(-parseInt(_0x333058(0x17f))/0x6)+parseInt(_0x333058(0x17c))/0x7+parseInt(_0x333058(0x178))/0x8+-parseInt(_0x333058(0x185))/0x9*(parseInt(_0x333058(0x182))/0xa)+parseInt(_0x333058(0x181))/0xb;if(_0x1d78c0===_0x2a61ac)break;else _0x30c4b1['push'](_0x30c4b1['shift']());}catch(_0x48d61f){_0x30c4b1['push'](_0x30c4b1['shift']());}}}(a59_0x5f5c,0x1bb70));function a59_0x5f5c(){const _0x34bdee=['isArray','2PxdJTQ','reduce','463155HYcIjB','5VWPgjn','every','1311594uofhrl','length','2544828HJlcnL','553940dKkoZh','keys','22637ggbbPz','36CQLkui','91108RTyvwa','3jhYmmJ','1686144SmGzHO'];a59_0x5f5c=function(){return _0x34bdee;};return a59_0x5f5c();}export function getDeepth(_0x283111){function _0x33cc4e(_0xc2c82c,_0x3343bc){const _0x2e6135=a59_0x28c3;return _0xc2c82c[_0x2e6135(0x17b)](function(_0x342ed8,_0x98131b){const _0x24a6f0=_0x2e6135;var _0xd45513;return Array[_0x24a6f0(0x179)](_0x98131b)&&(_0xd45513=_0x33cc4e(_0x98131b,_0x3343bc+0x1)),_0xd45513>_0x342ed8?_0xd45513:_0x342ed8;},_0x3343bc);}return _0x33cc4e(_0x283111,0x1);}function a59_0x28c3(_0xbe28c3,_0x2bea61){const _0x5f5c47=a59_0x5f5c();return a59_0x28c3=function(_0x28c3d6,_0x3ea148){_0x28c3d6=_0x28c3d6-0x178;let _0x200c83=_0x5f5c47[_0x28c3d6];return _0x200c83;},a59_0x28c3(_0xbe28c3,_0x2bea61);}export function compareArray(_0x51be1c,_0x37bbac){const _0x48f285=a59_0x28c3;if(_0x51be1c['length']!==_0x37bbac['length'])return![];const _0x52a7b9=_0x51be1c[_0x48f285(0x180)];for(let _0x3c83ee=0x0;_0x3c83ee<_0x52a7b9;_0x3c83ee++){if(!compare(_0x51be1c[_0x3c83ee],_0x37bbac[_0x3c83ee]))return![];}return!![];}export function compare(_0x5c1278,_0x22c2c3){const _0x1fe78c=a59_0x28c3;if(_0x5c1278===_0x22c2c3)return!![];if(typeof _0x5c1278!==typeof _0x22c2c3||_0x5c1278===null||_0x22c2c3===null)return![];if(Array[_0x1fe78c(0x179)](_0x5c1278)){if(!Array['isArray'](_0x22c2c3))return![];return compareArray(_0x5c1278,_0x22c2c3);}if(typeof _0x5c1278==='object')return compareObject(_0x5c1278,_0x22c2c3);return![];}export function compareObject(_0x4894a5,_0x2d4e7c){const _0x37d3e4=a59_0x28c3,_0x230726=Object[_0x37d3e4(0x183)](_0x4894a5),_0xcab483=Object[_0x37d3e4(0x183)](_0x2d4e7c);if(_0x230726[_0x37d3e4(0x180)]!==_0xcab483[_0x37d3e4(0x180)])return![];return _0x230726[_0x37d3e4(0x17e)](_0x745e82=>{if(!compare(_0x4894a5[_0x745e82],_0x2d4e7c[_0x745e82]))return![];return!![];});}
1
+ (function(_0x4e8196,_0x396640){const _0x376a37=a59_0x2f5d,_0x17cce5=_0x4e8196();while(!![]){try{const _0x6b0dd4=parseInt(_0x376a37(0xaa))/0x1+-parseInt(_0x376a37(0xab))/0x2+parseInt(_0x376a37(0xa1))/0x3*(parseInt(_0x376a37(0xa2))/0x4)+parseInt(_0x376a37(0xa6))/0x5*(-parseInt(_0x376a37(0xae))/0x6)+-parseInt(_0x376a37(0x9f))/0x7+-parseInt(_0x376a37(0xa0))/0x8*(-parseInt(_0x376a37(0xa7))/0x9)+-parseInt(_0x376a37(0xa9))/0xa;if(_0x6b0dd4===_0x396640)break;else _0x17cce5['push'](_0x17cce5['shift']());}catch(_0x3e3bab){_0x17cce5['push'](_0x17cce5['shift']());}}}(a59_0x1e43,0x2566f));export function getDeepth(_0x7795b9){function _0x236377(_0x44f398,_0x333fe3){const _0x59e95f=a59_0x2f5d;return _0x44f398[_0x59e95f(0xa8)](function(_0x4d26ab,_0x3c6011){var _0x30f88e;return Array['isArray'](_0x3c6011)&&(_0x30f88e=_0x236377(_0x3c6011,_0x333fe3+0x1)),_0x30f88e>_0x4d26ab?_0x30f88e:_0x4d26ab;},_0x333fe3);}return _0x236377(_0x7795b9,0x1);}export function compareArray(_0xb77d9d,_0x1ff0de){const _0x191e85=a59_0x2f5d;if(_0xb77d9d[_0x191e85(0xad)]!==_0x1ff0de[_0x191e85(0xad)])return![];const _0x55677f=_0xb77d9d[_0x191e85(0xad)];for(let _0x4cb33a=0x0;_0x4cb33a<_0x55677f;_0x4cb33a++){if(!compare(_0xb77d9d[_0x4cb33a],_0x1ff0de[_0x4cb33a]))return![];}return!![];}export function compare(_0x256be4,_0x338c3b){const _0x3df30a=a59_0x2f5d;if(_0x256be4===_0x338c3b)return!![];if(typeof _0x256be4!==typeof _0x338c3b||_0x256be4===null||_0x338c3b===null)return![];if(Array[_0x3df30a(0xa3)](_0x256be4)){if(!Array[_0x3df30a(0xa3)](_0x338c3b))return![];return compareArray(_0x256be4,_0x338c3b);}if(typeof _0x256be4===_0x3df30a(0xa4))return compareObject(_0x256be4,_0x338c3b);return![];}function a59_0x2f5d(_0x152edf,_0x32be21){const _0x1e433a=a59_0x1e43();return a59_0x2f5d=function(_0x2f5dbd,_0x5c0c5a){_0x2f5dbd=_0x2f5dbd-0x9f;let _0x5191f8=_0x1e433a[_0x2f5dbd];return _0x5191f8;},a59_0x2f5d(_0x152edf,_0x32be21);}function a59_0x1e43(){const _0x5ec4f2=['495AJJpxA','2255355FxIHNA','reduce','366690ehDGNi','8933wLUNfa','60458ogUDeH','keys','length','13746WwEJcY','685818WkiDMv','8wiEQlO','24lDxmXG','142676DarBTW','isArray','object','every'];a59_0x1e43=function(){return _0x5ec4f2;};return a59_0x1e43();}export function compareObject(_0x4728a0,_0xe97da1){const _0xff2d74=a59_0x2f5d,_0xa1ace0=Object['keys'](_0x4728a0),_0x33ab0e=Object[_0xff2d74(0xac)](_0xe97da1);if(_0xa1ace0[_0xff2d74(0xad)]!==_0x33ab0e[_0xff2d74(0xad)])return![];return _0xa1ace0[_0xff2d74(0xa5)](_0x5e1194=>{if(!compare(_0x4728a0[_0x5e1194],_0xe97da1[_0x5e1194]))return![];return!![];});}
@@ -1 +1 @@
1
- const a60_0x4e3664=a60_0x3130;(function(_0x253d8f,_0x1bf547){const _0xfaa3b1=a60_0x3130,_0xa7b38c=_0x253d8f();while(!![]){try{const _0x475436=parseInt(_0xfaa3b1(0x1b8))/0x1*(parseInt(_0xfaa3b1(0x1bb))/0x2)+-parseInt(_0xfaa3b1(0x1b3))/0x3+parseInt(_0xfaa3b1(0x1b6))/0x4*(-parseInt(_0xfaa3b1(0x1b9))/0x5)+parseInt(_0xfaa3b1(0x1c3))/0x6+-parseInt(_0xfaa3b1(0x1c2))/0x7+parseInt(_0xfaa3b1(0x1bd))/0x8+-parseInt(_0xfaa3b1(0x1ba))/0x9*(-parseInt(_0xfaa3b1(0x1bf))/0xa);if(_0x475436===_0x1bf547)break;else _0xa7b38c['push'](_0xa7b38c['shift']());}catch(_0x2267e4){_0xa7b38c['push'](_0xa7b38c['shift']());}}}(a60_0x4c59,0x2fe15));import a60_0x2b7f03 from'axios';import a60_0x4996e3 from'jquery';function a60_0x3130(_0x58c5eb,_0x30fae4){const _0x4c59bc=a60_0x4c59();return a60_0x3130=function(_0x31303c,_0x35ba19){_0x31303c=_0x31303c-0x1b3;let _0x4890d6=_0x4c59bc[_0x31303c];return _0x4890d6;},a60_0x3130(_0x58c5eb,_0x30fae4);}const request=a60_0x2b7f03[a60_0x4e3664(0x1b7)]({'timeout':0xb4*0x3e8});function a60_0x4c59(){const _0x51b1fc=['17580uMyTtj','jsonp','constructor','2418465bNoiGY','1550286zdRJcU','stringify','824328xZLdaE','get','append','4nNIQJY','create','63ndaIOV','7455XdePZr','2151RNbBrW','3020hVAEjL','hasOwnProperty','353648OzlHZZ','forEach'];a60_0x4c59=function(){return _0x51b1fc;};return a60_0x4c59();}export function jsonp(_0x2a0104){return new Promise((_0x538a42,_0x54bc6e)=>{const _0x751e16=a60_0x3130;a60_0x4996e3['ajax']({'url':_0x2a0104,'type':_0x751e16(0x1b4),'dataType':_0x751e16(0x1c0),'success':_0x37a219=>{_0x538a42(_0x37a219);},'error':_0x4704b1=>{_0x54bc6e(_0x4704b1);}});});}export function stringify(_0x5b3ba8){const _0x691214=a60_0x4e3664,_0x1da9c5=new FormData();for(const _0x446f70 in _0x5b3ba8){if(_0x5b3ba8[_0x691214(0x1bc)](_0x446f70)){if(_0x5b3ba8[_0x446f70]){if(_0x5b3ba8[_0x446f70][_0x691214(0x1c1)]===Array)_0x5b3ba8[_0x446f70][0x0]?_0x5b3ba8[_0x446f70][0x0][_0x691214(0x1c1)]===Object?_0x1da9c5[_0x691214(0x1b5)](_0x446f70,JSON[_0x691214(0x1c4)](_0x5b3ba8[_0x446f70])):_0x5b3ba8[_0x446f70][_0x691214(0x1be)]((_0x3824be,_0x2dfa74)=>{const _0x2f77c8=_0x691214;_0x1da9c5[_0x2f77c8(0x1b5)](_0x446f70+('['+_0x2dfa74+']'),_0x3824be);}):_0x1da9c5['append'](_0x446f70+'[]','');else _0x5b3ba8[_0x446f70]['constructor']===Object?_0x1da9c5[_0x691214(0x1b5)](_0x446f70,JSON['stringify'](_0x5b3ba8[_0x446f70])):_0x1da9c5[_0x691214(0x1b5)](_0x446f70,_0x5b3ba8[_0x446f70]);}else _0x5b3ba8[_0x446f70]===0x0?_0x1da9c5[_0x691214(0x1b5)](_0x446f70,'0'):_0x1da9c5['append'](_0x446f70,'');}}return _0x1da9c5;}export default request;
1
+ function a60_0x1592(){const _0x38b676=['constructor','225KZuVGR','stringify','append','create','forEach','7YoAddn','4390675RnMSbu','69100ahhEnZ','862365LlkHBO','6pGQhUF','7837736bYDOKB','1381648xJlOOw','24010932vRHLpQ','1805596MweblV','12YjdyzV','ajax','hasOwnProperty','get'];a60_0x1592=function(){return _0x38b676;};return a60_0x1592();}const a60_0x340af2=a60_0x190a;(function(_0xe75b2c,_0x8d2753){const _0x1c85b8=a60_0x190a,_0x472e19=_0xe75b2c();while(!![]){try{const _0x54d17b=-parseInt(_0x1c85b8(0x1c8))/0x1+parseInt(_0x1c85b8(0x1ca))/0x2+parseInt(_0x1c85b8(0x1c5))/0x3*(-parseInt(_0x1c85b8(0x1b8))/0x4)+-parseInt(_0x1c85b8(0x1c3))/0x5*(parseInt(_0x1c85b8(0x1c6))/0x6)+parseInt(_0x1c85b8(0x1c2))/0x7*(parseInt(_0x1c85b8(0x1c7))/0x8)+parseInt(_0x1c85b8(0x1bd))/0x9*(-parseInt(_0x1c85b8(0x1c4))/0xa)+parseInt(_0x1c85b8(0x1c9))/0xb;if(_0x54d17b===_0x8d2753)break;else _0x472e19['push'](_0x472e19['shift']());}catch(_0x22c41e){_0x472e19['push'](_0x472e19['shift']());}}}(a60_0x1592,0xbc17d));import a60_0x3c1376 from'axios';import a60_0x228b67 from'jquery';function a60_0x190a(_0x19e2bb,_0x59ff71){const _0x159250=a60_0x1592();return a60_0x190a=function(_0x190a58,_0x382251){_0x190a58=_0x190a58-0x1b8;let _0x30e393=_0x159250[_0x190a58];return _0x30e393;},a60_0x190a(_0x19e2bb,_0x59ff71);}const request=a60_0x3c1376[a60_0x340af2(0x1c0)]({'timeout':0xb4*0x3e8});export function jsonp(_0x4c4162){return new Promise((_0x221380,_0x238315)=>{const _0x7e58ed=a60_0x190a;a60_0x228b67[_0x7e58ed(0x1b9)]({'url':_0x4c4162,'type':_0x7e58ed(0x1bb),'dataType':'jsonp','success':_0x3adc5c=>{_0x221380(_0x3adc5c);},'error':_0x3e5c99=>{_0x238315(_0x3e5c99);}});});}export function stringify(_0x3b177d){const _0xae5823=a60_0x340af2,_0x15879f=new FormData();for(const _0x44810a in _0x3b177d){if(_0x3b177d[_0xae5823(0x1ba)](_0x44810a)){if(_0x3b177d[_0x44810a]){if(_0x3b177d[_0x44810a][_0xae5823(0x1bc)]===Array)_0x3b177d[_0x44810a][0x0]?_0x3b177d[_0x44810a][0x0][_0xae5823(0x1bc)]===Object?_0x15879f['append'](_0x44810a,JSON[_0xae5823(0x1be)](_0x3b177d[_0x44810a])):_0x3b177d[_0x44810a][_0xae5823(0x1c1)]((_0x238a5b,_0x199a6e)=>{const _0x40c898=_0xae5823;_0x15879f[_0x40c898(0x1bf)](_0x44810a+('['+_0x199a6e+']'),_0x238a5b);}):_0x15879f[_0xae5823(0x1bf)](_0x44810a+'[]','');else _0x3b177d[_0x44810a][_0xae5823(0x1bc)]===Object?_0x15879f[_0xae5823(0x1bf)](_0x44810a,JSON[_0xae5823(0x1be)](_0x3b177d[_0x44810a])):_0x15879f['append'](_0x44810a,_0x3b177d[_0x44810a]);}else _0x3b177d[_0x44810a]===0x0?_0x15879f[_0xae5823(0x1bf)](_0x44810a,'0'):_0x15879f[_0xae5823(0x1bf)](_0x44810a,'');}}return _0x15879f;}export default request;
package/utils/EsriUtil.js CHANGED
@@ -1 +1 @@
1
- function a61_0x1efb(_0xcfe839,_0x168c7a){const _0x3cb36b=a61_0x3cb3();return a61_0x1efb=function(_0x1efba0,_0x36184e){_0x1efba0=_0x1efba0-0x1d7;let _0x3e0708=_0x3cb36b[_0x1efba0];return _0x3e0708;},a61_0x1efb(_0xcfe839,_0x168c7a);}function a61_0x3cb3(){const _0x5d0085=['450015HbDERS','replace','EPSG:','291304TlWTlw','8YbHInv','4113VPwrCF','8021926YyGtym','toUpperCase','114512cFFELv','indexOf','298878gaheOE','7510oHOVAR','15BBaSIr','24azZDUY','1399848xWeyrZ','7TFoFZH'];a61_0x3cb3=function(){return _0x5d0085;};return a61_0x3cb3();}(function(_0x4cfec8,_0x2ed92e){const _0x43412b=a61_0x1efb,_0x42ed29=_0x4cfec8();while(!![]){try{const _0x378617=-parseInt(_0x43412b(0x1dd))/0x1+-parseInt(_0x43412b(0x1de))/0x2*(parseInt(_0x43412b(0x1da))/0x3)+-parseInt(_0x43412b(0x1e2))/0x4*(-parseInt(_0x43412b(0x1e6))/0x5)+-parseInt(_0x43412b(0x1e4))/0x6*(parseInt(_0x43412b(0x1d9))/0x7)+parseInt(_0x43412b(0x1d8))/0x8+parseInt(_0x43412b(0x1df))/0x9*(-parseInt(_0x43412b(0x1e5))/0xa)+parseInt(_0x43412b(0x1e0))/0xb*(parseInt(_0x43412b(0x1d7))/0xc);if(_0x378617===_0x2ed92e)break;else _0x42ed29['push'](_0x42ed29['shift']());}catch(_0x480430){_0x42ed29['push'](_0x42ed29['shift']());}}}(a61_0x3cb3,0x6a36d));export function getEsriSpatialReference(_0x2b4039){const _0x470e5c=a61_0x1efb;let _0x45a422;if(_0x2b4039){let _0x259ba7=_0x2b4039[_0x470e5c(0x1e1)]();_0x259ba7[_0x470e5c(0x1e3)](_0x470e5c(0x1dc))===0x0?_0x45a422=_0x2b4039[_0x470e5c(0x1db)](_0x470e5c(0x1dc),''):_0x45a422=_0x2b4039;}return _0x45a422;}
1
+ function a61_0x1c69(_0x1f69aa,_0x9ab4da){const _0xa2c726=a61_0xa2c7();return a61_0x1c69=function(_0x1c6933,_0x5dd073){_0x1c6933=_0x1c6933-0x164;let _0x5c6dac=_0xa2c726[_0x1c6933];return _0x5c6dac;},a61_0x1c69(_0x1f69aa,_0x9ab4da);}(function(_0x4277a8,_0x38b5e5){const _0x5197c2=a61_0x1c69,_0x1399ca=_0x4277a8();while(!![]){try{const _0x8aad6d=-parseInt(_0x5197c2(0x167))/0x1+parseInt(_0x5197c2(0x16e))/0x2+-parseInt(_0x5197c2(0x168))/0x3*(parseInt(_0x5197c2(0x164))/0x4)+-parseInt(_0x5197c2(0x165))/0x5+parseInt(_0x5197c2(0x169))/0x6+-parseInt(_0x5197c2(0x166))/0x7+parseInt(_0x5197c2(0x16c))/0x8*(parseInt(_0x5197c2(0x16a))/0x9);if(_0x8aad6d===_0x38b5e5)break;else _0x1399ca['push'](_0x1399ca['shift']());}catch(_0x473629){_0x1399ca['push'](_0x1399ca['shift']());}}}(a61_0xa2c7,0xc3b43));export function getEsriSpatialReference(_0x4e57e3){const _0x4c5a7a=a61_0x1c69;let _0x360037;if(_0x4e57e3){let _0x4ca981=_0x4e57e3['toUpperCase']();_0x4ca981[_0x4c5a7a(0x16d)](_0x4c5a7a(0x16b))===0x0?_0x360037=_0x4e57e3['replace'](_0x4c5a7a(0x16b),''):_0x360037=_0x4e57e3;}return _0x360037;}function a61_0xa2c7(){const _0x17e65a=['1809wmzNmL','8109708OuvPGX','619929aJbviF','EPSG:','248Luaimr','indexOf','972012rPBYWs','460WMiyOM','3643280ewhsFt','9348360TioxNr','1037851JbkXOR'];a61_0xa2c7=function(){return _0x17e65a;};return a61_0xa2c7();}
@@ -1 +1 @@
1
- const a64_0x2b0583=a64_0x2a98;(function(_0x55a526,_0x532e8e){const _0x523b41=a64_0x2a98,_0x439e31=_0x55a526();while(!![]){try{const _0x5c782f=-parseInt(_0x523b41(0xf8))/0x1*(-parseInt(_0x523b41(0xfd))/0x2)+-parseInt(_0x523b41(0x109))/0x3*(-parseInt(_0x523b41(0x113))/0x4)+parseInt(_0x523b41(0x107))/0x5*(-parseInt(_0x523b41(0x10a))/0x6)+-parseInt(_0x523b41(0xfa))/0x7*(-parseInt(_0x523b41(0x102))/0x8)+parseInt(_0x523b41(0xf5))/0x9*(parseInt(_0x523b41(0x100))/0xa)+-parseInt(_0x523b41(0x119))/0xb+-parseInt(_0x523b41(0x11a))/0xc;if(_0x5c782f===_0x532e8e)break;else _0x439e31['push'](_0x439e31['shift']());}catch(_0x4ebbe0){_0x439e31['push'](_0x439e31['shift']());}}}(a64_0x46cc,0xee9e3));import a64_0x2f893d from'ol/proj/Projection';import{distance as a64_0x19b9fb}from'ol/coordinate';import{getGeoProjection,isSpheroid,registerProj}from'./RegisterProjUtil';import{getArea as a64_0x57ac26}from'ol/sphere';import a64_0x5dbbd7 from'jsts/org/locationtech/jts/operation/buffer/BufferOp.js';import a64_0x2b14be from'jsts/org/locationtech/jts/operation/relate/RelateOp.js';import a64_0x2f3b97 from'jsts/org/locationtech/jts/operation/overlay/OverlayOp';import a64_0x2329b3 from'jsts/org/locationtech/jts/io/OL3Parser.js';import a64_0x2cb50e from'jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js';import a64_0x2f4584 from'jsts/org/locationtech/jts/operation/distance/DistanceOp';import a64_0x3746eb from'ol/format/GeoJSON';import{LineString,MultiLineString,MultiPoint,MultiPolygon,Point,LinearRing,Polygon,GeometryCollection}from'ol/geom.js';import a64_0x38d211 from'ol/format/WKT';import a64_0x381abf from'ol/format/EsriJSON';const _parser=new a64_0x2329b3(undefined,undefined);_parser[a64_0x2b0583(0x106)](Point,LineString,LinearRing,Polygon,MultiPoint,MultiLineString,MultiPolygon,GeometryCollection);export function getArea(_0x3fa994,_0x2abb38,_0x476423=![]){const _0x138ecb=a64_0x2b0583;if(!_0x3fa994)return 0x0;const _0x571f71=isSpheroid(_0x2abb38);if(_0x476423)return a64_0x57ac26(_0x3fa994,{'projection':_0x2abb38});else{if(_0x571f71){const _0x2cf5ea=getGeoProjection(_0x3fa994,_0x2abb38);return _0x3fa994[_0x138ecb(0x10d)]()[_0x138ecb(0x110)](_0x2abb38,_0x2cf5ea)[_0x138ecb(0xfc)]();}return _0x3fa994[_0x138ecb(0xfc)]();}}export function bufferOp(_0x3606db,_0x43f22d){const _0x333814=a64_0x2b0583,_0x53eed8=_parser[_0x333814(0x10e)](_0x3606db),_0x1442d0=a64_0x5dbbd7['bufferOp'](_0x53eed8,_0x43f22d);return _parser['write'](_0x1442d0);}export function bufferPixel(_0x4635e3,_0x14494a,_0x3c6de5){const _0xf3dd6d=a64_0x2b0583,_0x2040f4=_0x3c6de5[_0xf3dd6d(0x114)](_0x4635e3['getCoordinates']()),_0x42134a=_0x3c6de5[_0xf3dd6d(0x118)]([_0x2040f4[0x0]+_0x14494a,_0x2040f4[0x1]]),_0x13c05e=a64_0x19b9fb(_0x4635e3[_0xf3dd6d(0x111)](),_0x42134a),_0x56a4dc=bufferOp(_0x4635e3,_0x13c05e);return _0x56a4dc;}export function contains(_0x5e7d9f,_0x1e04b2){const _0x5272a1=a64_0x2b0583,_0x3f9edf=_parser['read'](_0x5e7d9f),_0x1b0981=_parser[_0x5272a1(0x10e)](_0x1e04b2);return a64_0x2b14be[_0x5272a1(0x117)](_0x3f9edf,_0x1b0981);}export function crosses(_0x4919c9,_0x1a0807){const _0x5b5505=a64_0x2b0583,_0x3061be=_parser[_0x5b5505(0x10e)](_0x4919c9),_0x54f34a=_parser['read'](_0x1a0807);return a64_0x2b14be[_0x5b5505(0xff)](_0x3061be,_0x54f34a);}export function intersects(_0x4f593f,_0x14b155){const _0x3c3186=a64_0x2b0583,_0x1a2ca3=_parser['read'](_0x4f593f),_0x1f9210=_parser['read'](_0x14b155);return a64_0x2b14be[_0x3c3186(0xfe)](_0x1a2ca3,_0x1f9210);}export function intersection(_0x295fee,_0xaf141b){const _0x189640=a64_0x2b0583,_0x134a4f=_parser[_0x189640(0x10e)](_0x295fee),_0x13daa7=_parser['read'](_0xaf141b);return _parser[_0x189640(0x10b)](a64_0x2f3b97[_0x189640(0xf3)](_0x134a4f,_0x13daa7));}export function union(_0x368913,_0x328a18){const _0x5eb353=a64_0x2b0583,_0x24c564=_parser[_0x5eb353(0x10e)](_0x368913),_0x27c47d=_parser['read'](_0x328a18);return _parser[_0x5eb353(0x10b)](a64_0x2f3b97[_0x5eb353(0x116)](_0x24c564,_0x27c47d));}export function difference(_0xeae909,_0x2bce11){const _0x5e5393=a64_0x2b0583,_0x126b70=_parser[_0x5e5393(0x10e)](_0xeae909),_0x17bc8c=_parser[_0x5e5393(0x10e)](_0x2bce11);return _parser['write'](a64_0x2f3b97[_0x5e5393(0xf6)](_0x126b70,_0x17bc8c));}export function distance(_0xc3a686,_0x2e988a){const _0x87b569=a64_0x2b0583,_0x401a41=_parser[_0x87b569(0x10e)](_0xc3a686),_0x37100a=_parser[_0x87b569(0x10e)](_0x2e988a);return _parser[_0x87b569(0x10b)](a64_0x2f4584['distance'](_0x401a41,_0x37100a));}export function jstlSplit(_0x51f868,_0x449bae){const _0x24a99f=a64_0x2b0583,_0x2401a5=_parser[_0x24a99f(0x10e)](_0x51f868),_0xe4c571=_parser[_0x24a99f(0x10e)](_0x449bae),_0x3daaec=_0x2401a5[_0x24a99f(0xfb)]();let _0x344b04=[];function _0x54159a(_0x35050f,_0x11cd60){const _0x4bdc96=_0x24a99f;let _0x30bc48=_0x35050f[_0x4bdc96(0x112)],_0x2dd6fa=_0x35050f[_0x4bdc96(0x10c)]()[_0x4bdc96(0x116)](_0x11cd60),_0x30397d=new a64_0x2cb50e();_0x30397d[_0x4bdc96(0x105)](_0x2dd6fa);let _0x496358=_0x30397d[_0x4bdc96(0x103)]();_0x496358[_0x4bdc96(0x101)][_0x4bdc96(0x104)]==0x2&&_0x496358[_0x4bdc96(0x101)]['forEach'](_0x57fa33=>{const _0x5c55a0=_0x4bdc96;_0x30bc48[_0x5c55a0(0x11b)](_0x22a733=>{const _0x6e3e50=_0x5c55a0;let _0x2f54be=[];for(let _0x9c96c8 in _0x22a733['getCoordinates']()){_0x2f54be[_0x6e3e50(0x10f)]([_0x22a733['getCoordinates']()[_0x9c96c8]['x'],_0x22a733['getCoordinates']()[_0x9c96c8]['y']]);}_0x22a733=_parser[_0x6e3e50(0x10e)]({'coordinates':[_0x2f54be],'type':'Polygon'}),_0x57fa33=_0x57fa33[_0x6e3e50(0xf6)](_0x22a733);}),_0x344b04[_0x5c55a0(0x10f)](_parser[_0x5c55a0(0x10b)](_0x57fa33));});}if(_0x3daaec===_0x24a99f(0x115))_0x54159a(_0x2401a5,_0xe4c571);else{if(_0x3daaec===_0x24a99f(0x108))_0x2401a5['_geometries'][_0x24a99f(0x11b)]((_0x26095c,_0x2b27f5)=>{_0x54159a(_0x26095c,_0xe4c571);});else throw new Error(_0x24a99f(0xf9));}return _0x344b04;}export function fromWKT(_0x27ec21,_0x295700,_0x281752){const _0x2dd007=a64_0x2b0583,_0x2a56dc=new a64_0x38d211();_0x295700&&registerProj(_0x295700);_0x281752&&registerProj(_0x281752);const _0x184609=_0x2a56dc[_0x2dd007(0xf7)](_0x27ec21);return _0x295700&&_0x281752?_0x184609[_0x2dd007(0x110)](new a64_0x2f893d({'code':_0x295700}),new a64_0x2f893d({'code':_0x281752})):_0x184609;}export function fromWKTs(_0x1ad61a,_0x5934a6,_0x56a653){const _0x3e1814=a64_0x2b0583,_0x5d6e38=new a64_0x38d211();let _0x45ec36=[];_0x5934a6&&registerProj(_0x5934a6);_0x56a653&&registerProj(_0x56a653);let _0x41f43a,_0x44ff4b;_0x5934a6&&_0x56a653&&(_0x41f43a=new a64_0x2f893d({'code':_0x5934a6}),_0x44ff4b=new a64_0x2f893d({'code':_0x56a653}));for(let _0x4dcf65=0x0;_0x4dcf65<_0x1ad61a[_0x3e1814(0x104)];_0x4dcf65++){_0x41f43a&&_0x44ff4b?_0x45ec36[_0x3e1814(0x10f)](_0x5d6e38[_0x3e1814(0xf7)](_0x1ad61a[_0x4dcf65])[_0x3e1814(0x110)](_0x41f43a,_0x44ff4b)):_0x45ec36[_0x3e1814(0x10f)](_0x5d6e38[_0x3e1814(0xf7)](_0x1ad61a[_0x4dcf65]));}return _0x45ec36;}export function toWKT(_0x4e2cd4){const _0x3829c0=new a64_0x38d211();return _0x3829c0['writeGeometry'](_0x4e2cd4);}export function toGeoJSON(_0x4690d2){const _0x22220b=a64_0x2b0583,_0x2e41d7=new a64_0x3746eb();return _0x2e41d7[_0x22220b(0xf4)](_0x4690d2);}export function fromGeoJSON(_0x48a203){const _0x28db25=new a64_0x3746eb();return _0x28db25['readGeometry'](_0x48a203);}export function toEsriJSON(_0x1204cf){const _0x3d58c8=a64_0x2b0583,_0x470a22=new a64_0x381abf();return _0x470a22[_0x3d58c8(0xf4)](_0x1204cf);}function a64_0x46cc(){const _0x4a786d=['10oeyvei','array','8PYBWYG','getPolygons','length','add','inject','2331640PyJMla','MultiPolygon','2146698ndgTOq','6tSYlCn','write','getExteriorRing','clone','read','push','transform','getCoordinates','_holes','4QUyTkr','getPixelFromCoordinate','Polygon','union','contains','getCoordinateFromPixel','776589vVvkgT','16341180HCRNng','forEach','intersection','writeGeometry','14733423RbJxuC','difference','readGeometry','12347QQjuTh','无法识别的数据类型','984907TxeAga','getGeometryType','getArea','62kPfVkw','intersects','crosses'];a64_0x46cc=function(){return _0x4a786d;};return a64_0x46cc();}export function fromEsriJSON(_0x5b4383){const _0x413e06=a64_0x2b0583,_0xcaa444=new a64_0x381abf();return _0xcaa444[_0x413e06(0xf7)](_0x5b4383);}function a64_0x2a98(_0x33c9b2,_0x487126){const _0x46cc89=a64_0x46cc();return a64_0x2a98=function(_0x2a985e,_0x217cc9){_0x2a985e=_0x2a985e-0xf3;let _0x1325bb=_0x46cc89[_0x2a985e];return _0x1325bb;},a64_0x2a98(_0x33c9b2,_0x487126);}export function expandExtent(_0x1cad3e,_0x53d712){const _0x9f55aa=_0x1cad3e[0x0],_0x4e840f=_0x1cad3e[0x1],_0x5469e7=_0x1cad3e[0x2],_0x3b4f29=_0x1cad3e[0x3],_0x3a7f5d=(_0x9f55aa+_0x5469e7)/0x2,_0x456b10=(_0x4e840f+_0x3b4f29)/0x2,_0x5ad925=_0x5469e7-_0x9f55aa,_0x2dfff7=_0x3b4f29-_0x4e840f,_0x5bec31=_0x5ad925*_0x53d712,_0x46b2aa=_0x2dfff7*_0x53d712,_0x1717cc=_0x3a7f5d-_0x5bec31/0x2,_0x16cf84=_0x3a7f5d+_0x5bec31/0x2,_0x47210c=_0x456b10-_0x46b2aa/0x2,_0x130be3=_0x456b10+_0x46b2aa/0x2;return[_0x1717cc,_0x47210c,_0x16cf84,_0x130be3];}
1
+ const a64_0x1e110e=a64_0x6591;(function(_0x100467,_0xd9524b){const _0x783754=a64_0x6591,_0x36a1f4=_0x100467();while(!![]){try{const _0x1e3b1d=parseInt(_0x783754(0x1dd))/0x1+-parseInt(_0x783754(0x1df))/0x2+parseInt(_0x783754(0x1eb))/0x3*(-parseInt(_0x783754(0x1de))/0x4)+parseInt(_0x783754(0x1fb))/0x5+parseInt(_0x783754(0x1f0))/0x6*(parseInt(_0x783754(0x1e5))/0x7)+-parseInt(_0x783754(0x1e6))/0x8+-parseInt(_0x783754(0x1e4))/0x9*(-parseInt(_0x783754(0x1e2))/0xa);if(_0x1e3b1d===_0xd9524b)break;else _0x36a1f4['push'](_0x36a1f4['shift']());}catch(_0xec4aa){_0x36a1f4['push'](_0x36a1f4['shift']());}}}(a64_0x5b33,0xaf535));import a64_0x343cad from'ol/proj/Projection';import{distance as a64_0x1c2795}from'ol/coordinate';import{getGeoProjection,isSpheroid,registerProj}from'./RegisterProjUtil';import{getArea as a64_0x1c1444}from'ol/sphere';import a64_0xd42449 from'jsts/org/locationtech/jts/operation/buffer/BufferOp.js';import a64_0x3dbf75 from'jsts/org/locationtech/jts/operation/relate/RelateOp.js';import a64_0x124138 from'jsts/org/locationtech/jts/operation/overlay/OverlayOp';import a64_0x23bca9 from'jsts/org/locationtech/jts/io/OL3Parser.js';import a64_0x272b55 from'jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js';import a64_0x479727 from'jsts/org/locationtech/jts/operation/distance/DistanceOp';import a64_0xc63912 from'ol/format/GeoJSON';import{LineString,MultiLineString,MultiPoint,MultiPolygon,Point,LinearRing,Polygon,GeometryCollection}from'ol/geom.js';import a64_0x29df49 from'ol/format/WKT';import a64_0x436e0b from'ol/format/EsriJSON';const _parser=new a64_0x23bca9(undefined,undefined);_parser[a64_0x1e110e(0x1fa)](Point,LineString,LinearRing,Polygon,MultiPoint,MultiLineString,MultiPolygon,GeometryCollection);export function getArea(_0x5f0793,_0x522462,_0x379afe=![]){const _0x4243d2=a64_0x1e110e;if(!_0x5f0793)return 0x0;const _0x1aefe3=isSpheroid(_0x522462);if(_0x379afe)return a64_0x1c1444(_0x5f0793,{'projection':_0x522462});else{if(_0x1aefe3){const _0x145712=getGeoProjection(_0x5f0793,_0x522462);return _0x5f0793['clone']()[_0x4243d2(0x1f6)](_0x522462,_0x145712)['getArea']();}return _0x5f0793[_0x4243d2(0x200)]();}}export function bufferOp(_0x27ccc5,_0x161c5b){const _0x234204=a64_0x1e110e,_0x12cbb5=_parser['read'](_0x27ccc5),_0x433bed=a64_0xd42449['bufferOp'](_0x12cbb5,_0x161c5b);return _parser[_0x234204(0x1e1)](_0x433bed);}export function bufferPixel(_0x3566b2,_0x3a73b5,_0x1509d2){const _0x4319b4=a64_0x1e110e,_0x4b2a30=_0x1509d2[_0x4319b4(0x1f1)](_0x3566b2[_0x4319b4(0x1ec)]()),_0x4ba6b3=_0x1509d2[_0x4319b4(0x1ed)]([_0x4b2a30[0x0]+_0x3a73b5,_0x4b2a30[0x1]]),_0x43a0a9=a64_0x1c2795(_0x3566b2[_0x4319b4(0x1ec)](),_0x4ba6b3),_0x159d35=bufferOp(_0x3566b2,_0x43a0a9);return _0x159d35;}export function contains(_0x4589b5,_0x557d5e){const _0x4e4f40=a64_0x1e110e,_0x4c3f70=_parser['read'](_0x4589b5),_0x5de1a3=_parser[_0x4e4f40(0x1f3)](_0x557d5e);return a64_0x3dbf75[_0x4e4f40(0x1dc)](_0x4c3f70,_0x5de1a3);}export function crosses(_0x22e821,_0xba3c7b){const _0xa9db2a=a64_0x1e110e,_0x42be16=_parser[_0xa9db2a(0x1f3)](_0x22e821),_0x2e4a57=_parser[_0xa9db2a(0x1f3)](_0xba3c7b);return a64_0x3dbf75[_0xa9db2a(0x1ef)](_0x42be16,_0x2e4a57);}export function intersects(_0x1cc910,_0x305c0b){const _0x4820e1=a64_0x1e110e,_0x50d91f=_parser[_0x4820e1(0x1f3)](_0x1cc910),_0x3d2dfe=_parser['read'](_0x305c0b);return a64_0x3dbf75['intersects'](_0x50d91f,_0x3d2dfe);}export function intersection(_0xb711be,_0x573c21){const _0x54bc70=a64_0x1e110e,_0xceeddd=_parser[_0x54bc70(0x1f3)](_0xb711be),_0x236e57=_parser[_0x54bc70(0x1f3)](_0x573c21);return _parser[_0x54bc70(0x1e1)](a64_0x124138[_0x54bc70(0x1e8)](_0xceeddd,_0x236e57));}export function union(_0x39459d,_0xdbb0c6){const _0x18a1c1=a64_0x1e110e,_0x139066=_parser[_0x18a1c1(0x1f3)](_0x39459d),_0x2e396f=_parser[_0x18a1c1(0x1f3)](_0xdbb0c6);return _parser[_0x18a1c1(0x1e1)](a64_0x124138[_0x18a1c1(0x1e9)](_0x139066,_0x2e396f));}export function difference(_0x58224a,_0x33822b){const _0x16e656=a64_0x1e110e,_0x29621c=_parser[_0x16e656(0x1f3)](_0x58224a),_0x2a8a7a=_parser[_0x16e656(0x1f3)](_0x33822b);return _parser['write'](a64_0x124138[_0x16e656(0x1fe)](_0x29621c,_0x2a8a7a));}function a64_0x5b33(){const _0x557954=['writeGeometry','inject','59990SazCCG','getPolygons','_geometries','difference','push','getArea','contains','1370951gBSNGk','639004ZVAIER','2252684pmSnQD','getExteriorRing','write','10jSSIMs','distance','13538628THZYsi','4335828QfMqJV','9306536vqGDsR','_holes','intersection','union','length','21ilEieb','getCoordinates','getCoordinateFromPixel','Polygon','crosses','12BatmWi','getPixelFromCoordinate','array','read','readGeometry','add','transform','forEach','无法识别的数据类型'];a64_0x5b33=function(){return _0x557954;};return a64_0x5b33();}export function distance(_0x399c1d,_0x1a44df){const _0x3482d7=a64_0x1e110e,_0x57e192=_parser[_0x3482d7(0x1f3)](_0x399c1d),_0xf6ded3=_parser[_0x3482d7(0x1f3)](_0x1a44df);return _parser['write'](a64_0x479727[_0x3482d7(0x1e3)](_0x57e192,_0xf6ded3));}export function jstlSplit(_0x53e286,_0x2ab768){const _0x368a3f=a64_0x1e110e,_0x142273=_parser[_0x368a3f(0x1f3)](_0x53e286),_0xae51d2=_parser[_0x368a3f(0x1f3)](_0x2ab768),_0x10332b=_0x142273['getGeometryType']();let _0x3dc52d=[];function _0x23cf20(_0x2fac4a,_0x3fe0df){const _0x715be8=_0x368a3f;let _0x5250df=_0x2fac4a[_0x715be8(0x1e7)],_0x336cbe=_0x2fac4a[_0x715be8(0x1e0)]()[_0x715be8(0x1e9)](_0x3fe0df),_0x536a46=new a64_0x272b55();_0x536a46[_0x715be8(0x1f5)](_0x336cbe);let _0x220e14=_0x536a46[_0x715be8(0x1fc)]();_0x220e14[_0x715be8(0x1f2)]['length']==0x2&&_0x220e14[_0x715be8(0x1f2)][_0x715be8(0x1f7)](_0x27cbf0=>{const _0x4f821c=_0x715be8;_0x5250df['forEach'](_0x3d074a=>{const _0x1c746e=a64_0x6591;let _0x104938=[];for(let _0x5a5618 in _0x3d074a[_0x1c746e(0x1ec)]()){_0x104938['push']([_0x3d074a['getCoordinates']()[_0x5a5618]['x'],_0x3d074a[_0x1c746e(0x1ec)]()[_0x5a5618]['y']]);}_0x3d074a=_parser[_0x1c746e(0x1f3)]({'coordinates':[_0x104938],'type':_0x1c746e(0x1ee)}),_0x27cbf0=_0x27cbf0[_0x1c746e(0x1fe)](_0x3d074a);}),_0x3dc52d[_0x4f821c(0x1ff)](_parser[_0x4f821c(0x1e1)](_0x27cbf0));});}if(_0x10332b===_0x368a3f(0x1ee))_0x23cf20(_0x142273,_0xae51d2);else{if(_0x10332b==='MultiPolygon')_0x142273[_0x368a3f(0x1fd)][_0x368a3f(0x1f7)]((_0x1b4849,_0x166cd8)=>{_0x23cf20(_0x1b4849,_0xae51d2);});else throw new Error(_0x368a3f(0x1f8));}return _0x3dc52d;}export function fromWKT(_0xd6598f,_0x4ddedd,_0x4da434){const _0x6879a1=a64_0x1e110e,_0x32a926=new a64_0x29df49();_0x4ddedd&&registerProj(_0x4ddedd);_0x4da434&&registerProj(_0x4da434);const _0x313775=_0x32a926['readGeometry'](_0xd6598f);return _0x4ddedd&&_0x4da434?_0x313775[_0x6879a1(0x1f6)](new a64_0x343cad({'code':_0x4ddedd}),new a64_0x343cad({'code':_0x4da434})):_0x313775;}export function fromWKTs(_0x3aa303,_0x256e32,_0x48c738){const _0x6c5b40=a64_0x1e110e,_0x412367=new a64_0x29df49();let _0x484a71=[];_0x256e32&&registerProj(_0x256e32);_0x48c738&&registerProj(_0x48c738);let _0x42f0f5,_0x1a7b28;_0x256e32&&_0x48c738&&(_0x42f0f5=new a64_0x343cad({'code':_0x256e32}),_0x1a7b28=new a64_0x343cad({'code':_0x48c738}));for(let _0x4d5443=0x0;_0x4d5443<_0x3aa303[_0x6c5b40(0x1ea)];_0x4d5443++){_0x42f0f5&&_0x1a7b28?_0x484a71[_0x6c5b40(0x1ff)](_0x412367[_0x6c5b40(0x1f4)](_0x3aa303[_0x4d5443])[_0x6c5b40(0x1f6)](_0x42f0f5,_0x1a7b28)):_0x484a71[_0x6c5b40(0x1ff)](_0x412367[_0x6c5b40(0x1f4)](_0x3aa303[_0x4d5443]));}return _0x484a71;}export function toWKT(_0x4b665c){const _0x4fcc49=a64_0x1e110e,_0x56baa3=new a64_0x29df49();return _0x56baa3[_0x4fcc49(0x1f9)](_0x4b665c);}export function toGeoJSON(_0xabcb44){const _0xb1efc=a64_0x1e110e,_0x5dd0ad=new a64_0xc63912();return _0x5dd0ad[_0xb1efc(0x1f9)](_0xabcb44);}function a64_0x6591(_0x45af5d,_0x215470){const _0x5b3332=a64_0x5b33();return a64_0x6591=function(_0x65911,_0x5aa172){_0x65911=_0x65911-0x1dc;let _0x5be450=_0x5b3332[_0x65911];return _0x5be450;},a64_0x6591(_0x45af5d,_0x215470);}export function fromGeoJSON(_0x6c5a2c){const _0x32b963=new a64_0xc63912();return _0x32b963['readGeometry'](_0x6c5a2c);}export function toEsriJSON(_0x2e8e25){const _0x530456=a64_0x1e110e,_0x41ff6d=new a64_0x436e0b();return _0x41ff6d[_0x530456(0x1f9)](_0x2e8e25);}export function fromEsriJSON(_0x159125){const _0x2c084a=a64_0x1e110e,_0xdded7e=new a64_0x436e0b();return _0xdded7e[_0x2c084a(0x1f4)](_0x159125);}export function expandExtent(_0x3f1d21,_0x36da98){const _0x2a99cc=_0x3f1d21[0x0],_0x3a371c=_0x3f1d21[0x1],_0x4811f9=_0x3f1d21[0x2],_0x21589f=_0x3f1d21[0x3],_0x11160a=(_0x2a99cc+_0x4811f9)/0x2,_0x301977=(_0x3a371c+_0x21589f)/0x2,_0x5bfeec=_0x4811f9-_0x2a99cc,_0x318346=_0x21589f-_0x3a371c,_0x3b721e=_0x5bfeec*_0x36da98,_0x3be543=_0x318346*_0x36da98,_0x580432=_0x11160a-_0x3b721e/0x2,_0xddf427=_0x11160a+_0x3b721e/0x2,_0x1bf315=_0x301977-_0x3be543/0x2,_0x2c19b6=_0x301977+_0x3be543/0x2;return[_0x580432,_0x1bf315,_0xddf427,_0x2c19b6];}
@@ -1 +1 @@
1
- (function(_0x435568,_0x2faa77){const _0x463a75=a65_0x25da,_0x1e90db=_0x435568();while(!![]){try{const _0x545d3b=parseInt(_0x463a75(0x123))/0x1+-parseInt(_0x463a75(0x132))/0x2+parseInt(_0x463a75(0x131))/0x3*(parseInt(_0x463a75(0x125))/0x4)+-parseInt(_0x463a75(0x128))/0x5+parseInt(_0x463a75(0x12c))/0x6*(parseInt(_0x463a75(0x12b))/0x7)+-parseInt(_0x463a75(0x12e))/0x8+-parseInt(_0x463a75(0x130))/0x9*(-parseInt(_0x463a75(0x126))/0xa);if(_0x545d3b===_0x2faa77)break;else _0x1e90db['push'](_0x1e90db['shift']());}catch(_0xc34adc){_0x1e90db['push'](_0x1e90db['shift']());}}}(a65_0x44e3,0xa1a77));function a65_0x25da(_0x537e24,_0x129d5c){const _0x44e37e=a65_0x44e3();return a65_0x25da=function(_0x25dab0,_0x1e4b7b){_0x25dab0=_0x25dab0-0x123;let _0x3dd785=_0x44e37e[_0x25dab0];return _0x3dd785;},a65_0x25da(_0x537e24,_0x129d5c);}export function mapServiceTreeTransform(_0x27483b){const _0x2796cd=a65_0x25da;let _0x19a717=[];return _0x27483b&&_0x27483b[_0x2796cd(0x12d)]>0x0&&(_0x27483b[_0x2796cd(0x12a)](_0x4e875a=>{const _0x4cf533=_0x2796cd;(!_0x4e875a['parentId']||_0x4e875a[_0x4cf533(0x129)]=='')&&_0x19a717[_0x4cf533(0x12f)](Object[_0x4cf533(0x133)]({},_0x4e875a));}),_0x19a717=_0x19a717[_0x2796cd(0x127)]((_0x13fd2c,_0x416622)=>{const _0x18d5f9=_0x2796cd;return(_0x13fd2c[_0x18d5f9(0x124)]?_0x13fd2c[_0x18d5f9(0x124)]:0x0)-(_0x416622[_0x18d5f9(0x124)]?_0x416622[_0x18d5f9(0x124)]:0x0);}),_0x19a717['forEach'](_0xd92db9=>{_0xd92db9['children']=setChildren(_0xd92db9['id'],_0x27483b);})),_0x19a717;}function setChildren(_0x260410,_0x230d3b){const _0x55eac2=a65_0x25da;let _0x5d7728=[];return _0x230d3b[_0x55eac2(0x12a)](_0x4b87ee=>{const _0x3b5aff=_0x55eac2;_0x260410===(_0x4b87ee[_0x3b5aff(0x129)]==null?'':_0x4b87ee['parentId'])&&_0x5d7728['push'](Object[_0x3b5aff(0x133)]({},_0x4b87ee));}),_0x5d7728=_0x5d7728[_0x55eac2(0x127)]((_0x17a41e,_0x343beb)=>{const _0x980357=_0x55eac2;return(_0x17a41e[_0x980357(0x124)]?_0x17a41e[_0x980357(0x124)]:0x0)-(_0x343beb[_0x980357(0x124)]?_0x343beb[_0x980357(0x124)]:0x0);}),_0x5d7728['length']>0x0&&_0x5d7728['forEach'](_0x30c7e3=>{_0x30c7e3['children']=setChildren(_0x30c7e3['id'],_0x230d3b);}),_0x5d7728;}function a65_0x44e3(){const _0x469f10=['1258508UZGwsN','showIndex','140HQeHma','10KZIqLu','sort','2904720MEqmeq','parentId','forEach','28dBehdW','416994EyuvEm','length','3440288hZdSZB','push','4192299WaVUgL','69645QbyVYC','2283450wPGUDK','assign'];a65_0x44e3=function(){return _0x469f10;};return a65_0x44e3();}
1
+ (function(_0xf21d6f,_0x18ed88){const _0x477ad5=a65_0x2e49,_0x4c0661=_0xf21d6f();while(!![]){try{const _0x2f0ecf=parseInt(_0x477ad5(0x1aa))/0x1*(parseInt(_0x477ad5(0x1ab))/0x2)+-parseInt(_0x477ad5(0x19c))/0x3*(-parseInt(_0x477ad5(0x1a0))/0x4)+parseInt(_0x477ad5(0x1a6))/0x5*(parseInt(_0x477ad5(0x1ad))/0x6)+parseInt(_0x477ad5(0x19e))/0x7+parseInt(_0x477ad5(0x1a9))/0x8*(-parseInt(_0x477ad5(0x1a4))/0x9)+-parseInt(_0x477ad5(0x1a7))/0xa+-parseInt(_0x477ad5(0x1a1))/0xb*(parseInt(_0x477ad5(0x1a3))/0xc);if(_0x2f0ecf===_0x18ed88)break;else _0x4c0661['push'](_0x4c0661['shift']());}catch(_0x570b27){_0x4c0661['push'](_0x4c0661['shift']());}}}(a65_0x4c82,0x37f01));function a65_0x2e49(_0x13fd13,_0x131563){const _0x4c824d=a65_0x4c82();return a65_0x2e49=function(_0x2e49c0,_0x3b82af){_0x2e49c0=_0x2e49c0-0x19b;let _0x3935fc=_0x4c824d[_0x2e49c0];return _0x3935fc;},a65_0x2e49(_0x13fd13,_0x131563);}export function mapServiceTreeTransform(_0xea0bc5){const _0x11ae5f=a65_0x2e49;let _0x37c2a6=[];return _0xea0bc5&&_0xea0bc5[_0x11ae5f(0x1a8)]>0x0&&(_0xea0bc5[_0x11ae5f(0x1ac)](_0x1a1bf2=>{const _0x538e84=_0x11ae5f;(!_0x1a1bf2[_0x538e84(0x1a5)]||_0x1a1bf2[_0x538e84(0x1a5)]=='')&&_0x37c2a6['push'](Object[_0x538e84(0x19b)]({},_0x1a1bf2));}),_0x37c2a6=_0x37c2a6[_0x11ae5f(0x19d)]((_0xb3b893,_0x5c755e)=>{const _0x376f40=_0x11ae5f;return(_0xb3b893[_0x376f40(0x1a2)]?_0xb3b893['showIndex']:0x0)-(_0x5c755e['showIndex']?_0x5c755e['showIndex']:0x0);}),_0x37c2a6[_0x11ae5f(0x1ac)](_0x540031=>{_0x540031['children']=setChildren(_0x540031['id'],_0xea0bc5);})),_0x37c2a6;}function setChildren(_0x43e465,_0x59bd0c){const _0x353877=a65_0x2e49;let _0x45371a=[];return _0x59bd0c['forEach'](_0x2541f4=>{const _0x59a708=a65_0x2e49;_0x43e465===(_0x2541f4[_0x59a708(0x1a5)]==null?'':_0x2541f4[_0x59a708(0x1a5)])&&_0x45371a[_0x59a708(0x19f)](Object[_0x59a708(0x19b)]({},_0x2541f4));}),_0x45371a=_0x45371a[_0x353877(0x19d)]((_0x384608,_0x20d597)=>{const _0x52be9b=_0x353877;return(_0x384608[_0x52be9b(0x1a2)]?_0x384608[_0x52be9b(0x1a2)]:0x0)-(_0x20d597[_0x52be9b(0x1a2)]?_0x20d597['showIndex']:0x0);}),_0x45371a[_0x353877(0x1a8)]>0x0&&_0x45371a['forEach'](_0x33a199=>{const _0x479adb=_0x353877;_0x33a199[_0x479adb(0x1ae)]=setChildren(_0x33a199['id'],_0x59bd0c);}),_0x45371a;}function a65_0x4c82(){const _0x1676e1=['136786RNircR','forEach','6MJeoTi','children','assign','56841kYVIlZ','sort','1609209ktgNuO','push','88jjYkWL','187gfVZda','showIndex','118860OgxWHD','36KJkHuD','parentId','863785IvZgKB','3072770KKjBNV','length','366176WyjJaw','1WtsRYj'];a65_0x4c82=function(){return _0x1676e1;};return a65_0x4c82();}
@@ -1 +1 @@
1
- (function(_0x1956e2,_0xcf7631){const _0x4471bc=a70_0x3383,_0x520639=_0x1956e2();while(!![]){try{const _0x10265b=parseInt(_0x4471bc(0xcb))/0x1+-parseInt(_0x4471bc(0x1aa))/0x2*(parseInt(_0x4471bc(0x108))/0x3)+-parseInt(_0x4471bc(0x163))/0x4*(-parseInt(_0x4471bc(0x169))/0x5)+parseInt(_0x4471bc(0xc2))/0x6+-parseInt(_0x4471bc(0x10b))/0x7+parseInt(_0x4471bc(0x15d))/0x8+-parseInt(_0x4471bc(0xce))/0x9;if(_0x10265b===_0xcf7631)break;else _0x520639['push'](_0x520639['shift']());}catch(_0x31ecc3){_0x520639['push'](_0x520639['shift']());}}}(a70_0x4297,0xc53e2));import a70_0x5a82f0 from'proj4';import a70_0x40e051 from'ol/proj/Projection';import a70_0x282365 from'proj4/lib/parseCode';import a70_0x18675e from'proj4/lib/projections';import{get as a70_0x2acb2e}from'ol/proj';function a70_0x3383(_0x3a6475,_0x3ce882){const _0x42978f=a70_0x4297();return a70_0x3383=function(_0x3383a6,_0x5a6cdc){_0x3383a6=_0x3383a6-0xb8;let _0x4cbbbf=_0x42978f[_0x3383a6];return _0x4cbbbf;},a70_0x3383(_0x3a6475,_0x3ce882);}import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x500e8b,_0x48b2aa){const _0xd5d525=a70_0x3383,_0x7e0f5c=_0x48b2aa[_0xd5d525(0x1a5)]();if(_0x7e0f5c['indexOf'](_0xd5d525(0x1b6))>-0x1)return new a70_0x40e051({'code':_0xd5d525(0x13d)});else{if(_0x7e0f5c[_0xd5d525(0x16d)](_0xd5d525(0x13a))>-0x1){const _0x4be4ea=_0x500e8b[_0xd5d525(0x18e)](),_0x247dcf=Math['floor']((_0x4be4ea[0x0]-1.5)/0x3)+0x1,_0x5aadba=_0xd5d525(0x1b9)+(0x1188+_0x247dcf);return new a70_0x40e051({'code':_0x5aadba});}}return _0x48b2aa;}function a70_0x4297(){const _0x3d7ab1=['+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=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4507','EPSG:4514','未找到投影定义','EPSG:2363','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2331','+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=126\x20+k=1\x20+x_0=500000\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=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','setExtent','EPSG:4504','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4539','EPSG:2357','EPSG:2348','EPSG:2350','EPSG:2361','EPSG:4506','+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:4528','EPSG:4540','EPSG:4553','EPSG:4512','EPSG:4520','EPSG:4497','+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','getLastCoordinate','EPSG:4492','EPSG:4525','projName','EPSG:2371','EPSG:4537','EPSG:4503','+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=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=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','4214','EPSG:4541','EPSG:4518','+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:2343','EPSG:2379','EPSG:2338','abs','+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=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=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=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=31500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','getCode','EPSG:2340','+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:2380','EPSG:4554','231730VwfWrS','+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=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=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4545','EPSG:2387','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4502','EPSG:2383','EPSG:2364','+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','4326','EPSG:2368','+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:','EPSG:4549','+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:4551','EPSG:2381','\x20+lon_0=','EPSG:2382','+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','+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','EPSG:2369','get','+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','7165890WsFmGS','EPSG:4513','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4508','EPSG:2389','EPSG:2328','EPSG:2353','EPSG:4535','EPSG:2359','318086WtNDaZ','EPSG:2329','+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','14576679aYkaRn','+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','entries','+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','+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','EPSG:2342','EPSG:4552','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2354','+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=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','+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:4527','+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=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4523','+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=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','error','EPSG:4547','EPSG:2349','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2330','EPSG:4533','EPSG:4505','EPSG:2375','EPSG:4550','EPSG:4510','EPSG:2346','+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:2373','+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','4610','EPSG:2336','+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:4536','EPSG:4496','EPSG:4546','EPSG:4494','EPSG:4501','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4511','EPSG:2385','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\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=39500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2367','EPSG:2351','+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=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4548','EPSG:2347','+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:2335','+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','6qMbnDy','+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=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','6191066UAilFE','EPSG:4524','false_northing','EPSG:2358','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4534','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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:2327','EPSG:2341','EPSG:2337','+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=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2362','longitude_of_center','EPSG:2365','EPSG:4526','EPSG:2377','EPSG:2345','EPSG:4538','EPSG:2376','EPSG:4529','+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=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2333','EPSG:2334','EPSG:4515','replace','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs','EPSG:4500','EPSG:4490','EPSG:2356','EPSG:4519','EPSG:4499','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2355','\x20+ellps=','+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:2344','+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','4555','+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=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:2384','EPSG:4516','+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','4490','+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','+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:3857','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2360','+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=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:4491','EPSG:2332','EPSG:2388','EPSG:2374','Gauss_Kruger','EPSG:4543','Transverse_Mercator','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4495','+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','defs','latitude_of_center','+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:2352','\x20+y_0=','EPSG:4498','+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:4532','EPSG:4542','EPSG:2366','\x20+units=m\x20+no_defs\x20','+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=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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:4522','EPSG:4517','EPSG:2370','4994848TLbLgP','EPSG:4610','EPSG:4531','EPSG:2372','+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','EPSG:4521','6668bIzYWF','EPSG:4509','EPSG:4493','EPSG:2378','EPSG:2339','+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','4220QkgqHA','EPSG:4530','+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','+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','indexOf','+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:2390','+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'];a70_0x4297=function(){return _0x3d7ab1;};return a70_0x4297();}export function getSpheroidProjection(_0x3b21ec){const _0x13c6ca=a70_0x3383;if(isSpheroid(_0x3b21ec))return _0x3b21ec;const _0x46a6ba=_0x3b21ec[_0x13c6ca(0x1a5)](),_0x582cdf=a70_0x5a82f0[_0x13c6ca(0x14c)](_0x46a6ba);if(_0x582cdf){const {a:_0x15fb50,rf:_0x33303a}=_0x582cdf,_0xcd3e04={'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 [_0x3d07f9,_0x5b04c4]of Object[_0x13c6ca(0xd0)](_0xcd3e04)){if(_0x15fb50===_0x5b04c4['a']&&Math[_0x13c6ca(0x19f)](_0x33303a?_0x33303a:0x0-_0x5b04c4['f'])<1e-15)return registerProj(_0x3d07f9),new a70_0x40e051({'code':_0x3d07f9});}}else console[_0x13c6ca(0xe1)](_0x13c6ca(0x175));}export function isSpheroid(_0xfa2326){const _0x391b18=a70_0x3383,_0x272ce2=_0xfa2326[_0x391b18(0x1a5)]();return _0x272ce2[_0x391b18(0x16d)](_0x391b18(0x1b6))>-0x1||_0x272ce2[_0x391b18(0x16d)](_0x391b18(0x13a))>-0x1||_0x272ce2[_0x391b18(0x16d)](_0x391b18(0x198))>-0x1||_0x272ce2[_0x391b18(0x16d)](_0x391b18(0x134))>-0x1||_0x272ce2[_0x391b18(0x16d)](_0x391b18(0xf1))>-0x1?!![]:![];}export function registerProj(_0x26acb2,_0x12604b){const _0x403d72=a70_0x3383;let _0x29ee0b;_0x29ee0b=a70_0x2acb2e(_0x26acb2);if(!_0x29ee0b)switch(_0x26acb2){case'EPSG:4490':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x12a),_0x403d72(0x128)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x12a));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x403d72(0x147):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x147),'+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4543');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([344166.57,2338205.65,622925.7,4729373.22]);break;case _0x403d72(0x1ae):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x1ae),_0x403d72(0x135)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1ae));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([341298.83,2012660.02,623358.71,4704933.89]);break;case _0x403d72(0xf6):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xf6),_0x403d72(0xdf)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4546');_0x29ee0b&&_0x29ee0b['setExtent']([341226.58,2003802.99,618043.7,4998263.83]);break;case _0x403d72(0xe2):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xe2),_0x403d72(0xd9)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xe2));_0x29ee0b&&_0x29ee0b['setExtent']([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x403d72(0x103):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x103),_0x403d72(0x122)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x103));_0x29ee0b&&_0x29ee0b['setExtent']([345754.3,2501017.13,0x94641,5528578.96]);break;case _0x403d72(0x1ba):a70_0x5a82f0['defs'](_0x403d72(0x1ba),_0x403d72(0xf0)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1ba));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x403d72(0xeb):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xeb),'+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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4550');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352748.57,3123733.99,599394.66,5937990.42]);break;case _0x403d72(0xb9):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xb9),_0x403d72(0x17a)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xb9));_0x29ee0b&&_0x29ee0b['setExtent']([372262.47,4451705.13,600236.64,5897928.74]);break;case'EPSG:4552':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xd4),_0x403d72(0x172)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4552');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x403d72(0x189):a70_0x5a82f0['defs']('EPSG:4553','+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'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x189));_0x29ee0b&&_0x29ee0b['setExtent']([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x1a9),_0x403d72(0x139)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1a9));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([383491.84,5080507.85,482969.27,5362930.84]);break;case _0x403d72(0x110):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x110),'+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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x110));_0x29ee0b&&_0x29ee0b['setExtent']([375272.5,3965339.75,626870.23,4502787.6]);case'EPSG:4535':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xc9),_0x403d72(0x1a3)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xc9));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([356780.75,3435266.95,624607.97,4633842.66]);break;case'EPSG:4536':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xf4),_0x403d72(0x1ad)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xf4));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x403d72(0x193):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x193),_0x403d72(0x197)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x193));_0x29ee0b&&_0x29ee0b['setExtent']([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x403d72(0x11e):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x11e),_0x403d72(0x13c)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x11e));_0x29ee0b&&_0x29ee0b['setExtent']([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x403d72(0x180):a70_0x5a82f0['defs'](_0x403d72(0x180),_0x403d72(0x17c)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4539');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x403d72(0x188):a70_0x5a82f0['defs']('EPSG:4540',_0x403d72(0x171)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x188));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352054.43,3067205.43,618002.46,5000486.51]);break;case _0x403d72(0x199):a70_0x5a82f0['defs'](_0x403d72(0x199),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x199));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x403d72(0x154):a70_0x5a82f0['defs']('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_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4542');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x403d72(0xc3):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4513',_0x403d72(0xf3)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xc3));_0x29ee0b&&_0x29ee0b['setExtent']([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x403d72(0x174):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4514',_0x403d72(0x196)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x174));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case _0x403d72(0x125):a70_0x5a82f0['defs'](_0x403d72(0x125),_0x403d72(0x16e)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x125));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x403d72(0x138):a70_0x5a82f0['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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4516');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case _0x403d72(0x15b):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4517',_0x403d72(0x1b5)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x15b));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x403d72(0x19a):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x19a),_0x403d72(0x17f)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x19a));_0x29ee0b&&_0x29ee0b['setExtent']([30350541.6,3023992.26,30611765.09,5366231.03]);break;case'EPSG:4519':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x12c),_0x403d72(0x1a4)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x12c));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case _0x403d72(0x18b):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x18b),_0x403d72(0x16c)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x18b));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([32352762.3,3124842.44,32620089.9,4930490.22]);break;case'EPSG:4521':a70_0x5a82f0['defs'](_0x403d72(0x162),_0x403d72(0x14e)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4521');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x403d72(0x15a):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x15a),_0x403d72(0x1a0)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x15a));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([34344166.57,2338205.65,34622925.7,4729373.22]);break;case'EPSG:4523':a70_0x5a82f0['defs'](_0x403d72(0xde),_0x403d72(0x127)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xde));_0x29ee0b&&_0x29ee0b['setExtent']([35345643.07,2489940.65,35623868.1,4676052.19]);break;case'EPSG:4524':a70_0x5a82f0['defs'](_0x403d72(0x10c),_0x403d72(0xe4)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x10c));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case _0x403d72(0x190):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x190),_0x403d72(0x16b)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4525');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x403d72(0x11b):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x11b),'+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_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x11b));_0x29ee0b&&_0x29ee0b['setExtent']([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x403d72(0xda):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xda),_0x403d72(0xd5)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xda));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x403d72(0x187):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x187),_0x403d72(0x170)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x187));if(_0x29ee0b){}break;case _0x403d72(0x120):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x120),_0x403d72(0x131)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x120));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x403d72(0x16a):a70_0x5a82f0['defs']('EPSG:4530','+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_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x16a));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x403d72(0x15f):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x15f),_0x403d72(0x14b)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x15f));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([43374503.76,4582750.41,43606982.71,5569731.71]);break;case _0x403d72(0x153):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4532',_0x403d72(0x1b4)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4532');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([44376543.13,4699379.62,44610019.44,5417367.63]);break;case'EPSG:4533':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xe8),_0x403d72(0x116)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xe8));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case'EPSG:4507':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x173),_0x403d72(0x161)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4507');_0x29ee0b&&_0x29ee0b['setExtent']([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x403d72(0xc5):a70_0x5a82f0['defs'](_0x403d72(0xc5),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4508');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x403d72(0x164):a70_0x5a82f0['defs']('EPSG:4509',_0x403d72(0x122)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x164));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([184047.25,2106579.41,708208.94,5714206.25]);break;case'EPSG:4510':a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4510',_0x403d72(0x102)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xec));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([196182.08,2729495.05,698769.28,5941131.59]);break;case'EPSG:4511':a70_0x5a82f0['defs'](_0x403d72(0xfa),'+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'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xfa));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([209606.47,3290627.32,702362.77,5855471.68]);break;case'EPSG:4512':a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4512',_0x403d72(0x139)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x18a));_0x29ee0b&&_0x29ee0b['setExtent']([263541.74,4991547.88,482969.27,5362930.84]);break;case _0x403d72(0x1b1):a70_0x5a82f0['defs'](_0x403d72(0x1b1),_0x403d72(0xee)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4502');_0x29ee0b&&_0x29ee0b['setExtent']([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x403d72(0x194):a70_0x5a82f0['defs'](_0x403d72(0x194),_0x403d72(0x1ad)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x194));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x403d72(0x17e):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x17e),_0x403d72(0x13c)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:4504');_0x29ee0b&&_0x29ee0b['setExtent']([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x403d72(0xe9):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xe9),'+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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xe9));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([204050.9,3069909.68,725045.7,5311696.64]);break;case _0x403d72(0x185):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x185),_0x403d72(0x10f)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x185));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([188253.52,2340414.16,744727.96,4787117.85]);break;case _0x403d72(0x142):a70_0x5a82f0['defs'](_0x403d72(0x142),_0x403d72(0xfd)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x142));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case _0x403d72(0x18f):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x18f),_0x403d72(0x105)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x18f));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x403d72(0x165):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x165),_0x403d72(0xd7)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x165));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case _0x403d72(0xf7):a70_0x5a82f0['defs'](_0x403d72(0xf7),_0x403d72(0xf9)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xf7));_0x29ee0b&&_0x29ee0b['setExtent']([16204050.9,3069909.68,16725045.7,5311696.64]);break;case'EPSG:4495':a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:4495',_0x403d72(0xdc)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x14a));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x403d72(0xf5):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xf5),_0x403d72(0xe6)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xf5));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([18181721.15,1965854.14,18746725.01,4708206.87]);break;case'EPSG:4497':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x18c),_0x403d72(0x179)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x18c));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case _0x403d72(0x151):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x151),_0x403d72(0xe5)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x151));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([20184047.25,2106579.41,20708208.94,5714206.25]);break;case'EPSG:4499':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x12d),'+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_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x12d));_0x29ee0b&&_0x29ee0b['setExtent']([21196182.08,2729495.05,21698769.28,5941131.59]);break;case'EPSG:4500':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x129),_0x403d72(0xbd)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x129));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x403d72(0xf8):a70_0x5a82f0['defs'](_0x403d72(0xf8),_0x403d72(0x107)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xf8));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([23263541.74,4991547.88,23482969.27,5362930.84]);break;case _0x403d72(0x15e):a70_0x5a82f0['defs'](_0x403d72(0x15e),'+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x15e));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x403d72(0x19d):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x19d),_0x403d72(0xfc)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x19d));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([344166.5,2338206.74,622925.76,4729375.42]);break;case _0x403d72(0x1a8):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x1a8),_0x403d72(0x177)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1a8));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([0x5462b,2489941.81,623868.16,4676054.37]);break;case _0x403d72(0xba):a70_0x5a82f0['defs'](_0x403d72(0xba),_0x403d72(0x101)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2381');_0x29ee0b&&_0x29ee0b['setExtent']([341298.75,2012660.96,623358.77,4704936.09]);break;case _0x403d72(0xbc):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2382',_0x403d72(0xd1)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xbc));_0x29ee0b&&_0x29ee0b['setExtent']([341226.51,2003803.92,618043.76,4998266.16]);break;case _0x403d72(0x1b2):a70_0x5a82f0['defs'](_0x403d72(0x1b2),_0x403d72(0xc4)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1b2));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([344577.81,2381399.02,617340.68,5036052.73]);break;case'EPSG:2384':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x137),_0x403d72(0x157)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x137));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([345754.23,2501018.29,607809.05,5528581.54]);break;case'EPSG:2385':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xfb),_0x403d72(0xd2)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xfb));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([347872.18,0x29417d,599933.1,5912397.96]);break;case'EPSG:2386':a70_0x5a82f0['defs']('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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2386');_0x29ee0b&&_0x29ee0b['setExtent']([352748.5,3123735.45,599394.71,5937993.2]);break;case _0x403d72(0x1af):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2387',_0x403d72(0x1b0)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2387');_0x29ee0b&&_0x29ee0b['setExtent']([372262.41,4451707.2,600236.68,5897931.5]);break;case _0x403d72(0x144):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x144),'+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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x144));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([374503.71,4582752.55,606982.76,5569734.31]);break;case'EPSG:2389':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xc6),_0x403d72(0x117)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2389');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([376543.07,4699381.82,610019.49,5417370.16]);break;case'EPSG:2390':a70_0x5a82f0['defs'](_0x403d72(0x16f),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x16f));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x403d72(0x15c):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x15c),_0x403d72(0x149)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x15c));_0x29ee0b&&_0x29ee0b['setExtent']([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x403d72(0x192):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2371',_0x403d72(0x1a2)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x192));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x403d72(0x160):a70_0x5a82f0['defs']('EPSG:2372','+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_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x160));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x403d72(0xef):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2373',_0x403d72(0x195)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xef));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352803.44,3128169.23,613592.56,5233910.91]);break;case _0x403d72(0x145):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x145),_0x403d72(0x12e)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x145));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x403d72(0xea):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xea),_0x403d72(0x140)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xea));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x403d72(0x11f):a70_0x5a82f0['defs'](_0x403d72(0x11f),_0x403d72(0x168)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2376');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352054.36,3067206.86,618002.52,5000488.84]);break;case _0x403d72(0x11c):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x11c),_0x403d72(0x13b)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2377');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([352762.23,3124843.89,620089.96,4930492.52]);break;case'EPSG:2378':a70_0x5a82f0['defs'](_0x403d72(0x166),_0x403d72(0xe0)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x166));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([344482.25,2371431.4,622787.6,4737151.76]);break;case'EPSG:2349':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xe3),_0x403d72(0x186)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xe3));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([25375272.44,3965341.6,25626870.29,4502789.7]);break;case _0x403d72(0x183):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x183),'+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'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x183));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case _0x403d72(0x100):a70_0x5a82f0['defs'](_0x403d72(0x100),_0x403d72(0x133)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x100));_0x29ee0b&&_0x29ee0b['setExtent']([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x403d72(0x14f):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x14f),_0x403d72(0xcf)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x14f));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x403d72(0xc8):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xc8),_0x403d72(0xdd)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xc8));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([29352176.01,3077182.21,29609359.88,5450731.68]);break;case _0x403d72(0xd6):a70_0x5a82f0['defs'](_0x403d72(0xd6),_0x403d72(0x1ab)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xd6));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x403d72(0x12f):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x12f),'+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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x12f));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case _0x403d72(0x12b):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x12b),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x12b));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x403d72(0x181):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x181),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x181));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([33344482.25,2371431.4,33622787.6,4737151.76]);break;case'EPSG:2358':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x10e),_0x403d72(0x18d)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x10e));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x403d72(0xca):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xca),_0x403d72(0x152)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xca));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case'EPSG:2360':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x13f),_0x403d72(0x1a1)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x13f));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x403d72(0x184):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x184),'+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'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x184));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x403d72(0x118):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x118),'+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(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x118));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([38344577.81,2381399.02,38617340.68,5036052.73]);break;case _0x403d72(0x176):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x176),_0x403d72(0xfe)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2363');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([39345754.23,2501018.29,39607809.05,5528581.54]);break;case _0x403d72(0x1b3):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x1b3),_0x403d72(0x121)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1b3));_0x29ee0b&&_0x29ee0b['setExtent']([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x403d72(0x11a):a70_0x5a82f0['defs'](_0x403d72(0x11a),_0x403d72(0x159)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2365');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x403d72(0x155):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x155),_0x403d72(0xd8)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2366');_0x29ee0b&&_0x29ee0b['setExtent']([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x403d72(0xff):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xff),_0x403d72(0x13e)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xff));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case'EPSG:2368':a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2368',_0x403d72(0x158)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1b7));_0x29ee0b&&_0x29ee0b['setExtent']([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x403d72(0xbf):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2369',_0x403d72(0xcd)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2369');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case _0x403d72(0x19c):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x19c),_0x403d72(0x177)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2343');_0x29ee0b&&_0x29ee0b['setExtent']([189098.51,2384748.79,746725.12,4708209.07]);break;case _0x403d72(0x132):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x132),_0x403d72(0xd1)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x132));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x403d72(0x11d):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x11d),_0x403d72(0x157)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x11d));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x403d72(0xed):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xed),_0x403d72(0x1b8)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xed));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x403d72(0x104):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x104),_0x403d72(0x136)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x104));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x403d72(0x182):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2348',_0x403d72(0x19b)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x182));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([263541.63,4991550.21,482969.27,5362933.35]);break;case _0x403d72(0x19e):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2338',_0x403d72(0x149)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x19e));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x403d72(0x167):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2339',_0x403d72(0x111)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x167));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x403d72(0x1a6):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x1a6),_0x403d72(0x12e)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x1a6));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([203003.59,3026660.34,718708.91,5453983.17]);break;case'EPSG:2341':a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x114),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x114));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x403d72(0xd3):a70_0x5a82f0['defs'](_0x403d72(0xd3),_0x403d72(0xe0)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xd3));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x403d72(0x113):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x113),_0x403d72(0x1a7)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x113));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x403d72(0xc7):a70_0x5a82f0['defs']('EPSG:2328',_0x403d72(0x1ac)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2328');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([14206116.69,3230780.81,14727179.14,5237187.19]);break;case _0x403d72(0xcc):a70_0x5a82f0['defs']('EPSG:2329',_0x403d72(0x141)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xcc));_0x29ee0b&&_0x29ee0b['setExtent']([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x403d72(0xe7):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xe7),_0x403d72(0x109)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2330');_0x29ee0b&&_0x29ee0b['setExtent']([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x403d72(0x178):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x178),_0x403d72(0xb8)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x178));_0x29ee0b&&_0x29ee0b['setExtent']([17188253.38,2340415.25,17744728.08,4787120.08]);break;case'EPSG:2332':a70_0x5a82f0['defs']('EPSG:2332',_0x403d72(0xbe)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x143));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([18189098.51,2384748.79,18746725.12,4708209.07]);break;case _0x403d72(0x123):a70_0x5a82f0['defs']('EPSG:2333',_0x403d72(0x112)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x123));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x403d72(0x124):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x124),_0x403d72(0xc1)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2334');_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x403d72(0x106):a70_0x5a82f0[_0x403d72(0x14c)]('EPSG:2335',_0x403d72(0xdb)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0x106));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([21200433.02,2917986.59,21698769.38,5941134.37]);break;case _0x403d72(0xf2):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0xf2),'+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'),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x403d72(0xf2));_0x29ee0b&&_0x29ee0b[_0x403d72(0x17d)]([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x403d72(0x115):a70_0x5a82f0[_0x403d72(0x14c)](_0x403d72(0x115),_0x403d72(0x10a)),register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e('EPSG:2337');_0x29ee0b&&_0x29ee0b['setExtent']([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console['log']('非标准坐标系');let _0x3d84d0=checkProj(_0x26acb2,(_0x340299,_0x356003)=>{const _0x60b233=_0x403d72;if(_0x356003[_0x60b233(0x191)]==_0x60b233(0x146)){let _0x4e83cc=_0x26acb2[_0x60b233(0x126)](_0x60b233(0x146),_0x60b233(0x148));a70_0x5a82f0[_0x60b233(0x14c)](_0x26acb2,_0x4e83cc);}else{if(_0x356003[_0x60b233(0x191)]=='Local'){const _0x147e87=_0x356003['a']-_0x356003['a']/_0x356003['rf'];let _0x4ba320='+proj=tmerc\x20+lat_0='+_0x356003[_0x60b233(0x14d)]+_0x60b233(0xbb)+_0x356003[_0x60b233(0x119)]+'\x20+k='+_0x356003['k0']+_0x60b233(0x17b)+_0x356003['false_easting']+_0x60b233(0x150)+_0x356003[_0x60b233(0x10d)]+_0x60b233(0x130)+_0x356003['ellps']+'\x20+a='+_0x356003['a']+'\x20+b='+_0x147e87+_0x60b233(0x156);a70_0x5a82f0[_0x60b233(0x14c)](_0x26acb2,_0x4ba320);}}});_0x3d84d0&&a70_0x5a82f0[_0x403d72(0x14c)](_0x26acb2,_0x26acb2);register(a70_0x5a82f0),_0x29ee0b=a70_0x2acb2e(_0x26acb2);_0x29ee0b&&_0x12604b&&_0x29ee0b['setExtent'](_0x12604b);}return _0x29ee0b;}function checkProj(_0x4d6d16,_0x3b5549){const _0x1da533=a70_0x3383;var _0x5436f1=a70_0x282365(_0x4d6d16);if(typeof _0x5436f1!=='object'){_0x3b5549(_0x4d6d16,_0x5436f1);return;}var _0x173c03=a70_0x18675e[_0x1da533(0xc0)](_0x5436f1['projName']);if(!_0x173c03){_0x3b5549(_0x4d6d16,_0x5436f1);return;}return!![];}
1
+ (function(_0x19cd5d,_0x143d74){const _0x330600=a70_0x3790,_0x559778=_0x19cd5d();while(!![]){try{const _0x1f0510=-parseInt(_0x330600(0x194))/0x1*(parseInt(_0x330600(0x16a))/0x2)+parseInt(_0x330600(0xe2))/0x3*(-parseInt(_0x330600(0xfd))/0x4)+-parseInt(_0x330600(0xb4))/0x5+-parseInt(_0x330600(0xb9))/0x6+-parseInt(_0x330600(0xfe))/0x7*(-parseInt(_0x330600(0x168))/0x8)+-parseInt(_0x330600(0xf0))/0x9*(-parseInt(_0x330600(0x159))/0xa)+parseInt(_0x330600(0xa1))/0xb;if(_0x1f0510===_0x143d74)break;else _0x559778['push'](_0x559778['shift']());}catch(_0x2027eb){_0x559778['push'](_0x559778['shift']());}}}(a70_0xf01a,0x3ae47));import a70_0x59e857 from'proj4';function a70_0x3790(_0x734e46,_0x3167c6){const _0xf01a9d=a70_0xf01a();return a70_0x3790=function(_0x3790bd,_0x2d5df0){_0x3790bd=_0x3790bd-0x9c;let _0x3c4ca6=_0xf01a9d[_0x3790bd];return _0x3c4ca6;},a70_0x3790(_0x734e46,_0x3167c6);}import a70_0x38c02e from'ol/proj/Projection';import a70_0x59bf99 from'proj4/lib/parseCode';function a70_0xf01a(){const _0xb29d3=['114Ryzbtf','+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=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2383','EPSG:4500','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2376','EPSG:4505','EPSG:2357','+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=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','Gauss_Kruger','EPSG:2360','EPSG:4550','+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:4509','EPSG:2348','EPSG:4539','+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs','EPSG:2327','EPSG:2386','replace','EPSG:4503','EPSG:2341','EPSG:4542','EPSG:4530','EPSG:4501','EPSG:4547','EPSG:4491','EPSG:4541','+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+k=','EPSG:2389','EPSG:2328','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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:2379','+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:4543','+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','996pLqmfH','+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','false_easting','+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:2361','EPSG:4529','EPSG:4522','+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:4545','EPSG:4517','+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','+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:2362','4214','5601277qdgSDF','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2343','+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','getCode','非标准坐标系','+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','projName','EPSG:2356','EPSG:4551','+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','get','EPSG:4490','EPSG:2355','+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:2330','+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:2349','+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','357455OdEDLG','EPSG:2377','EPSG:2369','EPSG:4496','EPSG:4540','1730034nZkmYF','EPSG:2352','EPSG:4534','EPSG:2373','EPSG:4516','EPSG:2351','EPSG:2342','EPSG:2372','+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:4498','EPSG:4518','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2378','+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=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4526','EPSG:2334','+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','false_northing','4326','EPSG:2380','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4532','EPSG:2387','EPSG:4549','+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=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2340','+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','+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=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs','error','+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','longitude_of_center','EPSG:4507','EPSG:2366','+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','indexOf','+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','324963AXZTpT','+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=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','\x20+y_0=','EPSG:2344','EPSG:4548','+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:2375','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4510','EPSG:2337','+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','14787KLOQmA','EPSG:2335','EPSG:2347','+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:4538','abs','EPSG:4495','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2370','EPSG:2359','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4499','EPSG:4524','12nlQAZh','182HwWIsx','EPSG:2384','4490','+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','+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:3857','EPSG:2332','object','EPSG:4537','EPSG:4535','EPSG:2364','+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=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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:2388','EPSG:4554','EPSG:2331','+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','+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','Transverse_Mercator','EPSG:4502','EPSG:2385','getLastCoordinate','EPSG:2390','EPSG:4528','EPSG:2346','EPSG:4508','Local','EPSG:4533','EPSG:4536','EPSG:4519','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4504','+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','latitude_of_center','EPSG:4512','EPSG:2363','EPSG:2345','EPSG:4531','EPSG:4527','+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','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2365','EPSG:4525','EPSG:4497','+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:2354','\x20+units=m\x20+no_defs\x20','EPSG:4553','EPSG:2336','4555','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4513','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4610','+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:2353','+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','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2381','EPSG:2338','EPSG:4492','+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','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2374','floor','EPSG:4494','setExtent','EPSG:2358','EPSG:2339','+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:2368','EPSG:4523','EPSG:4521','+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:4514','+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','EPSG:2333','+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','+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:4515','+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','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4520','+proj=tmerc\x20+lat_0=','EPSG:2382','\x20+lon_0=','defs','970nrlLtP','+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:4546','entries','+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=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','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2367','EPSG:2350','+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=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','4610','+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=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','96680KozbTm','+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'];a70_0xf01a=function(){return _0xb29d3;};return a70_0xf01a();}import a70_0x4ad284 from'proj4/lib/projections';import{get as a70_0x46db5e}from'ol/proj';import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x236437,_0x386ccd){const _0x471ad6=a70_0x3790,_0x4a2237=_0x386ccd['getCode']();if(_0x4a2237[_0x471ad6(0xe0)]('4326')>-0x1)return new a70_0x38c02e({'code':_0x471ad6(0x104)});else{if(_0x4a2237[_0x471ad6(0xe0)]('4490')>-0x1){const _0x308cd5=_0x236437[_0x471ad6(0x116)](),_0x407c0e=Math[_0x471ad6(0x142)]((_0x308cd5[0x0]-1.5)/0x3)+0x1,_0x44118e='EPSG:'+(0x1188+_0x407c0e);return new a70_0x38c02e({'code':_0x44118e});}}return _0x386ccd;}export function getSpheroidProjection(_0x524179){const _0x38ab8a=a70_0x3790;if(isSpheroid(_0x524179))return _0x524179;const _0x29a09e=_0x524179[_0x38ab8a(0xa5)](),_0x563b6d=a70_0x59e857[_0x38ab8a(0x158)](_0x29a09e);if(_0x563b6d){const {a:_0x12e457,rf:_0x323377}=_0x563b6d,_0x4db930={'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 [_0x23364d,_0x4b61db]of Object[_0x38ab8a(0x15c)](_0x4db930)){if(_0x12e457===_0x4b61db['a']&&Math[_0x38ab8a(0xf5)](_0x323377?_0x323377:0x0-_0x4b61db['f'])<1e-15)return registerProj(_0x23364d),new a70_0x38c02e({'code':_0x23364d});}}else console[_0x38ab8a(0xda)]('未找到投影定义');}export function isSpheroid(_0x454cbd){const _0x9cc837=a70_0x3790,_0x569638=_0x454cbd[_0x9cc837(0xa5)]();return _0x569638['indexOf'](_0x9cc837(0xcc))>-0x1||_0x569638['indexOf'](_0x9cc837(0x100))>-0x1||_0x569638['indexOf'](_0x9cc837(0xa0))>-0x1||_0x569638[_0x9cc837(0xe0)](_0x9cc837(0x132))>-0x1||_0x569638[_0x9cc837(0xe0)](_0x9cc837(0x164))>-0x1?!![]:![];}export function registerProj(_0x29d513,_0x183a0c){const _0x438fc0=a70_0x3790;let _0x39e5b0;_0x39e5b0=a70_0x46db5e(_0x29d513);if(!_0x39e5b0)switch(_0x29d513){case _0x438fc0(0xad):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xad),_0x438fc0(0x17e)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xad));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([-0xb4,-0x5a,0xb4,0x5a]);break;case'EPSG:4543':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x192),_0x438fc0(0x110)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x192));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([344166.57,2338205.65,622925.7,4729373.22]);break;case'EPSG:4545':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x19c),_0x438fc0(0xe4)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x19c));_0x39e5b0&&_0x39e5b0['setExtent']([341298.83,2012660.02,623358.71,4704933.89]);break;case _0x438fc0(0x15b):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4546',_0x438fc0(0x9e)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x15b));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([341226.58,2003802.99,618043.7,4998263.83]);break;case _0x438fc0(0x187):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x187),'+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x187));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x438fc0(0xe7):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xe7),_0x438fc0(0x111)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xe7));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([345754.3,2501017.13,0x94641,5528578.96]);break;case _0x438fc0(0xd2):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4549','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xd2));_0x39e5b0&&_0x39e5b0['setExtent']([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x438fc0(0x179):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4550',_0x438fc0(0x13a)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x179));_0x39e5b0&&_0x39e5b0['setExtent']([352748.57,3123733.99,599394.66,5937990.42]);break;case _0x438fc0(0xaa):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xaa),_0x438fc0(0x169)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4551');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([372262.47,4451705.13,600236.64,5897928.74]);break;case'EPSG:4552':a70_0x59e857['defs']('EPSG:4552',_0x438fc0(0x193)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4552');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x438fc0(0x130):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4553','+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x130));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x10e),_0x438fc0(0xb1)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x10e));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([383491.84,5080507.85,482969.27,5362930.84]);break;case'EPSG:4534':a70_0x59e857['defs'](_0x438fc0(0xbb),_0x438fc0(0x134)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xbb));_0x39e5b0&&_0x39e5b0['setExtent']([375272.5,3965339.75,626870.23,4502787.6]);case _0x438fc0(0x108):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x108),_0x438fc0(0x16b)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4535');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([356780.75,3435266.95,624607.97,4633842.66]);break;case _0x438fc0(0x11d):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x11d),'+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(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x11d));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x438fc0(0x107):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x107),_0x438fc0(0x19b)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4537');_0x39e5b0&&_0x39e5b0['setExtent']([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x438fc0(0xf4):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xf4),_0x438fc0(0xd8)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xf4));_0x39e5b0&&_0x39e5b0['setExtent']([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x438fc0(0x17d):a70_0x59e857['defs'](_0x438fc0(0x17d),_0x438fc0(0xa2)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x17d));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x438fc0(0xb8):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4540',_0x438fc0(0xd5)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xb8));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([352054.43,3067205.43,618002.46,5000486.51]);break;case _0x438fc0(0x189):a70_0x59e857['defs'](_0x438fc0(0x189),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x189));_0x39e5b0&&_0x39e5b0['setExtent']([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x438fc0(0x184):a70_0x59e857['defs']('EPSG:4542',_0x438fc0(0x121)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4542');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x438fc0(0x135):a70_0x59e857['defs'](_0x438fc0(0x135),_0x438fc0(0x9d)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x135));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x438fc0(0x14c):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x14c),'+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x14c));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case _0x438fc0(0x151):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4515',_0x438fc0(0xc7)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x151));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x438fc0(0xbd):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xbd),_0x438fc0(0x18a)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xbd));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case'EPSG:4517':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x9c),_0x438fc0(0x197)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4517');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x438fc0(0xc3):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xc3),'+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_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4518');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([30350541.6,3023992.26,30611765.09,5366231.03]);break;case _0x438fc0(0x11e):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x11e),_0x438fc0(0x191)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x11e));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case'EPSG:4520':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x154),'+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x154));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([32352762.3,3124842.44,32620089.9,4930490.22]);break;case _0x438fc0(0x14a):a70_0x59e857['defs']('EPSG:4521',_0x438fc0(0x14b)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x14a));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x438fc0(0x19a):a70_0x59e857['defs'](_0x438fc0(0x19a),_0x438fc0(0x176)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x19a));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([34344166.57,2338205.65,34622925.7,4729373.22]);break;case _0x438fc0(0x149):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x149),_0x438fc0(0x167)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x149));_0x39e5b0&&_0x39e5b0['setExtent']([35345643.07,2489940.65,35623868.1,4676052.19]);break;case _0x438fc0(0xfc):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xfc),_0x438fc0(0xca)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xfc));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case _0x438fc0(0x12b):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4525',_0x438fc0(0xcf)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4525');_0x39e5b0&&_0x39e5b0['setExtent']([37341226.58,2003802.99,37618043.7,4998263.83]);break;case'EPSG:4526':a70_0x59e857['defs'](_0x438fc0(0xc8),_0x438fc0(0xdf)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xc8));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x438fc0(0x127):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4527',_0x438fc0(0xf7)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x127));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x438fc0(0x118):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x118),_0x438fc0(0x14d)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x118));if(_0x39e5b0){}break;case'EPSG:4529':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x199),_0x438fc0(0x10b)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4529');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x438fc0(0x185):a70_0x59e857['defs']('EPSG:4530',_0x438fc0(0xe1)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x185));_0x39e5b0&&_0x39e5b0['setExtent']([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x438fc0(0x126):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x126),_0x438fc0(0xa7)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x126));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([43374503.76,4582750.41,43606982.71,5569731.71]);break;case _0x438fc0(0xd0):a70_0x59e857['defs'](_0x438fc0(0xd0),'+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_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xd0));_0x39e5b0&&_0x39e5b0['setExtent']([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x438fc0(0x11c):a70_0x59e857['defs'](_0x438fc0(0x11c),_0x438fc0(0x102)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x11c));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case _0x438fc0(0xdd):a70_0x59e857['defs'](_0x438fc0(0xdd),_0x438fc0(0x16c)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xdd));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x438fc0(0x11a):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x11a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4508');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x438fc0(0x17b):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x17b),_0x438fc0(0x111)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x17b));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([184047.25,2106579.41,708208.94,5714206.25]);break;case _0x438fc0(0xed):a70_0x59e857[_0x438fc0(0x158)]('EPSG:4510','+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(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xed));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([196182.08,2729495.05,698769.28,5941131.59]);break;case _0x438fc0(0x103):a70_0x59e857['defs'](_0x438fc0(0x103),_0x438fc0(0x193)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x103));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([209606.47,3290627.32,702362.77,5855471.68]);break;case _0x438fc0(0x123):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x123),'+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4512');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([263541.74,4991547.88,482969.27,5362930.84]);break;case _0x438fc0(0x114):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x114),_0x438fc0(0x134)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4502');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x438fc0(0x182):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x182),'+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(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4503');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x438fc0(0x120):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x120),_0x438fc0(0xd8)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x120));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x438fc0(0x171):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x171),_0x438fc0(0xd5)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x171));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([204050.9,3069909.68,725045.7,5311696.64]);break;case'EPSG:4506':a70_0x59e857['defs']('EPSG:4506',_0x438fc0(0x121)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4506');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([188253.52,2340414.16,744727.96,4787117.85]);break;case'EPSG:4491':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x188),_0x438fc0(0xaf)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x188));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case _0x438fc0(0x13e):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x13e),'+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x13e));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([14206116.83,3230779.31,14727179.04,5237184.74]);break;case'EPSG:4493':a70_0x59e857[_0x438fc0(0x158)]('EPSG:4493','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4493');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case _0x438fc0(0x143):a70_0x59e857['defs'](_0x438fc0(0x143),_0x438fc0(0x16f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x143));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([16204050.9,3069909.68,16725045.7,5311696.64]);break;case'EPSG:4495':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xf6),_0x438fc0(0xef)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xf6));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x438fc0(0xb7):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xb7),_0x438fc0(0xd4)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xb7));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([18181721.15,1965854.14,18746725.01,4708206.87]);break;case'EPSG:4497':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x12c),_0x438fc0(0x10a)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x12c));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case _0x438fc0(0xc2):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xc2),_0x438fc0(0xce)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4498');_0x39e5b0&&_0x39e5b0['setExtent']([20184047.25,2106579.41,20708208.94,5714206.25]);break;case'EPSG:4499':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xfb),_0x438fc0(0xb3)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xfb));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([21196182.08,2729495.05,21698769.28,5941131.59]);break;case _0x438fc0(0x16e):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x16e),_0x438fc0(0x128)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x16e));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x438fc0(0x186):a70_0x59e857['defs']('EPSG:4501','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x186));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([23263541.74,4991547.88,23482969.27,5362930.84]);break;case _0x438fc0(0x137):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x137),_0x438fc0(0xd9)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:4610');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x438fc0(0x190):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x190),_0x438fc0(0x174)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x190));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([344166.5,2338206.74,622925.76,4729375.42]);break;case _0x438fc0(0xcd):a70_0x59e857['defs'](_0x438fc0(0xcd),_0x438fc0(0x162)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xcd));_0x39e5b0&&_0x39e5b0['setExtent']([0x5462b,2489941.81,623868.16,4676054.37]);break;case _0x438fc0(0x13c):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x13c),_0x438fc0(0x153)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2381');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([341298.75,2012660.96,623358.77,4704936.09]);break;case'EPSG:2382':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x156),_0x438fc0(0x101)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x156));_0x39e5b0&&_0x39e5b0['setExtent']([341226.51,2003803.92,618043.76,4998266.16]);break;case _0x438fc0(0x16d):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2383',_0x438fc0(0x13b)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x16d));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([344577.81,2381399.02,617340.68,5036052.73]);break;case _0x438fc0(0xff):a70_0x59e857['defs'](_0x438fc0(0xff),'+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_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xff));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([345754.23,2501018.29,607809.05,5528581.54]);break;case'EPSG:2385':a70_0x59e857['defs'](_0x438fc0(0x115),_0x438fc0(0xc6)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2385');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([347872.18,0x29417d,599933.1,5912397.96]);break;case _0x438fc0(0x180):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x180),_0x438fc0(0x133)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2386');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([352748.5,3123735.45,599394.71,5937993.2]);break;case _0x438fc0(0xd1):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xd1),_0x438fc0(0x15e)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xd1));_0x39e5b0&&_0x39e5b0['setExtent']([372262.41,4451707.2,600236.68,5897931.5]);break;case'EPSG:2388':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x10d),_0x438fc0(0xdb)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x10d));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([374503.71,4582752.55,606982.76,5569734.31]);break;case _0x438fc0(0x18c):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x18c),_0x438fc0(0x15d)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x18c));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([376543.07,4699381.82,610019.49,5417370.16]);break;case'EPSG:2390':a70_0x59e857[_0x438fc0(0x158)]('EPSG:2390',_0x438fc0(0xc1)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x117));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x438fc0(0xf8):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xf8),_0x438fc0(0x15f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xf8));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([375272.44,3965341.6,626870.29,4502789.7]);break;case'EPSG:2371':a70_0x59e857[_0x438fc0(0x158)]('EPSG:2371',_0x438fc0(0x129)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2371');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x438fc0(0xc0):a70_0x59e857['defs'](_0x438fc0(0xc0),_0x438fc0(0x18f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xc0));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x438fc0(0xbc):a70_0x59e857['defs'](_0x438fc0(0xbc),_0x438fc0(0x147)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xbc));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([352803.44,3128169.23,613592.56,5233910.91]);break;case _0x438fc0(0x141):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x141),_0x438fc0(0xc4)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2374');_0x39e5b0&&_0x39e5b0['setExtent']([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x438fc0(0xe9):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2375',_0x438fc0(0xa4)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xe9));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x438fc0(0x170):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x170),_0x438fc0(0xd7)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x170));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([352054.36,3067206.86,618002.52,5000488.84]);break;case _0x438fc0(0xb5):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xb5),'+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2377');_0x39e5b0&&_0x39e5b0['setExtent']([352762.23,3124843.89,620089.96,4930492.52]);break;case _0x438fc0(0xc5):a70_0x59e857['defs'](_0x438fc0(0xc5),_0x438fc0(0x12d)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xc5));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x438fc0(0xb2):a70_0x59e857['defs'](_0x438fc0(0xb2),_0x438fc0(0x13f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xb2));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([25375272.44,3965341.6,25626870.29,4502789.7]);break;case'EPSG:2350':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x161),_0x438fc0(0x175)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x161));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case'EPSG:2351':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xbe),_0x438fc0(0xf3)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xbe));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x438fc0(0xba):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xba),_0x438fc0(0x166)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xba));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x438fc0(0x139):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x139),_0x438fc0(0x136)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x139));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([29352176.01,3077182.21,29609359.88,5450731.68]);break;case'EPSG:2354':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x12e),_0x438fc0(0x140)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x12e));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x438fc0(0xae):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xae),_0x438fc0(0x14f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xae));_0x39e5b0&&_0x39e5b0['setExtent']([31352054.36,3067206.86,31618002.52,5000488.84]);break;case _0x438fc0(0xa9):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xa9),_0x438fc0(0xab)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xa9));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x438fc0(0x172):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x172),_0x438fc0(0x17a)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x172));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([33344482.25,2371431.4,33622787.6,4737151.76]);break;case _0x438fc0(0x145):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2358','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x145));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x438fc0(0xf9):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xf9),_0x438fc0(0xea)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xf9));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case _0x438fc0(0x178):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2360','+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'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x178));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x438fc0(0x198):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x198),_0x438fc0(0x15a)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2361');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x438fc0(0x9f):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2362',_0x438fc0(0x152)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x9f));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([38344577.81,2381399.02,38617340.68,5036052.73]);break;case _0x438fc0(0x124):a70_0x59e857['defs'](_0x438fc0(0x124),_0x438fc0(0xe3)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x124));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([39345754.23,2501018.29,39607809.05,5528581.54]);break;case'EPSG:2364':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x109),_0x438fc0(0xec)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x109));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x438fc0(0x12a):a70_0x59e857['defs']('EPSG:2365',_0x438fc0(0x163)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x12a));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case'EPSG:2366':a70_0x59e857[_0x438fc0(0x158)]('EPSG:2366',_0x438fc0(0xeb)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xde));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x438fc0(0x160):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x160),_0x438fc0(0x173)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x160));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case'EPSG:2368':a70_0x59e857[_0x438fc0(0x158)]('EPSG:2368','+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_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x148));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case'EPSG:2369':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xb6),_0x438fc0(0x150)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xb6));_0x39e5b0&&_0x39e5b0['setExtent']([45383491.79,5080510.22,45482969.27,5362933.35]);break;case _0x438fc0(0xa3):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xa3),'+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_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xa3));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([189098.51,2384748.79,746725.12,4708209.07]);break;case'EPSG:2344':a70_0x59e857[_0x438fc0(0x158)]('EPSG:2344',_0x438fc0(0x101)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xe6));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x438fc0(0x125):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x125),_0x438fc0(0xfa)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2345');_0x39e5b0&&_0x39e5b0['setExtent']([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x438fc0(0x119):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x119),'+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_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2346');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x438fc0(0xf2):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2347',_0x438fc0(0xdb)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2347');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x438fc0(0x17c):a70_0x59e857['defs'](_0x438fc0(0x17c),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x17c));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([263541.63,4991550.21,482969.27,5362933.35]);break;case'EPSG:2338':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x13d),_0x438fc0(0x15f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x13d));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x438fc0(0x146):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x146),_0x438fc0(0x18f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x146));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x438fc0(0xd6):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2340',_0x438fc0(0xc4)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xd6));_0x39e5b0&&_0x39e5b0['setExtent']([203003.59,3026660.34,718708.91,5453983.17]);break;case _0x438fc0(0x183):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2341',_0x438fc0(0xd7)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x183));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x438fc0(0xbf):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xbf),_0x438fc0(0x12d)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xbf));_0x39e5b0&&_0x39e5b0['setExtent']([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x438fc0(0x17f):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2327',_0x438fc0(0x165)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x17f));_0x39e5b0&&_0x39e5b0['setExtent']([13374665.35,3922066.27,13752995.03,4552717.34]);break;case'EPSG:2328':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x18d),'+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(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x18d));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([14206116.69,3230780.81,14727179.14,5237187.19]);break;case'EPSG:2329':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x112),_0x438fc0(0x10c)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x112));_0x39e5b0&&_0x39e5b0['setExtent']([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x438fc0(0xb0):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xb0),_0x438fc0(0x195)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xb0));_0x39e5b0&&_0x39e5b0['setExtent']([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x438fc0(0x10f):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2331','+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(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2331');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case _0x438fc0(0x105):a70_0x59e857[_0x438fc0(0x158)]('EPSG:2332','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x105));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([18189098.51,2384748.79,18746725.12,4708209.07]);break;case _0x438fc0(0x14e):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x14e),_0x438fc0(0xd3)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0x14e));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x438fc0(0xc9):a70_0x59e857['defs'](_0x438fc0(0xc9),_0x438fc0(0x138)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xc9));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x438fc0(0xf1):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xf1),_0x438fc0(0x11f)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xf1));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([21200433.02,2917986.59,21698769.38,5941134.37]);break;case _0x438fc0(0x131):a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0x131),_0x438fc0(0xe8)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e('EPSG:2336');_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([22247158.43,4532694.83,22702362.87,5855474.42]);break;case'EPSG:2337':a70_0x59e857[_0x438fc0(0x158)](_0x438fc0(0xee),_0x438fc0(0x18e)),register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x438fc0(0xee));_0x39e5b0&&_0x39e5b0[_0x438fc0(0x144)]([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console['log'](_0x438fc0(0xa6));let _0x41464c=checkProj(_0x29d513,(_0xb6cad,_0x12585c)=>{const _0x1c0d90=_0x438fc0;if(_0x12585c[_0x1c0d90(0xa8)]=='Gauss_Kruger'){let _0x346d4b=_0x29d513[_0x1c0d90(0x181)](_0x1c0d90(0x177),_0x1c0d90(0x113));a70_0x59e857[_0x1c0d90(0x158)](_0x29d513,_0x346d4b);}else{if(_0x12585c[_0x1c0d90(0xa8)]==_0x1c0d90(0x11b)){const _0x1ff15d=_0x12585c['a']-_0x12585c['a']/_0x12585c['rf'];let _0x164476=_0x1c0d90(0x155)+_0x12585c[_0x1c0d90(0x122)]+_0x1c0d90(0x157)+_0x12585c[_0x1c0d90(0xdc)]+_0x1c0d90(0x18b)+_0x12585c['k0']+'\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20+x_0='+_0x12585c[_0x1c0d90(0x196)]+_0x1c0d90(0xe5)+_0x12585c[_0x1c0d90(0xcb)]+'\x20+ellps='+_0x12585c['ellps']+'\x20+a='+_0x12585c['a']+'\x20+b='+_0x1ff15d+_0x1c0d90(0x12f);a70_0x59e857[_0x1c0d90(0x158)](_0x29d513,_0x164476);}}});_0x41464c&&a70_0x59e857[_0x438fc0(0x158)](_0x29d513,_0x29d513);register(a70_0x59e857),_0x39e5b0=a70_0x46db5e(_0x29d513);_0x39e5b0&&_0x183a0c&&_0x39e5b0[_0x438fc0(0x144)](_0x183a0c);}return _0x39e5b0;}function checkProj(_0x5a1408,_0x5b37cc){const _0x1c3296=a70_0x3790;var _0x56c03b=a70_0x59bf99(_0x5a1408);if(typeof _0x56c03b!==_0x1c3296(0x106)){_0x5b37cc(_0x5a1408,_0x56c03b);return;}var _0x2731c6=a70_0x4ad284[_0x1c3296(0xac)](_0x56c03b[_0x1c3296(0xa8)]);if(!_0x2731c6){_0x5b37cc(_0x5a1408,_0x56c03b);return;}return!![];}
@@ -1 +1 @@
1
- export function calculateResolution(_0x22aa72,_0x52de8a){const _0x2c1d47=25.4/0.28,_0x117585=0x3e8/25.4;return _0x22aa72/_0x2c1d47/_0x117585/_0x52de8a;}
1
+ export function calculateResolution(_0x4598ff,_0x64914c){const _0x10b395=25.4/0.28,_0x3dcc8f=0x3e8/25.4;return _0x4598ff/_0x10b395/_0x3dcc8f/_0x64914c;}
@@ -1 +1 @@
1
- function a72_0x4167(_0x1e6747,_0x2dc5b0){const _0x272988=a72_0x2729();return a72_0x4167=function(_0x416735,_0x5c0b25){_0x416735=_0x416735-0x16c;let _0x3bd777=_0x272988[_0x416735];return _0x3bd777;},a72_0x4167(_0x1e6747,_0x2dc5b0);}(function(_0x138ff9,_0x1726e8){const _0x18f3e6=a72_0x4167,_0x5c3a49=_0x138ff9();while(!![]){try{const _0x27c99d=parseInt(_0x18f3e6(0x16c))/0x1*(parseInt(_0x18f3e6(0x16e))/0x2)+-parseInt(_0x18f3e6(0x175))/0x3*(parseInt(_0x18f3e6(0x174))/0x4)+parseInt(_0x18f3e6(0x17a))/0x5*(parseInt(_0x18f3e6(0x177))/0x6)+parseInt(_0x18f3e6(0x16f))/0x7+parseInt(_0x18f3e6(0x173))/0x8*(-parseInt(_0x18f3e6(0x17b))/0x9)+parseInt(_0x18f3e6(0x176))/0xa*(parseInt(_0x18f3e6(0x179))/0xb)+-parseInt(_0x18f3e6(0x171))/0xc;if(_0x27c99d===_0x1726e8)break;else _0x5c3a49['push'](_0x5c3a49['shift']());}catch(_0x526622){_0x5c3a49['push'](_0x5c3a49['shift']());}}}(a72_0x2729,0x8ecf2));import{modulo,toFixed}from'ol/math';import{padNumber}from'ol/string';export function transformedToNumber(_0x49f42b){const _0x202bde=a72_0x4167;if(_0x49f42b)return parseFloat(_0x49f42b[_0x202bde(0x170)](/[^\d]/g,''));throw new Error(_0x202bde(0x17c));}export function base64ToBlob(_0x5d57a3){const _0x19a1b8=a72_0x4167;let _0x1fa592=window['atob'](_0x5d57a3),_0x467b10=_0x1fa592[_0x19a1b8(0x178)],_0x27f44d=new Uint8Array(_0x467b10);while(_0x467b10--){_0x27f44d[_0x467b10]=_0x1fa592[_0x19a1b8(0x172)](_0x467b10);}return new Blob([_0x27f44d],{'type':_0x5d57a3});}function a72_0x2729(){const _0x414362=['length','44AAXUIC','5VmtRKe','9ehJYjn','字符串为空','833061lLBFOe','floor','2lVlNEp','649992IyZeef','replace','2009844eHeCDK','charCodeAt','6345368YkyiIy','42652lsRDvo','309RDWmJM','2417710MZhQor','4505352jmFmZI'];a72_0x2729=function(){return _0x414362;};return a72_0x2729();}export function degreesToStringHDMS(_0x4e532c,_0x162b99){const _0x3f1137=a72_0x4167,_0x2ef595=modulo(_0x4e532c+0xb4,0x168)-0xb4,_0x1ff0ff=Math['abs'](0xe10*_0x2ef595),_0x3377c1=_0x162b99||0x0;let _0x1f5632=Math[_0x3f1137(0x16d)](_0x1ff0ff/0xe10),_0x57fc0b=Math[_0x3f1137(0x16d)]((_0x1ff0ff-_0x1f5632*0xe10)/0x3c),_0x4397d1=toFixed(_0x1ff0ff-_0x1f5632*0xe10-_0x57fc0b*0x3c,_0x3377c1);_0x4397d1>=0x3c&&(_0x4397d1=0x0,_0x57fc0b+=0x1);_0x57fc0b>=0x3c&&(_0x57fc0b=0x0,_0x1f5632+=0x1);let _0x57488a=_0x1f5632+'°';return(_0x57fc0b!==0x0||_0x4397d1!==0x0)&&(_0x57488a+='\x20'+padNumber(_0x57fc0b,0x2)+'′'),_0x4397d1!==0x0&&(_0x57488a+='\x20'+padNumber(_0x4397d1,0x2,_0x3377c1)+'″'),_0x57488a;}
1
+ (function(_0x55afcd,_0x2ecba9){const _0x4ae4ef=a72_0xe2e5,_0x1a8a87=_0x55afcd();while(!![]){try{const _0x13b019=-parseInt(_0x4ae4ef(0x10f))/0x1*(parseInt(_0x4ae4ef(0x107))/0x2)+-parseInt(_0x4ae4ef(0x10c))/0x3*(parseInt(_0x4ae4ef(0x114))/0x4)+-parseInt(_0x4ae4ef(0x10a))/0x5+parseInt(_0x4ae4ef(0x108))/0x6+parseInt(_0x4ae4ef(0x10d))/0x7+-parseInt(_0x4ae4ef(0x111))/0x8+parseInt(_0x4ae4ef(0x10e))/0x9*(parseInt(_0x4ae4ef(0x10b))/0xa);if(_0x13b019===_0x2ecba9)break;else _0x1a8a87['push'](_0x1a8a87['shift']());}catch(_0x2b94ba){_0x1a8a87['push'](_0x1a8a87['shift']());}}}(a72_0x3323,0x61e97));import{modulo,toFixed}from'ol/math';function a72_0xe2e5(_0x3faa1b,_0x3ca43d){const _0x332353=a72_0x3323();return a72_0xe2e5=function(_0xe2e529,_0x3c5e34){_0xe2e529=_0xe2e529-0x105;let _0x437e5b=_0x332353[_0xe2e529];return _0x437e5b;},a72_0xe2e5(_0x3faa1b,_0x3ca43d);}import{padNumber}from'ol/string';export function transformedToNumber(_0x45e8b1){const _0x4286cd=a72_0xe2e5;if(_0x45e8b1)return parseFloat(_0x45e8b1['replace'](/[^\d]/g,''));throw new Error(_0x4286cd(0x113));}function a72_0x3323(){const _0x5027db=['2921240WLhBCh','2281023RYDtWH','5775rEYVOY','floor','1367808fkSlpc','abs','字符串为空','1112164oMRxCR','charCodeAt','atob','164kXHVGk','3482724tkNbws','length','2049535VjbwFF','40bodOwx','6CktnOK'];a72_0x3323=function(){return _0x5027db;};return a72_0x3323();}export function base64ToBlob(_0x482d5d){const _0x3238ec=a72_0xe2e5;let _0x225329=window[_0x3238ec(0x106)](_0x482d5d),_0x5f0190=_0x225329[_0x3238ec(0x109)],_0x509c9b=new Uint8Array(_0x5f0190);while(_0x5f0190--){_0x509c9b[_0x5f0190]=_0x225329[_0x3238ec(0x105)](_0x5f0190);}return new Blob([_0x509c9b],{'type':_0x482d5d});}export function degreesToStringHDMS(_0x3a1a45,_0x49c45e){const _0x500ece=a72_0xe2e5,_0x273c7b=modulo(_0x3a1a45+0xb4,0x168)-0xb4,_0x120f64=Math[_0x500ece(0x112)](0xe10*_0x273c7b),_0x52b1fd=_0x49c45e||0x0;let _0x460ccb=Math[_0x500ece(0x110)](_0x120f64/0xe10),_0x250124=Math[_0x500ece(0x110)]((_0x120f64-_0x460ccb*0xe10)/0x3c),_0x34c98b=toFixed(_0x120f64-_0x460ccb*0xe10-_0x250124*0x3c,_0x52b1fd);_0x34c98b>=0x3c&&(_0x34c98b=0x0,_0x250124+=0x1);_0x250124>=0x3c&&(_0x250124=0x0,_0x460ccb+=0x1);let _0x1a5598=_0x460ccb+'°';return(_0x250124!==0x0||_0x34c98b!==0x0)&&(_0x1a5598+='\x20'+padNumber(_0x250124,0x2)+'′'),_0x34c98b!==0x0&&(_0x1a5598+='\x20'+padNumber(_0x34c98b,0x2,_0x52b1fd)+'″'),_0x1a5598;}
@@ -1 +1 @@
1
- (function(_0x510dd9,_0x1eb235){const _0x7f4887=a73_0x3f96,_0x227764=_0x510dd9();while(!![]){try{const _0x4b9912=-parseInt(_0x7f4887(0xa9))/0x1+-parseInt(_0x7f4887(0xb1))/0x2+parseInt(_0x7f4887(0xac))/0x3*(parseInt(_0x7f4887(0xb2))/0x4)+parseInt(_0x7f4887(0xa1))/0x5*(parseInt(_0x7f4887(0xa6))/0x6)+-parseInt(_0x7f4887(0xaa))/0x7*(parseInt(_0x7f4887(0x9f))/0x8)+parseInt(_0x7f4887(0xaf))/0x9*(parseInt(_0x7f4887(0x9e))/0xa)+parseInt(_0x7f4887(0xa5))/0xb;if(_0x4b9912===_0x1eb235)break;else _0x227764['push'](_0x227764['shift']());}catch(_0x45e9d9){_0x227764['push'](_0x227764['shift']());}}}(a73_0x3a99,0x985f5));import{Style,Fill,Circle,Stroke}from'ol/style';function a73_0x3a99(){const _0x21f18f=['606mnaBFw','#3399CC','size','1193888BZmHnS','103544QjleNY','esriSFSSolid','168jlKDFv','width','outline','59634SVzpxT','Polygon','1231552JebVtU','85324KwpuKJ','Point','color','esriSMSCircle','390iqSkwA','424OsFSrW','LineString','27130YsALEG','rgba(214,28,28,0.4)','esriSLSSolid','rgba(','13384591PaWQsV'];a73_0x3a99=function(){return _0x21f18f;};return a73_0x3a99();}function a73_0x3f96(_0x4f8ece,_0x2f2060){const _0x3a99a3=a73_0x3a99();return a73_0x3f96=function(_0x3f969d,_0x585c2f){_0x3f969d=_0x3f969d-0x9e;let _0x9a089d=_0x3a99a3[_0x3f969d];return _0x9a089d;},a73_0x3f96(_0x4f8ece,_0x2f2060);}export function transformedEsriStyle(_0x945a){const _0x136604=a73_0x3f96;let _0x500eb5=new Style();switch(_0x945a['style']){case _0x136604(0xb5):_0x500eb5=new Style({'image':new Circle({'fill':new Fill({'color':_0x136604(0xa4)+_0x945a[_0x136604(0xb4)][0x0]+',\x20'+_0x945a['color'][0x1]+',\x20'+_0x945a[_0x136604(0xb4)][0x2]+',\x20'+_0x945a[_0x136604(0xb4)][0x3]+')'}),'stroke':new Stroke({'color':_0x136604(0xa4)+_0x945a[_0x136604(0xae)][_0x136604(0xb4)][0x0]+',\x20'+_0x945a['outline'][_0x136604(0xb4)][0x1]+',\x20'+_0x945a[_0x136604(0xae)][_0x136604(0xb4)][0x2]+',\x20'+_0x945a[_0x136604(0xae)]['color'][0x3]+')','width':_0x945a[_0x136604(0xae)][_0x136604(0xad)]}),'radius':_0x945a[_0x136604(0xa8)]/0x2+0x1})});break;case _0x136604(0xa3):_0x500eb5=new Style({'stroke':new Stroke({'color':'rgba('+_0x945a['color'][0x0]+',\x20'+_0x945a['color'][0x1]+',\x20'+_0x945a[_0x136604(0xb4)][0x2]+',\x20'+_0x945a[_0x136604(0xb4)][0x3]+')','width':_0x945a[_0x136604(0xad)]})});break;case _0x136604(0xab):_0x500eb5=new Style({'fill':new Fill({'color':_0x136604(0xa4)+_0x945a[_0x136604(0xb4)][0x0]+',\x20'+_0x945a[_0x136604(0xb4)][0x1]+',\x20'+_0x945a[_0x136604(0xb4)][0x2]+',\x20'+_0x945a['color'][0x3]+')'}),'stroke':new Stroke({'color':_0x136604(0xa4)+_0x945a[_0x136604(0xae)][_0x136604(0xb4)][0x0]+',\x20'+_0x945a[_0x136604(0xae)][_0x136604(0xb4)][0x1]+',\x20'+_0x945a[_0x136604(0xae)][_0x136604(0xb4)][0x2]+',\x20'+_0x945a[_0x136604(0xae)]['color'][0x3]+')','width':_0x945a[_0x136604(0xae)][_0x136604(0xad)]})});break;default:break;}return _0x500eb5;}export function highLightSymbol(_0xff27d9){const _0x23d5b7=a73_0x3f96;let _0x54f9c5;if(_0xff27d9==_0x23d5b7(0xb0))_0x54f9c5=new Style({'fill':new Fill({'color':'rgba(214,28,28,0.4)'}),'stroke':new Stroke({'color':_0x23d5b7(0xa7),'width':2.5})});else{if(_0xff27d9==_0x23d5b7(0xa0))_0x54f9c5=new Style({'stroke':new Stroke({'color':_0x23d5b7(0xa7),'width':2.5})});else _0xff27d9==_0x23d5b7(0xb3)&&(_0x54f9c5=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':_0x23d5b7(0xa2)}),'stroke':new Stroke({'color':_0x23d5b7(0xa7),'width':2.5})})}));}return _0x54f9c5;}
1
+ (function(_0x2540b7,_0x26d3e8){const _0x466ed3=a73_0x16fa,_0x460c0c=_0x2540b7();while(!![]){try{const _0x492ff5=parseInt(_0x466ed3(0x19d))/0x1+-parseInt(_0x466ed3(0x194))/0x2+-parseInt(_0x466ed3(0x190))/0x3*(parseInt(_0x466ed3(0x195))/0x4)+parseInt(_0x466ed3(0x19f))/0x5*(parseInt(_0x466ed3(0x1a0))/0x6)+-parseInt(_0x466ed3(0x193))/0x7+-parseInt(_0x466ed3(0x18d))/0x8+parseInt(_0x466ed3(0x196))/0x9*(parseInt(_0x466ed3(0x191))/0xa);if(_0x492ff5===_0x26d3e8)break;else _0x460c0c['push'](_0x460c0c['shift']());}catch(_0x150c78){_0x460c0c['push'](_0x460c0c['shift']());}}}(a73_0x44fa,0x6f055));import{Style,Fill,Circle,Stroke}from'ol/style';function a73_0x44fa(){const _0x58f50e=['esriSMSCircle','2541888fYYNmZ','esriSLSSolid','#3399CC','2865gRAmys','10YXNLsU','color','885003HTIaku','1551296rBKVIt','1996qjRyPv','8134146PkRnpm','style','rgba(214,28,28,0.4)','width','size','Polygon','Point','543532bdLAhO','rgba(','390985wfYoag','54FUwKhe','outline','esriSFSSolid'];a73_0x44fa=function(){return _0x58f50e;};return a73_0x44fa();}export function transformedEsriStyle(_0x51018b){const _0x31fb2d=a73_0x16fa;let _0x330a08=new Style();switch(_0x51018b[_0x31fb2d(0x197)]){case _0x31fb2d(0x18c):_0x330a08=new Style({'image':new Circle({'fill':new Fill({'color':_0x31fb2d(0x19e)+_0x51018b[_0x31fb2d(0x192)][0x0]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x1]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x2]+',\x20'+_0x51018b['color'][0x3]+')'}),'stroke':new Stroke({'color':_0x31fb2d(0x19e)+_0x51018b[_0x31fb2d(0x1a1)][_0x31fb2d(0x192)][0x0]+',\x20'+_0x51018b[_0x31fb2d(0x1a1)][_0x31fb2d(0x192)][0x1]+',\x20'+_0x51018b['outline'][_0x31fb2d(0x192)][0x2]+',\x20'+_0x51018b['outline'][_0x31fb2d(0x192)][0x3]+')','width':_0x51018b[_0x31fb2d(0x1a1)]['width']}),'radius':_0x51018b[_0x31fb2d(0x19a)]/0x2+0x1})});break;case _0x31fb2d(0x18e):_0x330a08=new Style({'stroke':new Stroke({'color':_0x31fb2d(0x19e)+_0x51018b['color'][0x0]+',\x20'+_0x51018b['color'][0x1]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x2]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x3]+')','width':_0x51018b[_0x31fb2d(0x199)]})});break;case _0x31fb2d(0x18b):_0x330a08=new Style({'fill':new Fill({'color':_0x31fb2d(0x19e)+_0x51018b[_0x31fb2d(0x192)][0x0]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x1]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x2]+',\x20'+_0x51018b[_0x31fb2d(0x192)][0x3]+')'}),'stroke':new Stroke({'color':_0x31fb2d(0x19e)+_0x51018b[_0x31fb2d(0x1a1)][_0x31fb2d(0x192)][0x0]+',\x20'+_0x51018b[_0x31fb2d(0x1a1)]['color'][0x1]+',\x20'+_0x51018b[_0x31fb2d(0x1a1)][_0x31fb2d(0x192)][0x2]+',\x20'+_0x51018b[_0x31fb2d(0x1a1)][_0x31fb2d(0x192)][0x3]+')','width':_0x51018b['outline']['width']})});break;default:break;}return _0x330a08;}function a73_0x16fa(_0x40fb37,_0x3b02f5){const _0x44fa07=a73_0x44fa();return a73_0x16fa=function(_0x16fa0d,_0xdf87cc){_0x16fa0d=_0x16fa0d-0x18b;let _0x326226=_0x44fa07[_0x16fa0d];return _0x326226;},a73_0x16fa(_0x40fb37,_0x3b02f5);}export function highLightSymbol(_0x4cab00){const _0x55bde4=a73_0x16fa;let _0x1a0d60;if(_0x4cab00==_0x55bde4(0x19b))_0x1a0d60=new Style({'fill':new Fill({'color':'rgba(214,28,28,0.4)'}),'stroke':new Stroke({'color':'#3399CC','width':2.5})});else{if(_0x4cab00=='LineString')_0x1a0d60=new Style({'stroke':new Stroke({'color':_0x55bde4(0x18f),'width':2.5})});else _0x4cab00==_0x55bde4(0x19c)&&(_0x1a0d60=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':_0x55bde4(0x198)}),'stroke':new Stroke({'color':_0x55bde4(0x18f),'width':2.5})})}));}return _0x1a0d60;}
package/utils/UrlUtil.js CHANGED
@@ -1 +1 @@
1
- (function(_0x2b6d6e,_0x167ee0){const _0x32ab11=a80_0x56ae,_0x19904f=_0x2b6d6e();while(!![]){try{const _0x28cad8=parseInt(_0x32ab11(0xef))/0x1+-parseInt(_0x32ab11(0xe6))/0x2*(parseInt(_0x32ab11(0xec))/0x3)+-parseInt(_0x32ab11(0xf1))/0x4*(parseInt(_0x32ab11(0xf5))/0x5)+-parseInt(_0x32ab11(0xf0))/0x6+-parseInt(_0x32ab11(0xf7))/0x7+parseInt(_0x32ab11(0xed))/0x8+parseInt(_0x32ab11(0xf6))/0x9;if(_0x28cad8===_0x167ee0)break;else _0x19904f['push'](_0x19904f['shift']());}catch(_0x42efeb){_0x19904f['push'](_0x19904f['shift']());}}}(a80_0x3464,0x4bd83));export function addArgument(_0x209492,_0x5f44e3,_0x81e50f){const _0x5b2f90=a80_0x56ae,_0x1b2a48=new RegExp(_0x5b2f90(0xee)+_0x5f44e3+_0x5b2f90(0xf8),'gi');if(_0x209492[_0x5b2f90(0xe8)](_0x1b2a48))_0x209492=_0x209492[_0x5b2f90(0xfc)](_0x1b2a48,_0xcd3a90=>_0xcd3a90[0x0]+_0x5f44e3+'='+_0x81e50f);else{var _0x4bb239=_0x5f44e3+'='+_0x81e50f,_0x1b4f24=_0x209492['indexOf']('?');let _0x26a5b8=_0x209492;_0x1b4f24>-0x1&&_0x209492[_0x5b2f90(0xf3)](_0x5b2f90(0xf9))>-0x1&&(_0x26a5b8=_0x209492[_0x5b2f90(0xe9)](_0x1b4f24+0x1),_0x1b4f24=_0x26a5b8['indexOf']('?'));if(_0x1b4f24<0x0)_0x209492+='?';else _0x1b4f24>=0x0&&_0x1b4f24!==_0x26a5b8[_0x5b2f90(0xe4)]-0x1&&(_0x209492+='&');_0x209492=_0x209492+_0x4bb239;}return _0x209492;}export function appendParam(_0x2bd10d,_0x2edcc8){const _0x547e97=a80_0x56ae;var _0x78eb8e=_0x2bd10d['indexOf']('?');let _0x218def=_0x2bd10d;if(_0x78eb8e>-0x1&&_0x2bd10d[_0x547e97(0xf3)]('?http')>-0x1){let _0x5e7e3f=_0x78eb8e+0x1;_0x218def=_0x2bd10d[_0x547e97(0xe9)](_0x78eb8e+0x1),_0x78eb8e=_0x218def['indexOf']('?');}return _0x78eb8e>-0x1?_0x2bd10d+'&'+_0x2edcc8:_0x2bd10d+'?'+_0x2edcc8;}function a80_0x56ae(_0x25c278,_0x5e55eb){const _0x346443=a80_0x3464();return a80_0x56ae=function(_0x56aede,_0x15010b){_0x56aede=_0x56aede-0xe1;let _0xeebbf4=_0x346443[_0x56aede];return _0xeebbf4;},a80_0x56ae(_0x25c278,_0x5e55eb);}function a80_0x3464(){const _0x2bf1ae=['match','substring','body','createObjectURL','5793PTEdGl','2788264RtFVwe','[\x5c?&](','96178qYBdfX','2123382uQZziE','33520MVHurZ','download','indexOf','href','335TQNiQK','8474337GhfhQH','1108499HBSalZ','=)([^&]*)','?http','map','split','replace','revokeObjectURL','appendChild','createElement','click','length','setAttribute','2PAZJTH','_blank'];a80_0x3464=function(){return _0x2bf1ae;};return a80_0x3464();}export function appendPath(_0x3dffbe,_0x5cba77){const _0xcef4f4=a80_0x56ae;var _0x39acb2=_0x3dffbe[_0xcef4f4(0xf3)]('?');let _0x324500=_0x3dffbe;if(_0x39acb2>-0x1&&_0x3dffbe[_0xcef4f4(0xf3)](_0xcef4f4(0xf9))>-0x1){let _0x20c5dc=_0x39acb2+0x1;_0x324500=_0x3dffbe['substring'](_0x39acb2+0x1),_0x39acb2=_0x324500[_0xcef4f4(0xf3)]('?'),_0x39acb2>-0x1&&(_0x39acb2+=_0x20c5dc);}return _0x39acb2>-0x1?_0x3dffbe[_0xcef4f4(0xe9)](0x0,_0x39acb2)+'/'+_0x5cba77+_0x3dffbe[_0xcef4f4(0xe9)](_0x39acb2):_0x3dffbe+'/'+_0x5cba77;}export function getUrlParams(_0x2764b6){const _0x88ec94=a80_0x56ae;var _0xe715a9,_0x33c5ea;let _0x5d9cb2=_0x2764b6['indexOf'](_0x88ec94(0xf9)),_0x39cf5c;_0x5d9cb2>-0x1?_0x2764b6['indexOf']('?',_0x5d9cb2+0x3)>-0x1&&(_0x39cf5c=(_0xe715a9=_0x2764b6[_0x88ec94(0xfb)]('?'))===null||_0xe715a9===void 0x0?void 0x0:_0xe715a9[0x2]):_0x2764b6[_0x88ec94(0xf3)]('?')>-0x1&&(_0x39cf5c=(_0x33c5ea=_0x2764b6[_0x88ec94(0xfb)]('?'))===null||_0x33c5ea===void 0x0?void 0x0:_0x33c5ea[0x1]);if(_0x39cf5c)return createParamByQuery(_0x39cf5c);return[];}function createParamByQuery(_0x10f3d8){const _0x2e0875=a80_0x56ae;let _0x512c26=_0x10f3d8[_0x2e0875(0xfb)]('&');return _0x512c26[_0x2e0875(0xfa)](_0x4665af=>{const _0x108b44=_0x2e0875;var _0x6ea30b=_0x4665af[_0x108b44(0xfb)]('=');return{'name':_0x6ea30b[0x0],'value':_0x6ea30b[0x1]};});}export function parseImage(_0x18122f,_0x322a8e){const _0x463c18=a80_0x56ae;let _0x115c5f='';if(_0x18122f){if(_0x18122f[_0x463c18(0xe8)](/^(data|http|https)/))_0x115c5f=_0x18122f;else{if(_0x18122f[_0x463c18(0xe8)](/Assets/))_0x115c5f=_0x18122f;else{}}}return _0x115c5f;}export function downloadBlob(_0x52eb2b,_0x1cafbf){const _0x1c126e=a80_0x56ae,_0x1b2946=URL[_0x1c126e(0xeb)](_0x52eb2b);var _0xafeac3=document[_0x1c126e(0xe2)]('a');_0xafeac3[_0x1c126e(0xe5)](_0x1c126e(0xf4),_0x1b2946),_0xafeac3[_0x1c126e(0xe5)]('target',_0x1c126e(0xe7)),_0xafeac3[_0x1c126e(0xe5)](_0x1c126e(0xf2),_0x1cafbf),document['body'][_0x1c126e(0xe1)](_0xafeac3),_0xafeac3[_0x1c126e(0xe3)](),document[_0x1c126e(0xea)]['removeChild'](_0xafeac3),URL[_0x1c126e(0xfd)](_0x1b2946);}
1
+ (function(_0x5945e4,_0x4e20c9){const _0x5b7e3d=a80_0x2e20,_0x26beec=_0x5945e4();while(!![]){try{const _0x3c98e1=-parseInt(_0x5b7e3d(0x109))/0x1*(-parseInt(_0x5b7e3d(0x108))/0x2)+-parseInt(_0x5b7e3d(0x110))/0x3+-parseInt(_0x5b7e3d(0x111))/0x4+-parseInt(_0x5b7e3d(0x104))/0x5+parseInt(_0x5b7e3d(0x10e))/0x6*(parseInt(_0x5b7e3d(0xff))/0x7)+-parseInt(_0x5b7e3d(0xfb))/0x8+parseInt(_0x5b7e3d(0x10b))/0x9;if(_0x3c98e1===_0x4e20c9)break;else _0x26beec['push'](_0x26beec['shift']());}catch(_0x5c59a7){_0x26beec['push'](_0x26beec['shift']());}}}(a80_0x50e4,0x392e6));export function addArgument(_0x306b7a,_0x8a59e8,_0x40a86f){const _0x9cad97=a80_0x2e20,_0x53be00=new RegExp(_0x9cad97(0x114)+_0x8a59e8+'=)([^&]*)','gi');if(_0x306b7a[_0x9cad97(0x105)](_0x53be00))_0x306b7a=_0x306b7a['replace'](_0x53be00,_0x11824e=>_0x11824e[0x0]+_0x8a59e8+'='+_0x40a86f);else{var _0x10d64d=_0x8a59e8+'='+_0x40a86f,_0x4d1435=_0x306b7a[_0x9cad97(0x10d)]('?');let _0x57b7c4=_0x306b7a;_0x4d1435>-0x1&&_0x306b7a['indexOf'](_0x9cad97(0x102))>-0x1&&(_0x57b7c4=_0x306b7a[_0x9cad97(0x113)](_0x4d1435+0x1),_0x4d1435=_0x57b7c4[_0x9cad97(0x10d)]('?'));if(_0x4d1435<0x0)_0x306b7a+='?';else _0x4d1435>=0x0&&_0x4d1435!==_0x57b7c4[_0x9cad97(0xfe)]-0x1&&(_0x306b7a+='&');_0x306b7a=_0x306b7a+_0x10d64d;}return _0x306b7a;}function a80_0x2e20(_0x698f2d,_0x422bd9){const _0x50e4bb=a80_0x50e4();return a80_0x2e20=function(_0x2e20f5,_0x37bb20){_0x2e20f5=_0x2e20f5-0xfa;let _0x5b1b8a=_0x50e4bb[_0x2e20f5];return _0x5b1b8a;},a80_0x2e20(_0x698f2d,_0x422bd9);}export function appendParam(_0x459b6d,_0xc14607){const _0x4c52f3=a80_0x2e20;var _0x1a178a=_0x459b6d[_0x4c52f3(0x10d)]('?');let _0x191a1c=_0x459b6d;if(_0x1a178a>-0x1&&_0x459b6d[_0x4c52f3(0x10d)](_0x4c52f3(0x102))>-0x1){let _0x2bdb44=_0x1a178a+0x1;_0x191a1c=_0x459b6d[_0x4c52f3(0x113)](_0x1a178a+0x1),_0x1a178a=_0x191a1c[_0x4c52f3(0x10d)]('?');}return _0x1a178a>-0x1?_0x459b6d+'&'+_0xc14607:_0x459b6d+'?'+_0xc14607;}export function appendPath(_0x5b47c,_0x291b10){const _0x45c6bf=a80_0x2e20;var _0x26c25b=_0x5b47c[_0x45c6bf(0x10d)]('?');let _0xe356a7=_0x5b47c;if(_0x26c25b>-0x1&&_0x5b47c[_0x45c6bf(0x10d)](_0x45c6bf(0x102))>-0x1){let _0x468f09=_0x26c25b+0x1;_0xe356a7=_0x5b47c[_0x45c6bf(0x113)](_0x26c25b+0x1),_0x26c25b=_0xe356a7[_0x45c6bf(0x10d)]('?'),_0x26c25b>-0x1&&(_0x26c25b+=_0x468f09);}return _0x26c25b>-0x1?_0x5b47c[_0x45c6bf(0x113)](0x0,_0x26c25b)+'/'+_0x291b10+_0x5b47c[_0x45c6bf(0x113)](_0x26c25b):_0x5b47c+'/'+_0x291b10;}function a80_0x50e4(){const _0xa6e681=['appendChild','7059402xqRqlZ','body','indexOf','6dWhYbw','setAttribute','1378959XeztBM','318676UIFpDV','href','substring','[\x5c?&](','revokeObjectURL','2368720rCMcRN','click','createElement','length','2360015HJewqk','download','split','?http','target','2067120dZYvQG','match','_blank','createObjectURL','6yfcnDF','120509KMtkhJ'];a80_0x50e4=function(){return _0xa6e681;};return a80_0x50e4();}export function getUrlParams(_0x1a1b04){const _0x19135e=a80_0x2e20;var _0x435fc8,_0x523fa3;let _0x100858=_0x1a1b04[_0x19135e(0x10d)](_0x19135e(0x102)),_0x6d349b;_0x100858>-0x1?_0x1a1b04[_0x19135e(0x10d)]('?',_0x100858+0x3)>-0x1&&(_0x6d349b=(_0x435fc8=_0x1a1b04[_0x19135e(0x101)]('?'))===null||_0x435fc8===void 0x0?void 0x0:_0x435fc8[0x2]):_0x1a1b04[_0x19135e(0x10d)]('?')>-0x1&&(_0x6d349b=(_0x523fa3=_0x1a1b04['split']('?'))===null||_0x523fa3===void 0x0?void 0x0:_0x523fa3[0x1]);if(_0x6d349b)return createParamByQuery(_0x6d349b);return[];}function createParamByQuery(_0x1e9375){const _0x404dfb=a80_0x2e20;let _0x3abbbc=_0x1e9375[_0x404dfb(0x101)]('&');return _0x3abbbc['map'](_0x44a400=>{const _0x11c560=_0x404dfb;var _0x3b52dd=_0x44a400[_0x11c560(0x101)]('=');return{'name':_0x3b52dd[0x0],'value':_0x3b52dd[0x1]};});}export function parseImage(_0x258e99,_0x56bc71){const _0x4b34cf=a80_0x2e20;let _0x213520='';if(_0x258e99){if(_0x258e99[_0x4b34cf(0x105)](/^(data|http|https)/))_0x213520=_0x258e99;else{if(_0x258e99['match'](/Assets/))_0x213520=_0x258e99;else{}}}return _0x213520;}export function downloadBlob(_0x111451,_0x277c70){const _0x41c624=a80_0x2e20,_0x292db9=URL[_0x41c624(0x107)](_0x111451);var _0x3f0cd2=document[_0x41c624(0xfd)]('a');_0x3f0cd2[_0x41c624(0x10f)](_0x41c624(0x112),_0x292db9),_0x3f0cd2['setAttribute'](_0x41c624(0x103),_0x41c624(0x106)),_0x3f0cd2[_0x41c624(0x10f)](_0x41c624(0x100),_0x277c70),document['body'][_0x41c624(0x10a)](_0x3f0cd2),_0x3f0cd2[_0x41c624(0xfc)](),document[_0x41c624(0x10c)]['removeChild'](_0x3f0cd2),URL[_0x41c624(0xfa)](_0x292db9);}