ym-gis-2d 1.0.10 → 1.0.12
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.
- package/assets/main.css +26 -2
- package/capabilities/index.js +1 -1
- package/controls/ControlManager.js +1 -1
- package/controls/IControlOptions.d.ts +1 -0
- package/controls/IControlOptions.d.ts.map +1 -1
- package/controls/LegendControl.d.ts +35 -0
- package/controls/LegendControl.d.ts.map +1 -0
- package/controls/LegendControl.js +1 -0
- package/controls/LegendControl.js.map +1 -0
- package/controls/MousePositionControl.js +1 -1
- package/controls/SwipeLayerControl.js +1 -1
- package/conver/kml/geoJSONToKml.js +1 -1
- package/conver/kml/index.js +1 -1
- package/conver/kml/kmlToGeoJSON.js +1 -1
- package/entity/Feature.js +1 -1
- package/entity/GeometryType.js +1 -1
- package/entity/layer/IMapService.d.ts +15 -0
- package/entity/layer/IMapService.d.ts.map +1 -1
- package/entity/legend/IGraphicSymbol.d.ts +15 -0
- package/entity/legend/IGraphicSymbol.d.ts.map +1 -0
- package/entity/legend/IGraphicSymbol.js +1 -0
- package/entity/legend/IGraphicSymbol.js.map +1 -0
- package/entity/legend/ILegend.d.ts +20 -0
- package/entity/legend/ILegend.d.ts.map +1 -0
- package/entity/legend/ILegend.js +1 -0
- package/entity/legend/ILegend.js.map +1 -0
- package/entity/legend/ILineSymbol.d.ts +23 -0
- package/entity/legend/ILineSymbol.d.ts.map +1 -0
- package/entity/legend/ILineSymbol.js +1 -0
- package/entity/legend/ILineSymbol.js.map +1 -0
- package/entity/legend/IPointSymbol.d.ts +32 -0
- package/entity/legend/IPointSymbol.d.ts.map +1 -0
- package/entity/legend/IPointSymbol.js +1 -0
- package/entity/legend/IPointSymbol.js.map +1 -0
- package/entity/legend/IPolygonSymbol.d.ts +31 -0
- package/entity/legend/IPolygonSymbol.d.ts.map +1 -0
- package/entity/legend/IPolygonSymbol.js +1 -0
- package/entity/legend/IPolygonSymbol.js.map +1 -0
- package/entity/legend/IRule.d.ts +20 -0
- package/entity/legend/IRule.d.ts.map +1 -0
- package/entity/legend/IRule.js +1 -0
- package/entity/legend/IRule.js.map +1 -0
- package/entity/legend/ISymbol.d.ts +22 -0
- package/entity/legend/ISymbol.d.ts.map +1 -0
- package/entity/legend/ISymbol.js +1 -0
- package/entity/legend/ISymbol.js.map +1 -0
- package/feature/FeatureManager.js +1 -1
- package/index.js +1 -1
- package/interaction/Draw.js +1 -1
- package/interaction/InteractionManager.js +1 -1
- package/interaction/Select.js +1 -1
- package/layers/ArcgisDynamicLayer.js +1 -1
- package/layers/ArcgisFeatureLayer.js +1 -1
- package/layers/ArcgisTileLayer.js +1 -1
- package/layers/ArcgisWMSLayer.js +1 -1
- package/layers/ArcgisWMTSLayer.js +1 -1
- package/layers/GeoserverVectorTile.js +1 -1
- package/layers/GeoserverWFSLayer.js +1 -1
- package/layers/GeoserverWMSLayer.js +1 -1
- package/layers/GeoserverWMTSLayer.js +1 -1
- package/layers/LayerManager.js +1 -1
- package/layers/TDTLayer.js +1 -1
- package/mapView/Map.d.ts.map +1 -1
- package/mapView/Map.js +1 -1
- package/mapView/Map.js.map +1 -1
- package/mapView/View.js +1 -1
- package/package.json +1 -1
- package/plot/Plot.js +1 -1
- package/plot/geometry/point/Point.js +1 -1
- package/plot/geometry/polygon/BasePolygon.js +1 -1
- package/plot/geometry/polygon/Circle.js +1 -1
- package/plot/geometry/polygon/Polygon.js +1 -1
- package/plot/geometry/polygon/RectAngle.js +1 -1
- package/plot/geometry/polyline/BaseLine.js +1 -1
- package/plot/geometry/polyline/Polyline.js +1 -1
- package/style/PointStyleFormat.js +1 -1
- package/style/PolygonStyleFormat.js +1 -1
- package/style/PolylineStyleFormat.js +1 -1
- package/style/StyleManager.js +1 -1
- package/style/common.js +1 -1
- package/style.css +1 -1
- package/utils/ArrayUtil.js +1 -1
- package/utils/AxiosUtil.js +1 -1
- package/utils/EsriUtil.js +1 -1
- package/utils/GeometryUtil.js +1 -1
- package/utils/LayerUtil.d.ts +13 -0
- package/utils/LayerUtil.d.ts.map +1 -1
- package/utils/LayerUtil.js +1 -1
- package/utils/LayerUtil.js.map +1 -1
- package/utils/RegisterProjUtil.js +1 -1
- package/utils/ResolutionUtil.js +1 -1
- package/utils/StringUtil.js +1 -1
- package/utils/StyleUtil.js +1 -1
- package/utils/UrlUtil.js +1 -1
- package/utils/XmlUtil.js +1 -1
- package/utils/format/CQL.js +1 -1
- package/utils/format/IsMatchCql.js +1 -1
- package/utils/plug/canvas/ImageCache.js +1 -1
- package/utils/plug/canvas/PinBuilder.js +1 -1
- package/utils/plug/canvas/PinIcon.js +1 -1
- package/utils/plug/canvas/writeTextToCanvas.js +1 -1
- package/utils/tasks/esri/Identify.js +1 -1
- package/utils/tasks/esri/Query.js +1 -1
- package/utils/tasks/esri/Task.js +1 -1
- package/utils/tasks/geoserver/QueryTask.js +1 -1
- package/utils/tasks/index.js +1 -1
- package/ym-gis-2d.es.js +1 -1
- package/ym-gis-2d.umd.js +1 -1
package/utils/GeometryUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x13a82b=a72_0x5116;(function(_0x21c737,_0xbd615c){const _0x34d123=a72_0x5116,_0x41be62=_0x21c737();while(!![]){try{const _0x57c260=-parseInt(_0x34d123(0xa2))/0x1+parseInt(_0x34d123(0xad))/0x2*(-parseInt(_0x34d123(0xac))/0x3)+-parseInt(_0x34d123(0xa9))/0x4*(parseInt(_0x34d123(0x9d))/0x5)+parseInt(_0x34d123(0x8f))/0x6*(-parseInt(_0x34d123(0xb0))/0x7)+-parseInt(_0x34d123(0xaf))/0x8+parseInt(_0x34d123(0x99))/0x9*(-parseInt(_0x34d123(0xa7))/0xa)+parseInt(_0x34d123(0x93))/0xb;if(_0x57c260===_0xbd615c)break;else _0x41be62['push'](_0x41be62['shift']());}catch(_0xc305ef){_0x41be62['push'](_0x41be62['shift']());}}}(a72_0x4081,0xe0211));import a72_0x582a67 from'ol/proj/Projection';import{distance as a72_0x5d513c}from'ol/coordinate';import{getGeoProjection,isSpheroid,registerProj}from'./RegisterProjUtil';import{getArea as a72_0x2b5ce4}from'ol/sphere';import a72_0x3d40d3 from'jsts/org/locationtech/jts/operation/buffer/BufferOp.js';import a72_0x3142f6 from'jsts/org/locationtech/jts/operation/relate/RelateOp.js';import a72_0x5a95a3 from'jsts/org/locationtech/jts/operation/overlay/OverlayOp';import a72_0x1932b8 from'jsts/org/locationtech/jts/io/OL3Parser.js';import a72_0x36833c from'jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js';import a72_0x5f536e from'jsts/org/locationtech/jts/operation/distance/DistanceOp';import a72_0x280a80 from'ol/format/GeoJSON';import{LineString,MultiLineString,MultiPoint,MultiPolygon,Point,LinearRing,Polygon,GeometryCollection}from'ol/geom.js';import a72_0x4a4eb2 from'ol/format/WKT';import a72_0x2932ea from'ol/format/EsriJSON';const _parser=new a72_0x1932b8(undefined,undefined);_parser[a72_0x13a82b(0xa6)](Point,LineString,LinearRing,Polygon,MultiPoint,MultiLineString,MultiPolygon,GeometryCollection);export function getArea(_0x21ec4d,_0x312138,_0x8044f8=![]){const _0x125430=a72_0x13a82b;if(!_0x21ec4d)return 0x0;const _0x5ae0e8=isSpheroid(_0x312138);if(_0x8044f8)return a72_0x2b5ce4(_0x21ec4d,{'projection':_0x312138});else{if(_0x5ae0e8){const _0x1d8917=getGeoProjection(_0x21ec4d,_0x312138);return _0x21ec4d[_0x125430(0xb3)]()[_0x125430(0x90)](_0x312138,_0x1d8917)['getArea']();}return _0x21ec4d[_0x125430(0xb2)]();}}export function bufferOp(_0x122e38,_0x14241b){const _0x3ac024=a72_0x13a82b,_0x749fa9=_parser[_0x3ac024(0x9b)](_0x122e38),_0x29fe07=a72_0x3d40d3[_0x3ac024(0xa3)](_0x749fa9,_0x14241b);return _parser[_0x3ac024(0x9f)](_0x29fe07);}export function bufferPixel(_0x4e7e44,_0x1d446e,_0x160203){const _0x52a6e5=a72_0x13a82b,_0x475953=_0x160203[_0x52a6e5(0xa0)](_0x4e7e44['getCoordinates']()),_0x8bfd1=_0x160203['getCoordinateFromPixel']([_0x475953[0x0]+_0x1d446e,_0x475953[0x1]]),_0x48062c=a72_0x5d513c(_0x4e7e44[_0x52a6e5(0x94)](),_0x8bfd1),_0x1073f2=bufferOp(_0x4e7e44,_0x48062c);return _0x1073f2;}export function contains(_0x4556c3,_0x21fd27){const _0x52b30b=a72_0x13a82b,_0xc647a7=_parser[_0x52b30b(0x9b)](_0x4556c3),_0x150b1b=_parser[_0x52b30b(0x9b)](_0x21fd27);return a72_0x3142f6[_0x52b30b(0xa1)](_0xc647a7,_0x150b1b);}export function crosses(_0x330c1a,_0x2a25dd){const _0x48fc89=a72_0x13a82b,_0x4aaf52=_parser[_0x48fc89(0x9b)](_0x330c1a),_0x29948c=_parser[_0x48fc89(0x9b)](_0x2a25dd);return a72_0x3142f6[_0x48fc89(0x8e)](_0x4aaf52,_0x29948c);}export function intersects(_0x474139,_0x58eb39){const _0x6d49a4=a72_0x13a82b,_0x29d604=_parser[_0x6d49a4(0x9b)](_0x474139),_0x571ce9=_parser['read'](_0x58eb39);return a72_0x3142f6[_0x6d49a4(0xae)](_0x29d604,_0x571ce9);}export function intersection(_0x3c39e1,_0x2b57d8){const _0x1480e6=a72_0x13a82b,_0x14c24e=_parser[_0x1480e6(0x9b)](_0x3c39e1),_0x1f4681=_parser[_0x1480e6(0x9b)](_0x2b57d8);return _parser[_0x1480e6(0x9f)](a72_0x5a95a3[_0x1480e6(0xb4)](_0x14c24e,_0x1f4681));}export function union(_0x3e7d18,_0xaafeae){const _0x4d25f2=a72_0x13a82b,_0x2e74c4=_parser[_0x4d25f2(0x9b)](_0x3e7d18),_0x232fa2=_parser[_0x4d25f2(0x9b)](_0xaafeae);return _parser['write'](a72_0x5a95a3[_0x4d25f2(0x91)](_0x2e74c4,_0x232fa2));}export function difference(_0x4cf3d7,_0x1910f7){const _0x4e63e9=a72_0x13a82b,_0x32b43d=_parser['read'](_0x4cf3d7),_0x9477ee=_parser[_0x4e63e9(0x9b)](_0x1910f7);return _parser[_0x4e63e9(0x9f)](a72_0x5a95a3[_0x4e63e9(0x97)](_0x32b43d,_0x9477ee));}export function distance(_0x1316a7,_0x47d40c){const _0xb951e0=a72_0x13a82b,_0x4be55b=_parser[_0xb951e0(0x9b)](_0x1316a7),_0x2e3105=_parser['read'](_0x47d40c);return _parser[_0xb951e0(0x9f)](a72_0x5f536e[_0xb951e0(0xab)](_0x4be55b,_0x2e3105));}export function jstlSplit(_0x247a78,_0x375a37){const _0x3a3097=a72_0x13a82b,_0xb64b0=_parser[_0x3a3097(0x9b)](_0x247a78),_0x52f2da=_parser[_0x3a3097(0x9b)](_0x375a37),_0x900f4e=_0xb64b0['getGeometryType']();let _0x152e4a=[];function _0x2551b9(_0x1d5126,_0x123f9d){const _0xa296d5=_0x3a3097;let _0x59fae1=_0x1d5126['_holes'],_0x4ca12f=_0x1d5126[_0xa296d5(0x9a)]()[_0xa296d5(0x91)](_0x123f9d),_0x8b07b1=new a72_0x36833c();_0x8b07b1[_0xa296d5(0x92)](_0x4ca12f);let _0x5ddda4=_0x8b07b1[_0xa296d5(0xb1)]();_0x5ddda4[_0xa296d5(0x8d)][_0xa296d5(0xa4)]==0x2&&_0x5ddda4[_0xa296d5(0x8d)][_0xa296d5(0xa8)](_0x3992fa=>{const _0xb8d67d=_0xa296d5;_0x59fae1[_0xb8d67d(0xa8)](_0x10dae7=>{const _0x225bc9=_0xb8d67d;let _0x7b3869=[];for(let _0x160b70 in _0x10dae7['getCoordinates']()){_0x7b3869[_0x225bc9(0x95)]([_0x10dae7[_0x225bc9(0x94)]()[_0x160b70]['x'],_0x10dae7[_0x225bc9(0x94)]()[_0x160b70]['y']]);}_0x10dae7=_parser[_0x225bc9(0x9b)]({'coordinates':[_0x7b3869],'type':_0x225bc9(0xaa)}),_0x3992fa=_0x3992fa[_0x225bc9(0x97)](_0x10dae7);}),_0x152e4a[_0xb8d67d(0x95)](_parser[_0xb8d67d(0x9f)](_0x3992fa));});}if(_0x900f4e===_0x3a3097(0xaa))_0x2551b9(_0xb64b0,_0x52f2da);else{if(_0x900f4e===_0x3a3097(0x96))_0xb64b0[_0x3a3097(0x9e)]['forEach']((_0x15caac,_0x5e406c)=>{_0x2551b9(_0x15caac,_0x52f2da);});else throw new Error(_0x3a3097(0xa5));}return _0x152e4a;}export function fromWKT(_0x5b9d04,_0x1053b2,_0x5f1943){const _0xbe7c1a=a72_0x13a82b,_0x414383=new a72_0x4a4eb2();_0x1053b2&®isterProj(_0x1053b2);_0x5f1943&®isterProj(_0x5f1943);const _0x4ae2a8=_0x414383[_0xbe7c1a(0x98)](_0x5b9d04);return _0x1053b2&&_0x5f1943?_0x4ae2a8[_0xbe7c1a(0x90)](new a72_0x582a67({'code':_0x1053b2}),new a72_0x582a67({'code':_0x5f1943})):_0x4ae2a8;}function a72_0x5116(_0x378ec0,_0xec4ac3){const _0x40813e=a72_0x4081();return a72_0x5116=function(_0x5116fa,_0x1e5871){_0x5116fa=_0x5116fa-0x8d;let _0x339f7b=_0x40813e[_0x5116fa];return _0x339f7b;},a72_0x5116(_0x378ec0,_0xec4ac3);}export function fromWKTs(_0x3353b6,_0x28fb09,_0x2a0e69){const _0x2877e6=a72_0x13a82b,_0x5f0be4=new a72_0x4a4eb2();let _0x6e255=[];_0x28fb09&®isterProj(_0x28fb09);_0x2a0e69&®isterProj(_0x2a0e69);let _0x283c03,_0x518f9f;_0x28fb09&&_0x2a0e69&&(_0x283c03=new a72_0x582a67({'code':_0x28fb09}),_0x518f9f=new a72_0x582a67({'code':_0x2a0e69}));for(let _0x3ebc63=0x0;_0x3ebc63<_0x3353b6[_0x2877e6(0xa4)];_0x3ebc63++){_0x283c03&&_0x518f9f?_0x6e255[_0x2877e6(0x95)](_0x5f0be4[_0x2877e6(0x98)](_0x3353b6[_0x3ebc63])[_0x2877e6(0x90)](_0x283c03,_0x518f9f)):_0x6e255[_0x2877e6(0x95)](_0x5f0be4['readGeometry'](_0x3353b6[_0x3ebc63]));}return _0x6e255;}function a72_0x4081(){const _0x87f2bc=['getPixelFromCoordinate','contains','894787ujeMMg','bufferOp','length','无法识别的数据类型','inject','30tMjOhq','forEach','1610524qzwcUr','Polygon','distance','1356618lQoIUa','4sCupMD','intersects','2676000BDgeNa','9107770PSVUtd','getPolygons','getArea','clone','intersection','array','crosses','6TTjNrb','transform','union','add','80641682FhybqW','getCoordinates','push','MultiPolygon','difference','readGeometry','5310981JoLvSm','getExteriorRing','read','writeGeometry','15DnQSyC','_geometries','write'];a72_0x4081=function(){return _0x87f2bc;};return a72_0x4081();}export function toWKT(_0x4ec619){const _0x29652f=a72_0x13a82b,_0xe95989=new a72_0x4a4eb2();return _0xe95989[_0x29652f(0x9c)](_0x4ec619);}export function toGeoJSON(_0x1d8dae){const _0x9d1c74=a72_0x13a82b,_0x2e7fb8=new a72_0x280a80();return _0x2e7fb8[_0x9d1c74(0x9c)](_0x1d8dae);}export function fromGeoJSON(_0x4434bc){const _0x347137=new a72_0x280a80();return _0x347137['readGeometry'](_0x4434bc);}export function toEsriJSON(_0x394f09){const _0xee0cf6=a72_0x13a82b,_0x2b9505=new a72_0x2932ea();return _0x2b9505[_0xee0cf6(0x9c)](_0x394f09);}export function fromEsriJSON(_0xd7824b){const _0x207082=new a72_0x2932ea();return _0x207082['readGeometry'](_0xd7824b);}export function expandExtent(_0x3b9431,_0x3cfed){const _0x4028eb=_0x3b9431[0x0],_0xbc69cd=_0x3b9431[0x1],_0x242b95=_0x3b9431[0x2],_0x37bfd0=_0x3b9431[0x3],_0x402a15=(_0x4028eb+_0x242b95)/0x2,_0x233325=(_0xbc69cd+_0x37bfd0)/0x2,_0x2538d3=_0x242b95-_0x4028eb,_0xf64d77=_0x37bfd0-_0xbc69cd,_0x141b1e=_0x2538d3*_0x3cfed,_0x321c95=_0xf64d77*_0x3cfed,_0x58a210=_0x402a15-_0x141b1e/0x2,_0x57fd1c=_0x402a15+_0x141b1e/0x2,_0x458368=_0x233325-_0x321c95/0x2,_0x4cd2e4=_0x233325+_0x321c95/0x2;return[_0x58a210,_0x458368,_0x57fd1c,_0x4cd2e4];}
|
package/utils/LayerUtil.d.ts
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
import type IMapServiceTree from "../entity/layer/IMapServiceTree";
|
|
2
2
|
import type IMapService from "../entity/layer/IMapService";
|
|
3
|
+
import ILegend from "../entity/legend/ILegend";
|
|
3
4
|
/**
|
|
4
5
|
* 获取地图服务树
|
|
5
6
|
* @param layerConfigs
|
|
6
7
|
* @returns
|
|
7
8
|
*/
|
|
8
9
|
export declare function mapServiceTreeTransform(layerConfigs: IMapService[]): IMapServiceTree[];
|
|
10
|
+
/**
|
|
11
|
+
* 获取地图图例
|
|
12
|
+
* @param layerInfo 图层配置
|
|
13
|
+
*/
|
|
14
|
+
export declare function getLayerLegend(layerInfo: IMapService, size?: number): Promise<ILegend[] | undefined>;
|
|
15
|
+
/**
|
|
16
|
+
* 获取geoserver图例
|
|
17
|
+
* @param layerInfo
|
|
18
|
+
* @param size
|
|
19
|
+
* @returns
|
|
20
|
+
*/
|
|
21
|
+
export declare function getGeoServerLayerLegend(layerInfo: IMapService, size?: number): Promise<ILegend[] | undefined>;
|
|
9
22
|
//# sourceMappingURL=LayerUtil.d.ts.map
|
package/utils/LayerUtil.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayerUtil.d.ts","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"LayerUtil.d.ts","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAC;AACnE,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAE3D,OAAO,OAAO,MAAM,0BAA0B,CAAC;AAE/C;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,WAAW,EAAE,GAAG,eAAe,EAAE,CAkBtF;AAoBD;;;GAGG;AACH,wBAAsB,cAAc,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,SAAS,CAAC,CAU1G;AAED;;;;;GAKG;AACH,wBAAsB,uBAAuB,CAAC,SAAS,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,SAAS,CAAC,CA2BnH"}
|
package/utils/LayerUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2467d5,_0x1aa74c){const _0xd64d55=a73_0x185f,_0x669160=_0x2467d5();while(!![]){try{const _0x5b8204=parseInt(_0xd64d55(0xfb))/0x1+parseInt(_0xd64d55(0xe5))/0x2+-parseInt(_0xd64d55(0xed))/0x3*(-parseInt(_0xd64d55(0xe2))/0x4)+-parseInt(_0xd64d55(0xfa))/0x5*(parseInt(_0xd64d55(0xe6))/0x6)+parseInt(_0xd64d55(0xef))/0x7*(-parseInt(_0xd64d55(0xea))/0x8)+parseInt(_0xd64d55(0xf0))/0x9+parseInt(_0xd64d55(0xe3))/0xa;if(_0x5b8204===_0x1aa74c)break;else _0x669160['push'](_0x669160['shift']());}catch(_0x32e5f0){_0x669160['push'](_0x669160['shift']());}}}(a73_0x3eaa,0xb9d01));function a73_0x185f(_0x174766,_0x505b8a){const _0x3eaa17=a73_0x3eaa();return a73_0x185f=function(_0x185f07,_0x3405c6){_0x185f07=_0x185f07-0xe2;let _0x53aee3=_0x3eaa17[_0x185f07];return _0x53aee3;},a73_0x185f(_0x174766,_0x505b8a);}function a73_0x3eaa(){const _0x1581cf=['sublayers','41510reeNbC','723268ZWhynG','&format=application/json','wms','&height=','&width=','url','assign','push','gwc/service/wmts','12heJsPZ','10223230jorHZr','replace','745922OfVAEI','348kILqEa','title','children','length','9560OWDWEv','geoserver','get','149844smxIBF','sort','7574eDNPgV','2404791WDtwuA','forEach','showIndex','service=WMS&version=1.1.0&request=GetLegendGraphic&layer=','indexOf','parentId','Legend','data','layerType'];a73_0x3eaa=function(){return _0x1581cf;};return a73_0x3eaa();}import a73_0x18c856 from'../utils/AxiosUtil';export function mapServiceTreeTransform(_0x19cb7f){const _0x302516=a73_0x185f;let _0x1e714f=[];return _0x19cb7f&&_0x19cb7f[_0x302516(0xe9)]>0x0&&(_0x19cb7f[_0x302516(0xf1)](_0xffce6b=>{const _0x1716b3=_0x302516;(!_0xffce6b['parentId']||_0xffce6b['parentId']=='')&&_0x1e714f[_0x1716b3(0x102)](Object[_0x1716b3(0x101)]({},_0xffce6b));}),_0x1e714f=_0x1e714f[_0x302516(0xee)]((_0x529d1e,_0x36864e)=>{const _0xee87e3=_0x302516;return(_0x529d1e[_0xee87e3(0xf2)]?_0x529d1e[_0xee87e3(0xf2)]:0x0)-(_0x36864e[_0xee87e3(0xf2)]?_0x36864e[_0xee87e3(0xf2)]:0x0);}),_0x1e714f[_0x302516(0xf1)](_0x106c1c=>{const _0x4e27e3=_0x302516;_0x106c1c[_0x4e27e3(0xe8)]=setChildren(_0x106c1c['id'],_0x19cb7f);})),_0x1e714f;}function setChildren(_0x66aeeb,_0xb4f097){const _0x4d8649=a73_0x185f;let _0x3fab71=[];return _0xb4f097[_0x4d8649(0xf1)](_0x2d5382=>{const _0x5e391e=_0x4d8649;_0x66aeeb===(_0x2d5382[_0x5e391e(0xf5)]==null?'':_0x2d5382['parentId'])&&_0x3fab71[_0x5e391e(0x102)](Object[_0x5e391e(0x101)]({},_0x2d5382));}),_0x3fab71=_0x3fab71[_0x4d8649(0xee)]((_0x39fcba,_0x48654c)=>{const _0x43ca87=_0x4d8649;return(_0x39fcba['showIndex']?_0x39fcba['showIndex']:0x0)-(_0x48654c[_0x43ca87(0xf2)]?_0x48654c['showIndex']:0x0);}),_0x3fab71[_0x4d8649(0xe9)]>0x0&&_0x3fab71[_0x4d8649(0xf1)](_0x109629=>{const _0x4f154c=_0x4d8649;_0x109629[_0x4f154c(0xe8)]=setChildren(_0x109629['id'],_0xb4f097);}),_0x3fab71;}export async function getLayerLegend(_0x2039c0,_0x137447){const _0x1754c9=a73_0x185f;if(!_0x2039c0||!_0x2039c0[_0x1754c9(0x100)]||!_0x2039c0['sublayers']||_0x2039c0['sublayers'][_0x1754c9(0xe9)]==0x0||!_0x2039c0[_0x1754c9(0xf8)])return;if(_0x2039c0[_0x1754c9(0xf8)][_0x1754c9(0xf4)](_0x1754c9(0xeb))>-0x1)return await getGeoServerLayerLegend(_0x2039c0,_0x137447);return;}export async function getGeoServerLayerLegend(_0x2d63fe,_0x1c5d6d){const _0xee63a=a73_0x185f;if(!_0x2d63fe||!_0x2d63fe['url']||!_0x2d63fe[_0xee63a(0xf9)]||_0x2d63fe[_0xee63a(0xf9)][_0xee63a(0xe9)]==0x0)return;let _0x379e39=_0x2d63fe['url'];const _0x362292=_0x2d63fe['sublayers'];_0x379e39=_0x379e39[_0xee63a(0xe4)](_0xee63a(0x103),_0xee63a(0xfd));const _0x22d07e=[];for(let _0x12cb6a=0x0;_0x12cb6a<_0x362292[_0xee63a(0xe9)];_0x12cb6a++){const _0x158299=_0x362292[_0x12cb6a];let _0x2d667f=_0xee63a(0xf3)+_0x158299+_0xee63a(0xfc);const _0x378453=_0x379e39['includes']('?')?_0x379e39+'&'+_0x2d667f:_0x379e39+'?'+_0x2d667f,_0x2bdb15=await a73_0x18c856[_0xee63a(0xec)](_0x378453);if(_0x2bdb15[_0xee63a(0xf7)]&&_0x2bdb15[_0xee63a(0xf7)]['Legend']&&_0x2bdb15[_0xee63a(0xf7)][_0xee63a(0xf6)][_0xee63a(0xe9)]>0x0)_0x22d07e[_0xee63a(0x102)](_0x2bdb15[_0xee63a(0xf7)][_0xee63a(0xf6)][0x0]);else{let _0x1f38c3=_0x1c5d6d?_0x1c5d6d:0x10,_0x1e8d59=_0xee63a(0xf3)+_0x158299+_0xee63a(0xff)+_0x1f38c3+_0xee63a(0xfe)+_0x1f38c3+'&format=image/png';const _0x5561c3=_0x379e39['includes']('?')?_0x379e39+'&'+_0x1e8d59:_0x379e39+'?'+_0x1e8d59;_0x22d07e[_0xee63a(0x102)]({'title':_0x2d63fe[_0xee63a(0xe7)],'url':_0x5561c3});}}return _0x22d07e;}
|
package/utils/LayerUtil.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayerUtil.js","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,UAAU,uBAAuB,CAAC,YAA2B;IACjE,IAAI,SAAS,GAAsB,EAAE,CAAC;IACtC,IAAI,YAAY,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC5C,OAAO;QACP,YAAY,CAAC,OAAO,CAAC,CAAC,OAAoB,EAAE,EAAE;YAC5C,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;gBAChD,SAAS,CAAC,IAAI,
|
|
1
|
+
{"version":3,"file":"LayerUtil.js","sourceRoot":"","sources":["../../../packages/ym-gis-2d/utils/LayerUtil.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,oBAAoB,CAAC;AAGvC;;;;GAIG;AACH,MAAM,UAAU,uBAAuB,CAAC,YAA2B;IACjE,IAAI,SAAS,GAAsB,EAAE,CAAC;IACtC,IAAI,YAAY,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QAC5C,OAAO;QACP,YAAY,CAAC,OAAO,CAAC,CAAC,OAAoB,EAAE,EAAE;YAC5C,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC;gBAChD,SAAS,CAAC,IAAI,mBAAM,OAAO,EAAG,CAAC;YACjC,CAAC;QACH,CAAC,CAAC,CAAC;QACH,IAAI;QACJ,SAAS,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;YAClC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAC3E,CAAC,CAAC,CAAC;QACH,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE;YAC1B,KAAK,CAAC,QAAQ,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,EAAE,YAAY,CAAC,CAAC;QACvD,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,SAAS,WAAW,CAAC,EAAU,EAAE,QAAuB;IACtD,IAAI,KAAK,GAAsB,EAAE,CAAC;IAClC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;QACxB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YACxD,KAAK,CAAC,IAAI,mBAAM,IAAI,EAAG,CAAC;QAC1B,CAAC;IACH,CAAC,CAAC,CAAC;IACH,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;QAC1B,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC3E,CAAC,CAAC,CAAC;IACH,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACrB,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;YAClB,CAAC,CAAC,QAAQ,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;IACL,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED;;;GAGG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,SAAsB,EAAE,IAAa;IACxE,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,IAAI,SAAS,CAAC,SAAS,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,CAAC;QACpH,OAAO;IAET,CAAC;IACD,IAAI,SAAS,CAAC,SAAS,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;QAClD,OAAO,MAAM,uBAAuB,CAAC,SAAS,EAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,OAAO;AACT,CAAC;AAED;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,uBAAuB,CAAC,SAAsB,EAAE,IAAa;IACjF,IAAI,CAAC,SAAS,IAAI,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,SAAS,IAAI,SAAS,CAAC,SAAS,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;QAC5F,OAAO;IAET,CAAC;IACD,IAAI,GAAG,GAAG,SAAS,CAAC,GAAG,CAAC;IACxB,MAAM,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;IACtC,GAAG,GAAG,GAAG,CAAC,OAAO,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;IAC7C,MAAM,OAAO,GAAc,EAAE,CAAC;IAC9B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;QAC1C,MAAM,OAAO,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;QAC7B,IAAI,IAAI,GAAG,4DAA4D,OAAO,0BAA0B,CAAC;QACzG,MAAM,UAAU,GAAG,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;QAC3E,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;QACxC,IAAI,GAAG,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,IAAI,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC9D,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAA;QAClC,CAAC;aAAM,CAAC;YACN,IAAI,WAAW,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;YACnC,IAAI,IAAI,GAAG,4DAA4D,OAAO,UAAU,WAAW,WAAW,WAAW,mBAAmB,CAAC;YAC7I,MAAM,UAAU,GAAG,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;YAC3E,OAAO,CAAC,IAAI,CAAC;gBACX,KAAK,EAAE,SAAS,CAAC,KAAK;gBACtB,GAAG,EAAE,UAAU;aACT,CAAC,CAAA;QACX,CAAC;IACH,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x229366,_0x23da2a){const _0x3a69f6=a70_0x4345,_0x7c6383=_0x229366();while(!![]){try{const _0x25620c=-parseInt(_0x3a69f6(0xdc))/0x1*(-parseInt(_0x3a69f6(0xef))/0x2)+-parseInt(_0x3a69f6(0xa2))/0x3*(parseInt(_0x3a69f6(0xb4))/0x4)+parseInt(_0x3a69f6(0x18a))/0x5*(-parseInt(_0x3a69f6(0xce))/0x6)+parseInt(_0x3a69f6(0xb7))/0x7*(-parseInt(_0x3a69f6(0x123))/0x8)+parseInt(_0x3a69f6(0x13e))/0x9*(-parseInt(_0x3a69f6(0x106))/0xa)+parseInt(_0x3a69f6(0x18f))/0xb+parseInt(_0x3a69f6(0x115))/0xc*(parseInt(_0x3a69f6(0x11d))/0xd);if(_0x25620c===_0x23da2a)break;else _0x7c6383['push'](_0x7c6383['shift']());}catch(_0x2fa1f3){_0x7c6383['push'](_0x7c6383['shift']());}}}(a70_0x2c0b,0x3d9ad));import a70_0x43d2db from'proj4';import a70_0x511f4e from'ol/proj/Projection';import a70_0x458a35 from'proj4/lib/parseCode';import a70_0xd0ead1 from'proj4/lib/projections';import{get as a70_0x14cdb8}from'ol/proj';import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x72cd07,_0x567e8e){const _0x27f0e2=a70_0x4345,_0x169778=_0x567e8e[_0x27f0e2(0x149)]();if(_0x169778['indexOf'](_0x27f0e2(0xb0))>-0x1)return new a70_0x511f4e({'code':_0x27f0e2(0x142)});else{if(_0x169778[_0x27f0e2(0x117)]('4490')>-0x1){const _0x40f295=_0x72cd07[_0x27f0e2(0xd0)](),_0x5222e2=Math[_0x27f0e2(0x157)]((_0x40f295[0x0]-1.5)/0x3)+0x1,_0x12dcd8=_0x27f0e2(0x120)+(0x1188+_0x5222e2);return new a70_0x511f4e({'code':_0x12dcd8});}}return _0x567e8e;}export function getSpheroidProjection(_0x3d0488){const _0x10ea24=a70_0x4345;if(isSpheroid(_0x3d0488))return _0x3d0488;const _0x3f9275=_0x3d0488[_0x10ea24(0x149)](),_0x59d28c=a70_0x43d2db['defs'](_0x3f9275);if(_0x59d28c){const {a:_0x53e736,rf:_0x59771c}=_0x59d28c,_0x15d39d={'EPSG:4326':{'a':0x615299,'f':0x1/298.257223563},'EPSG:4490':{'a':0x615299,'f':0x1/298.257222101},'EPSG:4610':{'a':0x61529c,'f':0x1/298.25722101}};for(const [_0x4ee988,_0x2667d7]of Object['entries'](_0x15d39d)){if(_0x53e736===_0x2667d7['a']&&Math[_0x10ea24(0x177)](_0x59771c?_0x59771c:0x0-_0x2667d7['f'])<1e-15)return registerProj(_0x4ee988),new a70_0x511f4e({'code':_0x4ee988});}}else console[_0x10ea24(0xd2)](_0x10ea24(0x104));}export function isSpheroid(_0x5d72fd){const _0x2a30ea=a70_0x4345,_0x2b2470=_0x5d72fd[_0x2a30ea(0x149)]();return _0x2b2470['indexOf'](_0x2a30ea(0xb0))>-0x1||_0x2b2470['indexOf'](_0x2a30ea(0x16e))>-0x1||_0x2b2470[_0x2a30ea(0x117)](_0x2a30ea(0x12c))>-0x1||_0x2b2470[_0x2a30ea(0x117)](_0x2a30ea(0x148))>-0x1||_0x2b2470['indexOf'](_0x2a30ea(0x100))>-0x1?!![]:![];}function a70_0x4345(_0x1855ed,_0x1efec6){const _0x2c0b3d=a70_0x2c0b();return a70_0x4345=function(_0x4345ec,_0x721164){_0x4345ec=_0x4345ec-0x92;let _0x3cc1c2=_0x2c0b3d[_0x4345ec];return _0x3cc1c2;},a70_0x4345(_0x1855ed,_0x1efec6);}export function registerProj(_0x2a4bc4,_0x2ac44f){const _0x48064d=a70_0x4345;let _0x195851;_0x195851=a70_0x14cdb8(_0x2a4bc4);if(!_0x195851)switch(_0x2a4bc4){case _0x48064d(0xc0):a70_0x43d2db['defs'](_0x48064d(0xc0),'+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4490');_0x195851&&_0x195851['setExtent']([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x48064d(0xa3):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4543',_0x48064d(0x139)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa3));_0x195851&&_0x195851['setExtent']([344166.57,2338205.65,622925.7,4729373.22]);break;case _0x48064d(0xe7):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe7),_0x48064d(0xf3)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe7));_0x195851&&_0x195851['setExtent']([341298.83,2012660.02,623358.71,4704933.89]);break;case'EPSG:4546':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4546',_0x48064d(0xf8)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x141));_0x195851&&_0x195851[_0x48064d(0x17e)]([341226.58,2003802.99,618043.7,4998263.83]);break;case'EPSG:4547':a70_0x43d2db['defs'](_0x48064d(0x13d),_0x48064d(0xc2)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x13d));_0x195851&&_0x195851[_0x48064d(0x17e)]([344577.88,2381397.91,617340.63,5036050.38]);break;case _0x48064d(0xec):a70_0x43d2db['defs'](_0x48064d(0xec),_0x48064d(0x10b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xec));_0x195851&&_0x195851[_0x48064d(0x17e)]([345754.3,2501017.13,0x94641,5528578.96]);break;case'EPSG:4549':a70_0x43d2db['defs'](_0x48064d(0x15b),_0x48064d(0xae)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x15b));_0x195851&&_0x195851[_0x48064d(0x17e)]([347872.25,2703739.74,599933.05,5912395.2]);break;case _0x48064d(0xd5):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xd5),_0x48064d(0x193)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd5));_0x195851&&_0x195851[_0x48064d(0x17e)]([352748.57,3123733.99,599394.66,5937990.42]);break;case _0x48064d(0x155):a70_0x43d2db['defs'](_0x48064d(0x155),_0x48064d(0x108)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x155));_0x195851&&_0x195851['setExtent']([372262.47,4451705.13,600236.64,5897928.74]);break;case _0x48064d(0x113):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x113),_0x48064d(0xf7)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4552');_0x195851&&_0x195851[_0x48064d(0x17e)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x48064d(0xb2):a70_0x43d2db['defs'](_0x48064d(0xb2),_0x48064d(0x181)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb2));_0x195851&&_0x195851['setExtent']([376543.13,4699379.62,610019.44,5417367.63]);break;case'EPSG:4554':a70_0x43d2db['defs']('EPSG:4554',_0x48064d(0x9a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xea));_0x195851&&_0x195851[_0x48064d(0x17e)]([383491.84,5080507.85,482969.27,5362930.84]);break;case _0x48064d(0x146):a70_0x43d2db['defs'](_0x48064d(0x146),_0x48064d(0xd1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4534');_0x195851&&_0x195851[_0x48064d(0x17e)]([375272.5,3965339.75,626870.23,4502787.6]);case _0x48064d(0x17d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x17d),_0x48064d(0xc9)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17d));_0x195851&&_0x195851['setExtent']([356780.75,3435266.95,624607.97,4633842.66]);break;case _0x48064d(0x12f):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x12f),_0x48064d(0xee)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12f));_0x195851&&_0x195851['setExtent']([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x48064d(0x174):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x174),_0x48064d(0x165)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x174));_0x195851&&_0x195851[_0x48064d(0x17e)]([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x48064d(0x102):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4538',_0x48064d(0x15c)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x102));_0x195851&&_0x195851[_0x48064d(0x17e)]([352176.08,3077180.78,609359.83,5450729.14]);break;case _0x48064d(0xa8):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xa8),_0x48064d(0xdd)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa8));_0x195851&&_0x195851[_0x48064d(0x17e)]([350541.6,3023992.26,611765.09,5366231.03]);break;case _0x48064d(0xb9):a70_0x43d2db['defs'](_0x48064d(0xb9),_0x48064d(0xfd)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb9));_0x195851&&_0x195851[_0x48064d(0x17e)]([352054.43,3067205.43,618002.46,5000486.51]);break;case _0x48064d(0xb1):a70_0x43d2db['defs'](_0x48064d(0xb1),_0x48064d(0x151)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb1));_0x195851&&_0x195851[_0x48064d(0x17e)]([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x48064d(0xdf):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4542','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4542');_0x195851&&_0x195851['setExtent']([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x48064d(0xa9):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xa9),_0x48064d(0x145)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4513');_0x195851&&_0x195851[_0x48064d(0x17e)]([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x48064d(0x17a):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x17a),_0x48064d(0xe3)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17a));_0x195851&&_0x195851[_0x48064d(0x17e)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case _0x48064d(0xb5):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xb5),_0x48064d(0x152)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb5));_0x195851&&_0x195851['setExtent']([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x48064d(0x114):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x114),_0x48064d(0xc5)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x114));_0x195851&&_0x195851[_0x48064d(0x17e)]([28352803.51,3128167.77,28613592.51,5233908.47]);break;case _0x48064d(0x186):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x186),_0x48064d(0x16a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x186));_0x195851&&_0x195851[_0x48064d(0x17e)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x48064d(0x169):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x169),'+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x169));_0x195851&&_0x195851[_0x48064d(0x17e)]([30350541.6,3023992.26,30611765.09,5366231.03]);break;case _0x48064d(0xd9):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xd9),_0x48064d(0xc7)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd9));_0x195851&&_0x195851[_0x48064d(0x17e)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case _0x48064d(0x12a):a70_0x43d2db['defs'](_0x48064d(0x12a),_0x48064d(0x15a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12a));_0x195851&&_0x195851[_0x48064d(0x17e)]([32352762.3,3124842.44,32620089.9,4930490.22]);break;case _0x48064d(0xad):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4521',_0x48064d(0x185)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xad));_0x195851&&_0x195851['setExtent']([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x48064d(0xf4):a70_0x43d2db['defs'](_0x48064d(0xf4),_0x48064d(0xfe)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xf4));_0x195851&&_0x195851['setExtent']([34344166.57,2338205.65,34622925.7,4729373.22]);break;case _0x48064d(0x163):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x163),_0x48064d(0x110)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4523');_0x195851&&_0x195851[_0x48064d(0x17e)]([35345643.07,2489940.65,35623868.1,4676052.19]);break;case'EPSG:4524':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4524','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4524');_0x195851&&_0x195851[_0x48064d(0x17e)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case'EPSG:4525':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x182),_0x48064d(0x136)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4525');_0x195851&&_0x195851[_0x48064d(0x17e)]([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x48064d(0x140):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x140),'+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x140));_0x195851&&_0x195851[_0x48064d(0x17e)]([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x48064d(0xc4):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4527','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xc4));_0x195851&&_0x195851[_0x48064d(0x17e)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x48064d(0x166):a70_0x43d2db['defs']('EPSG:4528','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x166));if(_0x195851){}break;case _0x48064d(0x158):a70_0x43d2db['defs'](_0x48064d(0x158),'+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4529');_0x195851&&_0x195851[_0x48064d(0x17e)]([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x48064d(0x14d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x14d),'+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14d));_0x195851&&_0x195851[_0x48064d(0x17e)]([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x48064d(0xc3):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4531',_0x48064d(0x144)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4531');_0x195851&&_0x195851[_0x48064d(0x17e)]([43374503.76,4582750.41,43606982.71,5569731.71]);break;case _0x48064d(0x13a):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x13a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x13a));_0x195851&&_0x195851[_0x48064d(0x17e)]([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x48064d(0xcf):a70_0x43d2db['defs'](_0x48064d(0xcf),_0x48064d(0xf9)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xcf));_0x195851&&_0x195851[_0x48064d(0x17e)]([45383491.84,5080507.85,45482969.27,5362930.84]);break;case _0x48064d(0x14a):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x14a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14a));_0x195851&&_0x195851[_0x48064d(0x17e)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x48064d(0x92):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x92),_0x48064d(0xf8)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x92));_0x195851&&_0x195851[_0x48064d(0x17e)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x48064d(0x10a):a70_0x43d2db['defs'](_0x48064d(0x10a),_0x48064d(0x10b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x10a));_0x195851&&_0x195851[_0x48064d(0x17e)]([184047.25,2106579.41,708208.94,5714206.25]);break;case _0x48064d(0x129):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x129),_0x48064d(0x193)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x129));_0x195851&&_0x195851[_0x48064d(0x17e)]([196182.08,2729495.05,698769.28,5941131.59]);break;case _0x48064d(0x14c):a70_0x43d2db['defs'](_0x48064d(0x14c),_0x48064d(0xf7)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14c));_0x195851&&_0x195851[_0x48064d(0x17e)]([209606.47,3290627.32,702362.77,5855471.68]);break;case'EPSG:4512':a70_0x43d2db['defs']('EPSG:4512',_0x48064d(0x9a)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x109));_0x195851&&_0x195851[_0x48064d(0x17e)]([263541.74,4991547.88,482969.27,5362930.84]);break;case'EPSG:4502':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4502',_0x48064d(0xd1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd4));_0x195851&&_0x195851[_0x48064d(0x17e)]([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x48064d(0x111):a70_0x43d2db['defs'](_0x48064d(0x111),_0x48064d(0xee)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x111));_0x195851&&_0x195851[_0x48064d(0x17e)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x48064d(0x12b):a70_0x43d2db[_0x48064d(0x128)]('EPSG:4504',_0x48064d(0x15c)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12b));_0x195851&&_0x195851[_0x48064d(0x17e)]([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x48064d(0xe2):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe2),_0x48064d(0xfd)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe2));_0x195851&&_0x195851[_0x48064d(0x17e)]([204050.9,3069909.68,725045.7,5311696.64]);break;case _0x48064d(0xaa):a70_0x43d2db['defs'](_0x48064d(0xaa),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xaa));_0x195851&&_0x195851[_0x48064d(0x17e)]([188253.52,2340414.16,744727.96,4787117.85]);break;case'EPSG:4491':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4491',_0x48064d(0xbf)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xf0));_0x195851&&_0x195851[_0x48064d(0x17e)]([13374665.41,3922064.44,13752994.91,4552715.22]);break;case'EPSG:4492':a70_0x43d2db['defs'](_0x48064d(0x9b),_0x48064d(0x94)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9b));_0x195851&&_0x195851['setExtent']([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x48064d(0x167):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x167),_0x48064d(0xbe)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x167));_0x195851&&_0x195851[_0x48064d(0x17e)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case'EPSG:4494':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xfb),_0x48064d(0xfc)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4494');_0x195851&&_0x195851['setExtent']([16204050.9,3069909.68,16725045.7,5311696.64]);break;case'EPSG:4495':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x93),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4495');_0x195851&&_0x195851['setExtent']([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x48064d(0xbb):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xbb),'+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xbb));_0x195851&&_0x195851['setExtent']([18181721.15,1965854.14,18746725.01,4708206.87]);break;case'EPSG:4497':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xa6),_0x48064d(0x180)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa6));_0x195851&&_0x195851[_0x48064d(0x17e)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case'EPSG:4498':a70_0x43d2db[_0x48064d(0x128)]('EPSG:4498','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:4498');_0x195851&&_0x195851[_0x48064d(0x17e)]([20184047.25,2106579.41,20708208.94,5714206.25]);break;case _0x48064d(0x192):a70_0x43d2db['defs'](_0x48064d(0x192),'+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x192));_0x195851&&_0x195851[_0x48064d(0x17e)]([21196182.08,2729495.05,21698769.28,5941131.59]);break;case _0x48064d(0x175):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x175),_0x48064d(0x173)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x175));_0x195851&&_0x195851['setExtent']([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x48064d(0x18d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x18d),_0x48064d(0x112)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x18d));_0x195851&&_0x195851['setExtent']([23263541.74,4991547.88,23482969.27,5362930.84]);break;case _0x48064d(0x17b):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x17b),'+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17b));_0x195851&&_0x195851['setExtent']([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x48064d(0xd7):a70_0x43d2db['defs'](_0x48064d(0xd7),_0x48064d(0xdb)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd7));_0x195851&&_0x195851[_0x48064d(0x17e)]([344166.5,2338206.74,622925.76,4729375.42]);break;case'EPSG:2380':a70_0x43d2db[_0x48064d(0x128)]('EPSG:2380','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x12d));_0x195851&&_0x195851[_0x48064d(0x17e)]([0x5462b,2489941.81,623868.16,4676054.37]);break;case _0x48064d(0x17c):a70_0x43d2db['defs'](_0x48064d(0x17c),_0x48064d(0x125)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x17c));_0x195851&&_0x195851[_0x48064d(0x17e)]([341298.75,2012660.96,623358.77,4704936.09]);break;case'EPSG:2382':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xf5),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2382');_0x195851&&_0x195851['setExtent']([341226.51,2003803.92,618043.76,4998266.16]);break;case'EPSG:2383':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x179),_0x48064d(0x99)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x179));_0x195851&&_0x195851[_0x48064d(0x17e)]([344577.81,2381399.02,617340.68,5036052.73]);break;case _0x48064d(0xd3):a70_0x43d2db['defs'](_0x48064d(0xd3),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xd3));_0x195851&&_0x195851[_0x48064d(0x17e)]([345754.23,2501018.29,607809.05,5528581.54]);break;case'EPSG:2385':a70_0x43d2db['defs'](_0x48064d(0xe5),_0x48064d(0x10e)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2385');_0x195851&&_0x195851[_0x48064d(0x17e)]([347872.18,0x29417d,599933.1,5912397.96]);break;case'EPSG:2386':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe9),_0x48064d(0x154)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe9));_0x195851&&_0x195851[_0x48064d(0x17e)]([352748.5,3123735.45,599394.71,5937993.2]);break;case'EPSG:2387':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x153),_0x48064d(0x11c)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x153));_0x195851&&_0x195851['setExtent']([372262.41,4451707.2,600236.68,5897931.5]);break;case _0x48064d(0x176):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x176),_0x48064d(0xf1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x176));_0x195851&&_0x195851[_0x48064d(0x17e)]([374503.71,4582752.55,606982.76,5569734.31]);break;case _0x48064d(0x9d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x9d),_0x48064d(0x10f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9d));_0x195851&&_0x195851['setExtent']([376543.07,4699381.82,610019.49,5417370.16]);break;case _0x48064d(0xba):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xba),_0x48064d(0x13f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xba));_0x195851&&_0x195851[_0x48064d(0x17e)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x48064d(0x170):a70_0x43d2db['defs'](_0x48064d(0x170),_0x48064d(0x95)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2370');_0x195851&&_0x195851[_0x48064d(0x17e)]([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x48064d(0x11a):a70_0x43d2db['defs'](_0x48064d(0x11a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11a));_0x195851&&_0x195851[_0x48064d(0x17e)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x48064d(0xcd):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2372',_0x48064d(0x183)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xcd));_0x195851&&_0x195851[_0x48064d(0x17e)]([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x48064d(0x190):a70_0x43d2db['defs']('EPSG:2373',_0x48064d(0xfa)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x190));_0x195851&&_0x195851['setExtent']([352803.44,3128169.23,613592.56,5233910.91]);break;case _0x48064d(0x171):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x171),'+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2374');_0x195851&&_0x195851[_0x48064d(0x17e)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x48064d(0x143):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x143),'+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x143));_0x195851&&_0x195851[_0x48064d(0x17e)]([350541.53,3023993.67,611765.14,5366233.54]);break;case _0x48064d(0x188):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x188),_0x48064d(0x127)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2376');_0x195851&&_0x195851[_0x48064d(0x17e)]([352054.36,3067206.86,618002.52,5000488.84]);break;case _0x48064d(0xc8):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xc8),_0x48064d(0xe4)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2377');_0x195851&&_0x195851['setExtent']([352762.23,3124843.89,620089.96,4930492.52]);break;case _0x48064d(0x9c):a70_0x43d2db['defs']('EPSG:2378',_0x48064d(0x12e)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9c));_0x195851&&_0x195851[_0x48064d(0x17e)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x48064d(0x124):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2349',_0x48064d(0xeb)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x124));_0x195851&&_0x195851[_0x48064d(0x17e)]([25375272.44,3965341.6,25626870.29,4502789.7]);break;case _0x48064d(0xa5):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2350',_0x48064d(0x121)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2350');_0x195851&&_0x195851[_0x48064d(0x17e)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case'EPSG:2351':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x162),'+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x162));_0x195851&&_0x195851[_0x48064d(0x17e)]([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x48064d(0x18e):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x18e),_0x48064d(0x101)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x18e));_0x195851&&_0x195851['setExtent']([28352803.44,3128169.23,28613592.56,5233910.91]);break;case _0x48064d(0x133):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x133),_0x48064d(0x18b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2353');_0x195851&&_0x195851['setExtent']([29352176.01,3077182.21,29609359.88,5450731.68]);break;case _0x48064d(0x107):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x107),_0x48064d(0x15e)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2354');_0x195851&&_0x195851[_0x48064d(0x17e)]([30350541.53,3023993.67,30611765.14,5366233.54]);break;case _0x48064d(0x16d):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x16d),_0x48064d(0xa1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x16d));_0x195851&&_0x195851[_0x48064d(0x17e)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case'EPSG:2356':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xab),_0x48064d(0xac)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xab));_0x195851&&_0x195851['setExtent']([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x48064d(0x132):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x132),_0x48064d(0x130)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2357');_0x195851&&_0x195851['setExtent']([33344482.25,2371431.4,33622787.6,4737151.76]);break;case _0x48064d(0x11b):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x11b),_0x48064d(0x172)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11b));_0x195851&&_0x195851[_0x48064d(0x17e)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x48064d(0x119):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x119),_0x48064d(0x168)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x119));_0x195851&&_0x195851[_0x48064d(0x17e)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case _0x48064d(0xa4):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2360',_0x48064d(0x131)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2360');_0x195851&&_0x195851[_0x48064d(0x17e)]([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x48064d(0x13c):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2361',_0x48064d(0x14b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x13c));_0x195851&&_0x195851[_0x48064d(0x17e)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x48064d(0xbd):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xbd),_0x48064d(0x96)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2362');_0x195851&&_0x195851['setExtent']([38344577.81,2381399.02,38617340.68,5036052.73]);break;case _0x48064d(0xa0):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2363','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=39500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa0));_0x195851&&_0x195851[_0x48064d(0x17e)]([39345754.23,2501018.29,39607809.05,5528581.54]);break;case'EPSG:2364':a70_0x43d2db[_0x48064d(0x128)]('EPSG:2364',_0x48064d(0x14f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe6));_0x195851&&_0x195851[_0x48064d(0x17e)]([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x48064d(0x134):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x134),_0x48064d(0x147)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x134));_0x195851&&_0x195851[_0x48064d(0x17e)]([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x48064d(0xb3):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xb3),_0x48064d(0xca)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb3));_0x195851&&_0x195851[_0x48064d(0x17e)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x48064d(0x184):a70_0x43d2db['defs'](_0x48064d(0x184),_0x48064d(0x164)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x184));_0x195851&&_0x195851[_0x48064d(0x17e)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case _0x48064d(0x194):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x194),'+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=44500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2368');_0x195851&&_0x195851[_0x48064d(0x17e)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x48064d(0x178):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x178),_0x48064d(0x13b)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x178));_0x195851&&_0x195851[_0x48064d(0x17e)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case'EPSG:2343':a70_0x43d2db[_0x48064d(0x128)]('EPSG:2343',_0x48064d(0x150)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x103));_0x195851&&_0x195851[_0x48064d(0x17e)]([189098.51,2384748.79,746725.12,4708209.07]);break;case _0x48064d(0x16f):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2344',_0x48064d(0x156)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x16f));_0x195851&&_0x195851['setExtent']([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x48064d(0x11f):a70_0x43d2db['defs'](_0x48064d(0x11f),_0x48064d(0xed)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11f));_0x195851&&_0x195851[_0x48064d(0x17e)]([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x48064d(0xda):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xda),'+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2346');_0x195851&&_0x195851['setExtent']([200433.02,2917986.59,698769.38,5941134.37]);break;case _0x48064d(0xc1):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xc1),_0x48064d(0xf1)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2347');_0x195851&&_0x195851['setExtent']([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x48064d(0xcb):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2348',_0x48064d(0x13f)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xcb));_0x195851&&_0x195851[_0x48064d(0x17e)]([263541.63,4991550.21,482969.27,5362933.35]);break;case'EPSG:2338':a70_0x43d2db['defs'](_0x48064d(0xf2),_0x48064d(0x95)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xf2));_0x195851&&_0x195851['setExtent']([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x48064d(0x187):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2339','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x187));_0x195851&&_0x195851['setExtent']([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x48064d(0x97):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x97),_0x48064d(0xff)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x97));_0x195851&&_0x195851[_0x48064d(0x17e)]([203003.59,3026660.34,718708.91,5453983.17]);break;case _0x48064d(0x98):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x98),_0x48064d(0x127)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x98));_0x195851&&_0x195851[_0x48064d(0x17e)]([204050.76,3069911.11,725045.8,5311699.12]);break;case _0x48064d(0x11e):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x11e),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x11e));_0x195851&&_0x195851['setExtent']([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x48064d(0x16c):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x16c),_0x48064d(0xde)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x16c));_0x195851&&_0x195851[_0x48064d(0x17e)]([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x48064d(0xe1):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe1),_0x48064d(0x10d)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe1));_0x195851&&_0x195851['setExtent']([14206116.69,3230780.81,14727179.14,5237187.19]);break;case _0x48064d(0x10c):a70_0x43d2db['defs'](_0x48064d(0x10c),_0x48064d(0x191)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8('EPSG:2329');_0x195851&&_0x195851['setExtent']([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x48064d(0x138):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x138),_0x48064d(0x159)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x138));_0x195851&&_0x195851[_0x48064d(0x17e)]([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x48064d(0x14e):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x14e),_0x48064d(0x161)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x14e));_0x195851&&_0x195851[_0x48064d(0x17e)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case _0x48064d(0x9e):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2332',_0x48064d(0x126)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x9e));_0x195851&&_0x195851[_0x48064d(0x17e)]([18189098.51,2384748.79,18746725.12,4708209.07]);break;case'EPSG:2333':a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0x105),_0x48064d(0xd6)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x105));_0x195851&&_0x195851[_0x48064d(0x17e)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x48064d(0xa7):a70_0x43d2db['defs'](_0x48064d(0xa7),_0x48064d(0x15d)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xa7));_0x195851&&_0x195851[_0x48064d(0x17e)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x48064d(0xb8):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xb8),_0x48064d(0xf6)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xb8));_0x195851&&_0x195851[_0x48064d(0x17e)]([21200433.02,2917986.59,21698769.38,5941134.37]);break;case _0x48064d(0xe0):a70_0x43d2db[_0x48064d(0x128)](_0x48064d(0xe0),_0x48064d(0xd8)),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0xe0));_0x195851&&_0x195851['setExtent']([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x48064d(0x160):a70_0x43d2db[_0x48064d(0x128)]('EPSG:2337','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x48064d(0x160));_0x195851&&_0x195851['setExtent']([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console[_0x48064d(0x9f)](_0x48064d(0x122));let _0x31072b=checkProj(_0x2a4bc4,(_0x2f2f66,_0x8f77de)=>{const _0x50a398=_0x48064d;if(_0x8f77de[_0x50a398(0x15f)]=='Gauss_Kruger'){let _0x24d224=_0x2a4bc4['replace'](_0x50a398(0x137),_0x50a398(0xe8));a70_0x43d2db[_0x50a398(0x128)](_0x2a4bc4,_0x24d224);}else{if(_0x8f77de[_0x50a398(0x15f)]==_0x50a398(0xcc)){const _0x2b9e67=_0x8f77de['a']-_0x8f77de['a']/_0x8f77de['rf'];let _0x500c71=_0x50a398(0x116)+_0x8f77de['latitude_of_center']+'\x20+lon_0='+_0x8f77de[_0x50a398(0x135)]+'\x20+k='+_0x8f77de['k0']+_0x50a398(0xc6)+_0x8f77de[_0x50a398(0x16b)]+_0x50a398(0x118)+_0x8f77de[_0x50a398(0xaf)]+_0x50a398(0x17f)+_0x8f77de[_0x50a398(0xb6)]+_0x50a398(0xbc)+_0x8f77de['a']+'\x20+b='+_0x2b9e67+_0x50a398(0x189);a70_0x43d2db[_0x50a398(0x128)](_0x2a4bc4,_0x500c71);}}});_0x31072b&&a70_0x43d2db[_0x48064d(0x128)](_0x2a4bc4,_0x2a4bc4);register(a70_0x43d2db),_0x195851=a70_0x14cdb8(_0x2a4bc4);_0x195851&&_0x2ac44f&&_0x195851['setExtent'](_0x2ac44f);}return _0x195851;}function checkProj(_0x826992,_0x365c76){const _0x31f8b3=a70_0x4345;var _0x536715=a70_0x458a35(_0x826992);if(typeof _0x536715!==_0x31f8b3(0x18c)){_0x365c76(_0x826992,_0x536715);return;}var _0x559920=a70_0xd0ead1['get'](_0x536715[_0x31f8b3(0x15f)]);if(!_0x559920){_0x365c76(_0x826992,_0x536715);return;}return!![];}function a70_0x2c0b(){const _0x7fdd73=['EPSG:4554','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4548','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','2ftABpK','EPSG:4491','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2338','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4522','EPSG:2382','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4494','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','4610','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4538','EPSG:2343','未找到投影定义','EPSG:2333','6730GWmbbM','EPSG:2354','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4512','EPSG:4509','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2329','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4503','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4552','EPSG:4516','10962120HGJfBn','+proj=tmerc\x20+lat_0=','indexOf','\x20+y_0=','EPSG:2359','EPSG:2371','EPSG:2358','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','13OcwLuN','EPSG:2342','EPSG:2345','EPSG:','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','非标准坐标系','2120isQxzG','EPSG:2349','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=18500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','defs','EPSG:4510','EPSG:4520','EPSG:4504','4214','EPSG:2380','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4536','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2357','EPSG:2353','EPSG:2365','longitude_of_center','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','Gauss_Kruger','EPSG:2330','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4532','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=45500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2361','EPSG:4547','6507AXYABa','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4526','EPSG:4546','EPSG:3857','EPSG:2375','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4534','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','4555','getCode','EPSG:4507','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4511','EPSG:4530','EPSG:2331','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=27500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2387','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4551','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','floor','EPSG:4529','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4549','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','projName','EPSG:2337','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2351','EPSG:4523','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=43500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4528','EPSG:4493','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4518','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','false_easting','EPSG:2327','EPSG:2355','4490','EPSG:2344','EPSG:2370','EPSG:2374','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=22500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4537','EPSG:4500','EPSG:2388','abs','EPSG:2369','EPSG:2383','EPSG:4514','EPSG:4610','EPSG:2381','EPSG:4535','setExtent','\x20+ellps=','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4525','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2367','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=33500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4517','EPSG:2339','EPSG:2376','\x20+units=m\x20+no_defs\x20','10kKpWFz','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','object','EPSG:4501','EPSG:2352','4733553bYOeeB','EPSG:2373','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4499','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2368','EPSG:4508','EPSG:4495','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2340','EPSG:2341','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4492','EPSG:2378','EPSG:2389','EPSG:2332','log','EPSG:2363','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','986751Pxirzd','EPSG:4543','EPSG:2360','EPSG:2350','EPSG:4497','EPSG:2334','EPSG:4539','EPSG:4513','EPSG:4506','EPSG:2356','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=32500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4521','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','false_northing','4326','EPSG:4541','EPSG:4553','EPSG:2366','4BSRVJE','EPSG:4515','ellps','8813zSoNsC','EPSG:2335','EPSG:4540','EPSG:2390','EPSG:4496','\x20+a=','EPSG:2362','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=15500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4490','EPSG:2347','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4531','EPSG:4527','+proj=tmerc\x20+lat_0=0\x20+lon_0=84\x20+k=1\x20+x_0=28500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20+x_0=','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2377','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2348','Local','EPSG:2372','1187334WFcOZe','EPSG:4533','getLastCoordinate','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','error','EPSG:2384','EPSG:4502','EPSG:4550','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2379','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=22500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4519','EPSG:2346','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','453409YxdHDn','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=13500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4542','EPSG:2336','EPSG:2328','EPSG:4505','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2385','EPSG:2364','EPSG:4545','Transverse_Mercator','EPSG:2386'];a70_0x2c0b=function(){return _0x7fdd73;};return a70_0x2c0b();}
|
|
1
|
+
(function(_0x24a36e,_0xc5d6a0){const _0x3c2bc6=a78_0xd429,_0x15f919=_0x24a36e();while(!![]){try{const _0x231959=parseInt(_0x3c2bc6(0x1ff))/0x1+parseInt(_0x3c2bc6(0x20e))/0x2+parseInt(_0x3c2bc6(0x206))/0x3+parseInt(_0x3c2bc6(0x214))/0x4*(parseInt(_0x3c2bc6(0x22b))/0x5)+-parseInt(_0x3c2bc6(0x250))/0x6*(-parseInt(_0x3c2bc6(0x1d2))/0x7)+-parseInt(_0x3c2bc6(0x27f))/0x8*(parseInt(_0x3c2bc6(0x253))/0x9)+-parseInt(_0x3c2bc6(0x264))/0xa;if(_0x231959===_0xc5d6a0)break;else _0x15f919['push'](_0x15f919['shift']());}catch(_0x512446){_0x15f919['push'](_0x15f919['shift']());}}}(a78_0x5f5a,0xad63e));import a78_0x4489e0 from'proj4';import a78_0x2d80db from'ol/proj/Projection';import a78_0x4c9947 from'proj4/lib/parseCode';import a78_0x5099aa from'proj4/lib/projections';function a78_0x5f5a(){const _0x40d1b3=['+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:4496','EPSG:2332','EPSG:2328','EPSG:2363','EPSG:4533','EPSG:2374','\x20+ellps=','4214','+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=42500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','1973482DMrroR','EPSG:4526','false_easting','EPSG:2381','EPSG:4518','+proj=tmerc\x20+lat_0=0\x20+lon_0=114\x20+k=1\x20+x_0=38500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2356','EPSG:2337','EPSG:2368','replace','+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:2388','EPSG:2386','log','EPSG:4511','+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','Local','+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=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:2390','EPSG:4501','+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=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2385','+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','getCode','EPSG:4545','+proj=tmerc\x20+lat_0=0\x20+lon_0=126\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4534','EPSG:2364','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2367','EPSG:2345','+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=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','Gauss_Kruger','EPSG:4504','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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','EPSG:4507','EPSG:4517','+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','setExtent','非标准坐标系','EPSG:2350','350154ZyRtCm','abs','+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=36500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4508','EPSG:4538','EPSG:4519','4247958ZqKbzT','EPSG:4495','EPSG:2338','+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:2341','+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','4555','EPSG:2362','2193272HfbyzD','EPSG:4536','+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:2378','EPSG:2344','+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','40bCrLvf','+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:4512','+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=39500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2336','+proj=tmerc\x20+lat_0=','EPSG:2333','EPSG:2347','+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=90\x20+k=1\x20+x_0=30500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4531','+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','EPSG:2372','+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','\x20+units=m\x20+no_defs\x20','EPSG:4502','EPSG:2327','EPSG:2389','EPSG:4505','EPSG:4494','+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=99\x20+k=1\x20+x_0=17500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','29285ODMfPb','projName','EPSG:2351','+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','+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:4513','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=31500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:4503','+proj=tmerc\x20+lat_0=0\x20+lon_0=132\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4500','EPSG:4551','EPSG:2330','EPSG:4490','\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20+x_0=','EPSG:4546','EPSG:2340','+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:2361','EPSG:2379','\x20+y_0=','EPSG:2380','getLastCoordinate','EPSG:4542','EPSG:2358','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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:4532','+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:2369','+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=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=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:2375','EPSG:4514','EPSG:2376','EPSG:4491','30PVlxRR','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=120\x20+k=1\x20+x_0=40500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','9cycfbS','+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4506','4326','EPSG:4521','+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','ellps','EPSG:4548','EPSG:2353','+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:4535','+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=111\x20+k=1\x20+x_0=37500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2342','+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:2354','EPSG:4497','29109170clvEAy','+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=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:2352','+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=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=108\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','4490','+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:2359','+proj=longlat\x20+ellps=GRS80\x20+units=degrees\x20+no_defs','EPSG:2357','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','+proj=longlat\x20+a=6378140\x20+b=6356755.288157528\x20+units=degrees\x20+no_defs','get','EPSG:4499','EPSG:4553','+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:2346','EPSG:2331','+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:2343','EPSG:4493','EPSG:2329','EPSG:2360','EPSG:4515','EPSG:2371','5678824MDHnsf','defs','EPSG:4525','EPSG:2383','error','EPSG:4524','+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=78\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2377','floor','EPSG:4547','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=34500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:2355','EPSG:4541','+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=93\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4554','EPSG:4492','4610','EPSG:4527','+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:2370','+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:4520','EPSG:4529','+proj=tmerc\x20+lat_0=0\x20+lon_0=78\x20+k=1\x20+x_0=26500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs','EPSG:2366','+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','+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','\x20+lon_0=','EPSG:2387','EPSG:4516','+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:4530','+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=120\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=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:4543','EPSG:2382','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4552','indexOf','EPSG:4522','EPSG:4610','EPSG:2348','EPSG:2384','entries','EPSG:4540','EPSG:4523','\x20+a=','EPSG:2335','EPSG:4510','\x20+k=','+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:2365','EPSG:2334','EPSG:2339','+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:2373','EPSG:2349','EPSG:4537','EPSG:4498','EPSG:4528','+proj=tmerc\x20+lat_0=0\x20+lon_0=102\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs','EPSG:4509'];a78_0x5f5a=function(){return _0x40d1b3;};return a78_0x5f5a();}import{get as a78_0xe51202}from'ol/proj';import{register}from'ol/proj/proj4.js';export function getGeoProjection(_0x1a2d4a,_0x651af7){const _0x3f315a=a78_0xd429,_0x46a619=_0x651af7[_0x3f315a(0x1eb)]();if(_0x46a619[_0x3f315a(0x1ae)](_0x3f315a(0x256))>-0x1)return new a78_0x2d80db({'code':'EPSG:3857'});else{if(_0x46a619[_0x3f315a(0x1ae)](_0x3f315a(0x26b))>-0x1){const _0x5b0323=_0x1a2d4a[_0x3f315a(0x240)](),_0x1ab635=Math[_0x3f315a(0x288)]((_0x5b0323[0x0]-1.5)/0x3)+0x1,_0x392e5d='EPSG:'+(0x1188+_0x1ab635);return new a78_0x2d80db({'code':_0x392e5d});}}return _0x651af7;}export function getSpheroidProjection(_0x10ced2){const _0x2c0340=a78_0xd429;if(isSpheroid(_0x10ced2))return _0x10ced2;const _0xff43fc=_0x10ced2[_0x2c0340(0x1eb)](),_0x83de52=a78_0x4489e0['defs'](_0xff43fc);if(_0x83de52){const {a:_0x1be3d6,rf:_0x17014b}=_0x83de52,_0x684e23={'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 [_0x3e1f78,_0xa97ebe]of Object[_0x2c0340(0x1b3)](_0x684e23)){if(_0x1be3d6===_0xa97ebe['a']&&Math[_0x2c0340(0x200)](_0x17014b?_0x17014b:0x0-_0xa97ebe['f'])<1e-15)return registerProj(_0x3e1f78),new a78_0x2d80db({'code':_0x3e1f78});}}else console[_0x2c0340(0x283)]('未找到投影定义');}export function isSpheroid(_0x1c0ccd){const _0x197817=a78_0xd429,_0x1e1687=_0x1c0ccd['getCode']();return _0x1e1687[_0x197817(0x1ae)](_0x197817(0x256))>-0x1||_0x1e1687['indexOf'](_0x197817(0x26b))>-0x1||_0x1e1687['indexOf'](_0x197817(0x1ce))>-0x1||_0x1e1687[_0x197817(0x1ae)](_0x197817(0x20c))>-0x1||_0x1e1687[_0x197817(0x1ae)](_0x197817(0x291))>-0x1?!![]:![];}function a78_0xd429(_0x5b4838,_0x1fe8f2){const _0x5f5aee=a78_0x5f5a();return a78_0xd429=function(_0xd429a0,_0x268690){_0xd429a0=_0xd429a0-0x19c;let _0x1e0c80=_0x5f5aee[_0xd429a0];return _0x1e0c80;},a78_0xd429(_0x5b4838,_0x1fe8f2);}export function registerProj(_0x51b9e6,_0x3a3f9b){const _0x3140ac=a78_0xd429;let _0x242294;_0x242294=a78_0xe51202(_0x51b9e6);if(!_0x242294)switch(_0x51b9e6){case'EPSG:4490':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x237),_0x3140ac(0x26e)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x237));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x3140ac(0x1a9):a78_0x4489e0['defs'](_0x3140ac(0x1a9),_0x3140ac(0x1c4)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4543');_0x242294&&_0x242294['setExtent']([344166.57,2338205.65,622925.7,4729373.22]);break;case'EPSG:4545':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1ec),_0x3140ac(0x26a)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1ec));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([341298.83,2012660.02,623358.71,4704933.89]);break;case _0x3140ac(0x239):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x239),_0x3140ac(0x1e1)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x239));_0x242294&&_0x242294['setExtent']([341226.58,2003802.99,618043.7,4998263.83]);break;case _0x3140ac(0x289):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x289),'+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(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x289));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([344577.88,2381397.91,617340.63,5036050.38]);break;case'EPSG:4548':a78_0x4489e0['defs'](_0x3140ac(0x25a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x25a));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([345754.3,2501017.13,0x94641,5528578.96]);break;case'EPSG:4549':a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4549',_0x3140ac(0x1a7)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4549');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([347872.25,2703739.74,599933.05,5912395.2]);break;case'EPSG:4550':a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4550',_0x3140ac(0x210)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4550');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([352748.57,3123733.99,599394.66,5937990.42]);break;case _0x3140ac(0x235):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x235),_0x3140ac(0x1ed)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x235));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([372262.47,4451705.13,600236.64,5897928.74]);break;case _0x3140ac(0x1ad):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1ad),_0x3140ac(0x1cf)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1ad));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([374503.76,4582750.41,606982.71,5569731.71]);break;case _0x3140ac(0x274):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x274),_0x3140ac(0x233)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x274));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([376543.13,4699379.62,610019.44,5417367.63]);break;case _0x3140ac(0x28f):a78_0x4489e0['defs'](_0x3140ac(0x28f),_0x3140ac(0x265)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x28f));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([383491.84,5080507.85,482969.27,5362930.84]);break;case _0x3140ac(0x1ee):a78_0x4489e0['defs'](_0x3140ac(0x1ee),_0x3140ac(0x19f)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4534');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([375272.5,3965339.75,626870.23,4502787.6]);case _0x3140ac(0x25d):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x25d),_0x3140ac(0x286)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x25d));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([356780.75,3435266.95,624607.97,4633842.66]);break;case _0x3140ac(0x20f):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4536','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x20f));_0x242294&&_0x242294['setExtent']([355189.72,3315517.28,617221.79,5083856.92]);break;case _0x3140ac(0x1c1):a78_0x4489e0['defs'](_0x3140ac(0x1c1),_0x3140ac(0x1dc)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c1));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([352803.51,3128167.77,613592.51,5233908.47]);break;case _0x3140ac(0x204):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x204),'+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x204));_0x242294&&_0x242294['setExtent']([352176.08,3077180.78,609359.83,5450729.14]);break;case'EPSG:4539':a78_0x4489e0['defs']('EPSG:4539',_0x3140ac(0x201)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4539');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([350541.6,3023992.26,611765.09,5366231.03]);break;case'EPSG:4540':a78_0x4489e0['defs'](_0x3140ac(0x1b4),_0x3140ac(0x28e)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4540');_0x242294&&_0x242294['setExtent']([352054.43,3067205.43,618002.46,5000486.51]);break;case'EPSG:4541':a78_0x4489e0['defs'](_0x3140ac(0x28c),_0x3140ac(0x1ab)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x28c));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([352762.3,3124842.44,620089.9,4930490.22]);break;case _0x3140ac(0x241):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x241),_0x3140ac(0x244)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4542');_0x242294&&_0x242294['setExtent']([344482.32,2371430.3,622787.54,4737149.55]);break;case _0x3140ac(0x230):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x230),_0x3140ac(0x28d)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4513');_0x242294&&_0x242294['setExtent']([25375272.5,3965339.75,25626870.23,4502787.6]);break;case _0x3140ac(0x24d):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x24d),'+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(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4514');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([26356780.75,3435266.95,26624607.97,4633842.66]);break;case'EPSG:4515':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x27d),'+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'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x27d));_0x242294&&_0x242294['setExtent']([27355189.72,3315517.28,27617221.79,5083856.92]);break;case _0x3140ac(0x1a3):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1a3),_0x3140ac(0x22e)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1a3));_0x242294&&_0x242294['setExtent']([28352803.51,3128167.77,28613592.51,5233908.47]);break;case _0x3140ac(0x1fa):a78_0x4489e0['defs']('EPSG:4517','+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=29500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1fa));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([29352176.08,3077180.78,29609359.83,5450729.14]);break;case _0x3140ac(0x1d6):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1d6),_0x3140ac(0x21e)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1d6));_0x242294&&_0x242294['setExtent']([30350541.6,3023992.26,30611765.09,5366231.03]);break;case _0x3140ac(0x205):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x205),_0x3140ac(0x23b)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4519');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([31352054.43,3067205.43,31618002.46,5000486.51]);break;case'EPSG:4520':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x296),'+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(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x296));_0x242294&&_0x242294['setExtent']([32352762.3,3124842.44,32620089.9,4930490.22]);break;case'EPSG:4521':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x257),'+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'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x257));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([33344482.32,2371430.3,33622787.54,4737149.55]);break;case _0x3140ac(0x1af):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1af),_0x3140ac(0x28a)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1af));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([34344166.57,2338205.65,34622925.7,4729373.22]);break;case _0x3140ac(0x1b5):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1b5),'+proj=tmerc\x20+lat_0=0\x20+lon_0=105\x20+k=1\x20+x_0=35500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1b5));_0x242294&&_0x242294['setExtent']([35345643.07,2489940.65,35623868.1,4676052.19]);break;case'EPSG:4524':a78_0x4489e0['defs'](_0x3140ac(0x284),_0x3140ac(0x217)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x284));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([36341298.83,2012660.02,36623358.71,4704933.89]);break;case'EPSG:4525':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x281),_0x3140ac(0x25f)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x281));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([37341226.58,2003802.99,37618043.7,4998263.83]);break;case _0x3140ac(0x1d3):a78_0x4489e0['defs'](_0x3140ac(0x1d3),_0x3140ac(0x1d7)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1d3));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([38344577.88,2381397.91,38617340.63,5036050.38]);break;case _0x3140ac(0x292):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x292),_0x3140ac(0x218)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x292));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([39345754.3,2501017.13,0x25c5e01,5528578.96]);break;case _0x3140ac(0x1c3):a78_0x4489e0['defs']('EPSG:4528',_0x3140ac(0x252)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c3));if(_0x242294){}break;case _0x3140ac(0x19c):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x19c),_0x3140ac(0x1ba)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4529');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([41352748.57,3123733.99,41599394.66,5937990.42]);break;case _0x3140ac(0x1a5):a78_0x4489e0['defs'](_0x3140ac(0x1a5),_0x3140ac(0x1d1)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4530');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([42372262.47,4451705.13,42600236.64,5897928.74]);break;case _0x3140ac(0x21f):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x21f),_0x3140ac(0x220)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x21f));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([43374503.76,4582750.41,43606982.71,5569731.71]);break;case'EPSG:4532':a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4532',_0x3140ac(0x268)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x246));_0x242294&&_0x242294['setExtent']([44376543.13,4699379.62,44610019.44,5417367.63]);break;case _0x3140ac(0x1cb):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1cb),_0x3140ac(0x295)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1cb));_0x242294&&_0x242294['setExtent']([45383491.84,5080507.85,45482969.27,5362930.84]);break;case'EPSG:4507':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1f9),_0x3140ac(0x1d0)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4507');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([181721.15,1965854.14,746725.01,4708206.87]);break;case _0x3140ac(0x203):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x203),_0x3140ac(0x1e1)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x203));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([179915.67,1849516.47,736087.19,5001549.83]);break;case _0x3140ac(0x1c5):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1c5),_0x3140ac(0x215)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c5));_0x242294&&_0x242294['setExtent']([184047.25,2106579.41,708208.94,5714206.25]);break;case'EPSG:4510':a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4510',_0x3140ac(0x210)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1b8));_0x242294&&_0x242294['setExtent']([196182.08,2729495.05,698769.28,5941131.59]);break;case _0x3140ac(0x1e0):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1e0),_0x3140ac(0x1cf)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4511');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([209606.47,3290627.32,702362.77,5855471.68]);break;case _0x3140ac(0x216):a78_0x4489e0['defs']('EPSG:4512',_0x3140ac(0x265)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4512');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([263541.74,4991547.88,482969.27,5362930.84]);break;case _0x3140ac(0x224):a78_0x4489e0['defs'](_0x3140ac(0x224),_0x3140ac(0x19f)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4502');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([374665.41,3922064.44,752994.91,4552715.22]);break;case _0x3140ac(0x232):a78_0x4489e0['defs'](_0x3140ac(0x232),_0x3140ac(0x269)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4503');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([206116.83,3230779.31,727179.04,5237184.74]);break;case _0x3140ac(0x1f6):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4504',_0x3140ac(0x251)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1f6));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([203003.72,3026658.93,718708.81,5453980.63]);break;case _0x3140ac(0x227):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x227),_0x3140ac(0x28e)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x227));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([204050.9,3069909.68,725045.7,5311696.64]);break;case'EPSG:4506':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x255),'+proj=tmerc\x20+lat_0=0\x20+lon_0=99\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x255));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([188253.52,2340414.16,744727.96,4787117.85]);break;case _0x3140ac(0x24f):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4491',_0x3140ac(0x1c6)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x24f));_0x242294&&_0x242294['setExtent']([13374665.41,3922064.44,13752994.91,4552715.22]);break;case _0x3140ac(0x290):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x290),_0x3140ac(0x1f7)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x290));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([14206116.83,3230779.31,14727179.04,5237184.74]);break;case _0x3140ac(0x27a):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x27a),'+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(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x27a));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([15203003.72,3026658.93,15718708.81,5453980.63]);break;case _0x3140ac(0x228):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x228),_0x3140ac(0x1ac)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x228));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([16204050.9,3069909.68,16725045.7,5311696.64]);break;case _0x3140ac(0x207):a78_0x4489e0['defs']('EPSG:4495',_0x3140ac(0x22a)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x207));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([17188253.52,2340414.16,17744727.96,4787117.85]);break;case _0x3140ac(0x1c7):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1c7),_0x3140ac(0x1be)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c7));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([18181721.15,1965854.14,18746725.01,4708206.87]);break;case'EPSG:4497':a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4497','+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=19500000\x20+y_0=0\x20+ellps=GRS80\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x263));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([19179915.67,1849516.47,19736087.19,5001549.83]);break;case _0x3140ac(0x1c2):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:4498',_0x3140ac(0x254)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c2));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([20184047.25,2106579.41,20708208.94,5714206.25]);break;case _0x3140ac(0x273):a78_0x4489e0['defs'](_0x3140ac(0x273),_0x3140ac(0x1e8)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x273));_0x242294&&_0x242294['setExtent']([21196182.08,2729495.05,21698769.28,5941131.59]);break;case _0x3140ac(0x234):a78_0x4489e0['defs']('EPSG:4500',_0x3140ac(0x24a)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:4500');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([22209606.47,3290627.32,22702362.77,5855471.68]);break;case _0x3140ac(0x1e6):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1e6),_0x3140ac(0x1f0)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1e6));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([23263541.74,4991547.88,23482969.27,5362930.84]);break;case'EPSG:4610':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1b0),_0x3140ac(0x271)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1b0));_0x242294&&_0x242294['setExtent']([-0xb4,-0x5a,0xb4,0x5a]);break;case _0x3140ac(0x23d):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x23d),_0x3140ac(0x1f8)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2379');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([344166.5,2338206.74,622925.76,4729375.42]);break;case _0x3140ac(0x23f):a78_0x4489e0['defs'](_0x3140ac(0x23f),_0x3140ac(0x21d)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x23f));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([0x5462b,2489941.81,623868.16,4676054.37]);break;case _0x3140ac(0x1d5):a78_0x4489e0['defs'](_0x3140ac(0x1d5),_0x3140ac(0x249)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1d5));_0x242294&&_0x242294['setExtent']([341298.75,2012660.96,623358.77,4704936.09]);break;case'EPSG:2382':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1aa),_0x3140ac(0x1e3)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1aa));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([341226.51,2003803.92,618043.76,4998266.16]);break;case _0x3140ac(0x282):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x282),_0x3140ac(0x1e4)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x282));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([344577.81,2381399.02,617340.68,5036052.73]);break;case _0x3140ac(0x1b2):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:2384',_0x3140ac(0x285)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1b2));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([345754.23,2501018.29,607809.05,5528581.54]);break;case _0x3140ac(0x1e9):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1e9),_0x3140ac(0x22f)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1e9));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([347872.18,0x29417d,599933.1,5912397.96]);break;case _0x3140ac(0x1de):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1de),_0x3140ac(0x293)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1de));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([352748.5,3123735.45,599394.71,5937993.2]);break;case _0x3140ac(0x1a2):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1a2),_0x3140ac(0x24b)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1a2));_0x242294&&_0x242294['setExtent']([372262.41,4451707.2,600236.68,5897931.5]);break;case _0x3140ac(0x1dd):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1dd),_0x3140ac(0x247)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1dd));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([374503.71,4582752.55,606982.76,5569734.31]);break;case _0x3140ac(0x226):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x226),_0x3140ac(0x26c)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x226));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([376543.07,4699381.82,610019.49,5417370.16]);break;case _0x3140ac(0x1e5):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1e5),_0x3140ac(0x1ea)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1e5));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([383491.79,5080510.22,482969.27,5362933.35]);break;case _0x3140ac(0x294):a78_0x4489e0['defs'](_0x3140ac(0x294),_0x3140ac(0x278)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x294));_0x242294&&_0x242294['setExtent']([375272.44,3965341.6,626870.29,4502789.7]);break;case _0x3140ac(0x27e):a78_0x4489e0['defs'](_0x3140ac(0x27e),_0x3140ac(0x222)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2371');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([356780.68,3435268.56,624608.03,4633844.82]);break;case _0x3140ac(0x221):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:2372',_0x3140ac(0x25c)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x221));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([355189.66,3315518.83,617221.84,5083859.29]);break;case _0x3140ac(0x1bf):a78_0x4489e0['defs']('EPSG:2373','+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'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1bf));_0x242294&&_0x242294['setExtent']([352803.44,3128169.23,613592.56,5233910.91]);break;case'EPSG:2374':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1cc),_0x3140ac(0x270)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1cc));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([352176.01,3077182.21,609359.88,5450731.68]);break;case _0x3140ac(0x24c):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x24c),'+proj=tmerc\x20+lat_0=0\x20+lon_0=90\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x24c));_0x242294&&_0x242294['setExtent']([350541.53,3023993.67,611765.14,5366233.54]);break;case'EPSG:2376':a78_0x4489e0[_0x3140ac(0x280)]('EPSG:2376',_0x3140ac(0x1e7)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x24e));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([352054.36,3067206.86,618002.52,5000488.84]);break;case _0x3140ac(0x287):a78_0x4489e0['defs']('EPSG:2377','+proj=tmerc\x20+lat_0=0\x20+lon_0=96\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x287));_0x242294&&_0x242294['setExtent']([352762.23,3124843.89,620089.96,4930492.52]);break;case _0x3140ac(0x211):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x211),_0x3140ac(0x1a4)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2378');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([344482.25,2371431.4,622787.6,4737151.76]);break;case _0x3140ac(0x1c0):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1c0),'+proj=tmerc\x20+lat_0=0\x20+lon_0=75\x20+k=1\x20+x_0=25500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c0));_0x242294&&_0x242294['setExtent']([25375272.44,3965341.6,25626870.29,4502789.7]);break;case'EPSG:2350':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1fe),_0x3140ac(0x19d)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1fe));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([26356780.68,3435268.56,26624608.03,4633844.82]);break;case _0x3140ac(0x22d):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x22d),_0x3140ac(0x1f4)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x22d));_0x242294&&_0x242294['setExtent']([27355189.66,3315518.83,27617221.84,5083859.29]);break;case _0x3140ac(0x267):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:2352','+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'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x267));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([28352803.44,3128169.23,28613592.56,5233910.91]);break;case'EPSG:2353':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x25b),_0x3140ac(0x261)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x25b));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([29352176.01,3077182.21,29609359.88,5450731.68]);break;case _0x3140ac(0x262):a78_0x4489e0['defs']('EPSG:2354','+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'),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2354');_0x242294&&_0x242294['setExtent']([30350541.53,3023993.67,30611765.14,5366233.54]);break;case'EPSG:2355':a78_0x4489e0['defs']('EPSG:2355',_0x3140ac(0x231)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x28b));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([31352054.36,3067206.86,31618002.52,5000488.84]);break;case'EPSG:2356':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1d8),'+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(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2356');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([32352762.23,3124843.89,32620089.96,4930492.52]);break;case _0x3140ac(0x26f):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x26f),_0x3140ac(0x20b)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2357');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([33344482.25,2371431.4,33622787.6,4737151.76]);break;case _0x3140ac(0x242):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x242),'+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(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x242));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([34344166.5,2338206.74,34622925.76,4729375.42]);break;case _0x3140ac(0x26d):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x26d),_0x3140ac(0x229)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x26d));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([0x21b54eb,2489941.81,35623868.16,4676054.37]);break;case _0x3140ac(0x27c):a78_0x4489e0['defs'](_0x3140ac(0x27c),_0x3140ac(0x202)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x27c));_0x242294&&_0x242294['setExtent']([36341298.75,2012660.96,36623358.77,4704936.09]);break;case _0x3140ac(0x23c):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x23c),_0x3140ac(0x243)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x23c));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([37341226.51,2003803.92,37618043.76,4998266.16]);break;case _0x3140ac(0x20d):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x20d),_0x3140ac(0x1a6)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x20d));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([38344577.81,2381399.02,38617340.68,5036052.73]);break;case'EPSG:2363':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1ca),_0x3140ac(0x1fb)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1ca));_0x242294&&_0x242294['setExtent']([39345754.23,2501018.29,39607809.05,5528581.54]);break;case'EPSG:2364':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1ef),_0x3140ac(0x1a8)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2364');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([40347872.18,0x29417d,40599933.1,5912397.96]);break;case _0x3140ac(0x1bb):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:2365','+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=41500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1bb));_0x242294&&_0x242294['setExtent']([41352748.5,3123735.45,41599394.71,5937993.2]);break;case _0x3140ac(0x19e):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x19e),_0x3140ac(0x258)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x19e));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([42372262.41,4451707.2,42600236.68,5897931.5]);break;case _0x3140ac(0x1f1):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1f1),_0x3140ac(0x1f3)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2367');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([43374503.71,4582752.55,43606982.76,5569734.31]);break;case'EPSG:2368':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1da),_0x3140ac(0x25e)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1da));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([44376543.07,4699381.82,44610019.49,5417370.16]);break;case _0x3140ac(0x248):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x248),_0x3140ac(0x213)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x248));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([45383491.79,5080510.22,45482969.27,5362933.35]);break;case _0x3140ac(0x279):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x279),_0x3140ac(0x21d)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x279));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([189098.51,2384748.79,746725.12,4708209.07]);break;case _0x3140ac(0x212):a78_0x4489e0['defs'](_0x3140ac(0x212),'+proj=tmerc\x20+lat_0=0\x20+lon_0=111\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2344');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([182364.58,2005744.33,736087.3,5001552.17]);break;case _0x3140ac(0x1f2):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1f2),_0x3140ac(0x285)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1f2));_0x242294&&_0x242294['setExtent']([190416.42,2452360.4,708209.04,5714208.92]);break;case _0x3140ac(0x276):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x276),_0x3140ac(0x293)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x276));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([200433.02,2917986.59,698769.38,5941134.37]);break;case'EPSG:2347':a78_0x4489e0['defs'](_0x3140ac(0x21c),'+proj=tmerc\x20+lat_0=0\x20+lon_0=129\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x21c));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([247158.43,4532694.83,702362.87,5855474.42]);break;case _0x3140ac(0x1b1):a78_0x4489e0['defs'](_0x3140ac(0x1b1),_0x3140ac(0x1ea)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1b1));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([263541.63,4991550.21,482969.27,5362933.35]);break;case _0x3140ac(0x208):a78_0x4489e0['defs'](_0x3140ac(0x208),_0x3140ac(0x278)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x208));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([374665.35,3922066.27,752995.03,4552717.34]);break;case _0x3140ac(0x1bd):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1bd),_0x3140ac(0x25c)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2339');_0x242294&&_0x242294['setExtent']([206116.69,3230780.81,727179.14,5237187.19]);break;case _0x3140ac(0x23a):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x23a),'+proj=tmerc\x20+lat_0=0\x20+lon_0=87\x20+k=1\x20+x_0=500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2340');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([203003.59,3026660.34,718708.91,5453983.17]);break;case'EPSG:2341':a78_0x4489e0['defs'](_0x3140ac(0x20a),_0x3140ac(0x1e7)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x20a));_0x242294&&_0x242294['setExtent']([204050.76,3069911.11,725045.8,5311699.12]);break;case'EPSG:2342':a78_0x4489e0['defs'](_0x3140ac(0x260),_0x3140ac(0x1a4)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x260));_0x242294&&_0x242294['setExtent']([188253.38,2340415.25,744728.08,4787120.08]);break;case _0x3140ac(0x225):a78_0x4489e0['defs'](_0x3140ac(0x225),_0x3140ac(0x209)),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2327');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([13374665.35,3922066.27,13752995.03,4552717.34]);break;case _0x3140ac(0x1c9):a78_0x4489e0[_0x3140ac(0x280)]('EPSG:2328','+proj=tmerc\x20+lat_0=0\x20+lon_0=81\x20+k=1\x20+x_0=14500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c9));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([14206116.69,3230780.81,14727179.14,5237187.19]);break;case _0x3140ac(0x27b):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x27b),_0x3140ac(0x245)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x27b));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([15203003.59,3026660.34,15718708.91,5453983.17]);break;case _0x3140ac(0x236):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x236),'+proj=tmerc\x20+lat_0=0\x20+lon_0=93\x20+k=1\x20+x_0=16500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x236));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([16204050.76,3069911.11,16725045.8,5311699.12]);break;case _0x3140ac(0x277):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x277),_0x3140ac(0x1a0)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x277));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([17188253.38,2340415.25,17744728.08,4787120.08]);break;case _0x3140ac(0x1c8):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1c8),_0x3140ac(0x266)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1c8));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([18189098.51,2384748.79,18746725.12,4708209.07]);break;case _0x3140ac(0x21b):a78_0x4489e0['defs'](_0x3140ac(0x21b),_0x3140ac(0x275)),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x21b));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([19182364.58,2005744.33,19736087.3,5001552.17]);break;case _0x3140ac(0x1bc):a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x1bc),'+proj=tmerc\x20+lat_0=0\x20+lon_0=117\x20+k=1\x20+x_0=20500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2334');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([20190416.42,2452360.4,20708209.04,5714208.92]);break;case _0x3140ac(0x1b7):a78_0x4489e0['defs'](_0x3140ac(0x1b7),'+proj=tmerc\x20+lat_0=0\x20+lon_0=123\x20+k=1\x20+x_0=21500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x1b7));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([21200433.02,2917986.59,21698769.38,5941134.37]);break;case'EPSG:2336':a78_0x4489e0[_0x3140ac(0x280)](_0x3140ac(0x219),'+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(a78_0x4489e0),_0x242294=a78_0xe51202(_0x3140ac(0x219));_0x242294&&_0x242294[_0x3140ac(0x1fc)]([22247158.43,4532694.83,22702362.87,5855474.42]);break;case _0x3140ac(0x1d9):a78_0x4489e0['defs'](_0x3140ac(0x1d9),'+proj=tmerc\x20+lat_0=0\x20+lon_0=135\x20+k=1\x20+x_0=23500000\x20+y_0=0\x20+a=6378140\x20+b=6356755.288157528\x20+units=m\x20+no_defs'),register(a78_0x4489e0),_0x242294=a78_0xe51202('EPSG:2337');_0x242294&&_0x242294[_0x3140ac(0x1fc)]([23263541.63,4991550.21,23482969.27,5362933.35]);break;default:console[_0x3140ac(0x1df)](_0x3140ac(0x1fd));let _0x45c85f=checkProj(_0x51b9e6,(_0x2c86ca,_0x262daa)=>{const _0x45c92f=_0x3140ac;if(_0x262daa[_0x45c92f(0x22c)]=='Gauss_Kruger'){let _0x76a70c=_0x51b9e6[_0x45c92f(0x1db)](_0x45c92f(0x1f5),'Transverse_Mercator');a78_0x4489e0[_0x45c92f(0x280)](_0x51b9e6,_0x76a70c);}else{if(_0x262daa['projName']==_0x45c92f(0x1e2)){const _0x39658f=_0x262daa['a']-_0x262daa['a']/_0x262daa['rf'];let _0x3b035c=_0x45c92f(0x21a)+_0x262daa['latitude_of_center']+_0x45c92f(0x1a1)+_0x262daa['longitude_of_center']+_0x45c92f(0x1b9)+_0x262daa['k0']+_0x45c92f(0x238)+_0x262daa[_0x45c92f(0x1d4)]+_0x45c92f(0x23e)+_0x262daa['false_northing']+_0x45c92f(0x1cd)+_0x262daa[_0x45c92f(0x259)]+_0x45c92f(0x1b6)+_0x262daa['a']+'\x20+b='+_0x39658f+_0x45c92f(0x223);a78_0x4489e0[_0x45c92f(0x280)](_0x51b9e6,_0x3b035c);}}});_0x45c85f&&a78_0x4489e0[_0x3140ac(0x280)](_0x51b9e6,_0x51b9e6);register(a78_0x4489e0),_0x242294=a78_0xe51202(_0x51b9e6);_0x242294&&_0x3a3f9b&&_0x242294[_0x3140ac(0x1fc)](_0x3a3f9b);}return _0x242294;}function checkProj(_0x5189e4,_0x1f7397){const _0x409ca3=a78_0xd429;var _0x5bb52c=a78_0x4c9947(_0x5189e4);if(typeof _0x5bb52c!=='object'){_0x1f7397(_0x5189e4,_0x5bb52c);return;}var _0x8204ad=a78_0x5099aa[_0x409ca3(0x272)](_0x5bb52c[_0x409ca3(0x22c)]);if(!_0x8204ad){_0x1f7397(_0x5189e4,_0x5bb52c);return;}return!![];}
|
package/utils/ResolutionUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function calculateResolution(
|
|
1
|
+
export function calculateResolution(_0x183484,_0x34fd3){const _0x1de6cf=25.4/0.28,_0x57dfed=0x3e8/25.4;return _0x183484/_0x1de6cf/_0x57dfed/_0x34fd3;}
|
package/utils/StringUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x211381,_0x26af40){const _0x18d99c=a80_0x2ed6,_0x2d2996=_0x211381();while(!![]){try{const _0x26766d=parseInt(_0x18d99c(0xa1))/0x1*(-parseInt(_0x18d99c(0xa4))/0x2)+-parseInt(_0x18d99c(0xa2))/0x3*(-parseInt(_0x18d99c(0xab))/0x4)+parseInt(_0x18d99c(0xa8))/0x5*(-parseInt(_0x18d99c(0x9f))/0x6)+-parseInt(_0x18d99c(0xa5))/0x7+parseInt(_0x18d99c(0xac))/0x8+-parseInt(_0x18d99c(0xa9))/0x9+parseInt(_0x18d99c(0x9e))/0xa;if(_0x26766d===_0x26af40)break;else _0x2d2996['push'](_0x2d2996['shift']());}catch(_0x2f362b){_0x2d2996['push'](_0x2d2996['shift']());}}}(a80_0x2250,0xb191e));import{modulo,toFixed}from'ol/math';function a80_0x2250(){const _0x4f13a3=['length','atob','335McQNEP','122265gBmYER','replace','386036IOOnmm','2742184CxFNvR','9213720HdwVnq','10860sNoKHv','floor','79cZfdVs','27qOWOXn','字符串为空','4502KslcRg','7649012ZBATRC'];a80_0x2250=function(){return _0x4f13a3;};return a80_0x2250();}import{padNumber}from'ol/string';function a80_0x2ed6(_0x388c7f,_0x47866b){const _0x225096=a80_0x2250();return a80_0x2ed6=function(_0x2ed674,_0x16b7c4){_0x2ed674=_0x2ed674-0x9e;let _0x2c695e=_0x225096[_0x2ed674];return _0x2c695e;},a80_0x2ed6(_0x388c7f,_0x47866b);}export function transformedToNumber(_0x41e469){const _0x1fc7d2=a80_0x2ed6;if(_0x41e469)return parseFloat(_0x41e469[_0x1fc7d2(0xaa)](/[^\d]/g,''));throw new Error(_0x1fc7d2(0xa3));}export function base64ToBlob(_0x39b0f7){const _0x238efb=a80_0x2ed6;let _0x5ed2f9=window[_0x238efb(0xa7)](_0x39b0f7),_0x309ec0=_0x5ed2f9[_0x238efb(0xa6)],_0x6b24ba=new Uint8Array(_0x309ec0);while(_0x309ec0--){_0x6b24ba[_0x309ec0]=_0x5ed2f9['charCodeAt'](_0x309ec0);}return new Blob([_0x6b24ba],{'type':_0x39b0f7});}export function degreesToStringHDMS(_0x1cc90e,_0x144f02){const _0x31f27f=a80_0x2ed6,_0x31ccb9=modulo(_0x1cc90e+0xb4,0x168)-0xb4,_0x403c18=Math['abs'](0xe10*_0x31ccb9),_0x3ac8cc=_0x144f02||0x0;let _0x5c40c1=Math[_0x31f27f(0xa0)](_0x403c18/0xe10),_0x1bd02b=Math[_0x31f27f(0xa0)]((_0x403c18-_0x5c40c1*0xe10)/0x3c),_0x578e39=toFixed(_0x403c18-_0x5c40c1*0xe10-_0x1bd02b*0x3c,_0x3ac8cc);_0x578e39>=0x3c&&(_0x578e39=0x0,_0x1bd02b+=0x1);_0x1bd02b>=0x3c&&(_0x1bd02b=0x0,_0x5c40c1+=0x1);let _0x1a353a=_0x5c40c1+'°';return(_0x1bd02b!==0x0||_0x578e39!==0x0)&&(_0x1a353a+='\x20'+padNumber(_0x1bd02b,0x2)+'′'),_0x578e39!==0x0&&(_0x1a353a+='\x20'+padNumber(_0x578e39,0x2,_0x3ac8cc)+'″'),_0x1a353a;}
|
package/utils/StyleUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4fc2a4,_0x195ac8){const _0x17390d=a81_0x12ad,_0x1cf5eb=_0x4fc2a4();while(!![]){try{const _0x26e4e9=-parseInt(_0x17390d(0xfa))/0x1+parseInt(_0x17390d(0xf5))/0x2+-parseInt(_0x17390d(0x101))/0x3+parseInt(_0x17390d(0x102))/0x4+-parseInt(_0x17390d(0xf0))/0x5+parseInt(_0x17390d(0xfd))/0x6+parseInt(_0x17390d(0xf7))/0x7;if(_0x26e4e9===_0x195ac8)break;else _0x1cf5eb['push'](_0x1cf5eb['shift']());}catch(_0x4f605a){_0x1cf5eb['push'](_0x1cf5eb['shift']());}}}(a81_0x5229,0x973fc));function a81_0x5229(){const _0x44fd82=['style','4260452lEQivA','esriSLSSolid','LineString','784365mSXUBn','size','color','4537110pngKrs','rgba(214,28,28,0.4)','outline','esriSMSCircle','2251062FVoBvg','1536936AnZwUa','1573005YDJoKz','#3399CC','rgba(','width','esriSFSSolid','1439562XolRQS'];a81_0x5229=function(){return _0x44fd82;};return a81_0x5229();}import{Style,Fill,Circle,Stroke}from'ol/style';export function transformedEsriStyle(_0x1b58dd){const _0x20a6aa=a81_0x12ad;let _0x4861b5=new Style();switch(_0x1b58dd[_0x20a6aa(0xf6)]){case _0x20a6aa(0x100):_0x4861b5=new Style({'image':new Circle({'fill':new Fill({'color':_0x20a6aa(0xf2)+_0x1b58dd['color'][0x0]+',\x20'+_0x1b58dd['color'][0x1]+',\x20'+_0x1b58dd['color'][0x2]+',\x20'+_0x1b58dd[_0x20a6aa(0xfc)][0x3]+')'}),'stroke':new Stroke({'color':_0x20a6aa(0xf2)+_0x1b58dd[_0x20a6aa(0xff)][_0x20a6aa(0xfc)][0x0]+',\x20'+_0x1b58dd[_0x20a6aa(0xff)]['color'][0x1]+',\x20'+_0x1b58dd[_0x20a6aa(0xff)]['color'][0x2]+',\x20'+_0x1b58dd['outline']['color'][0x3]+')','width':_0x1b58dd[_0x20a6aa(0xff)][_0x20a6aa(0xf3)]}),'radius':_0x1b58dd[_0x20a6aa(0xfb)]/0x2+0x1})});break;case _0x20a6aa(0xf8):_0x4861b5=new Style({'stroke':new Stroke({'color':_0x20a6aa(0xf2)+_0x1b58dd[_0x20a6aa(0xfc)][0x0]+',\x20'+_0x1b58dd['color'][0x1]+',\x20'+_0x1b58dd[_0x20a6aa(0xfc)][0x2]+',\x20'+_0x1b58dd[_0x20a6aa(0xfc)][0x3]+')','width':_0x1b58dd['width']})});break;case _0x20a6aa(0xf4):_0x4861b5=new Style({'fill':new Fill({'color':'rgba('+_0x1b58dd[_0x20a6aa(0xfc)][0x0]+',\x20'+_0x1b58dd[_0x20a6aa(0xfc)][0x1]+',\x20'+_0x1b58dd[_0x20a6aa(0xfc)][0x2]+',\x20'+_0x1b58dd[_0x20a6aa(0xfc)][0x3]+')'}),'stroke':new Stroke({'color':_0x20a6aa(0xf2)+_0x1b58dd[_0x20a6aa(0xff)][_0x20a6aa(0xfc)][0x0]+',\x20'+_0x1b58dd[_0x20a6aa(0xff)][_0x20a6aa(0xfc)][0x1]+',\x20'+_0x1b58dd[_0x20a6aa(0xff)][_0x20a6aa(0xfc)][0x2]+',\x20'+_0x1b58dd[_0x20a6aa(0xff)][_0x20a6aa(0xfc)][0x3]+')','width':_0x1b58dd[_0x20a6aa(0xff)]['width']})});break;default:break;}return _0x4861b5;}function a81_0x12ad(_0x7ac961,_0x346ebc){const _0x52292b=a81_0x5229();return a81_0x12ad=function(_0x12adfe,_0x1f7156){_0x12adfe=_0x12adfe-0xf0;let _0x4c875d=_0x52292b[_0x12adfe];return _0x4c875d;},a81_0x12ad(_0x7ac961,_0x346ebc);}export function highLightSymbol(_0xc031f5){const _0x2f2ebe=a81_0x12ad;let _0x43fe45;if(_0xc031f5=='Polygon')_0x43fe45=new Style({'fill':new Fill({'color':_0x2f2ebe(0xfe)}),'stroke':new Stroke({'color':'#3399CC','width':2.5})});else{if(_0xc031f5==_0x2f2ebe(0xf9))_0x43fe45=new Style({'stroke':new Stroke({'color':_0x2f2ebe(0xf1),'width':2.5})});else _0xc031f5=='Point'&&(_0x43fe45=new Style({'image':new Circle({'radius':0x5,'fill':new Fill({'color':_0x2f2ebe(0xfe)}),'stroke':new Stroke({'color':'#3399CC','width':2.5})})}));}return _0x43fe45;}
|
package/utils/UrlUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2225a7,_0x1414cb){const _0x3a6665=a88_0x128e,_0x24d0aa=_0x2225a7();while(!![]){try{const _0x23d9d6=-parseInt(_0x3a6665(0x1f3))/0x1*(parseInt(_0x3a6665(0x1f9))/0x2)+-parseInt(_0x3a6665(0x1f4))/0x3+parseInt(_0x3a6665(0x1f1))/0x4*(parseInt(_0x3a6665(0x1e1))/0x5)+parseInt(_0x3a6665(0x1f5))/0x6*(parseInt(_0x3a6665(0x1de))/0x7)+-parseInt(_0x3a6665(0x1e7))/0x8+-parseInt(_0x3a6665(0x1e3))/0x9*(-parseInt(_0x3a6665(0x1f7))/0xa)+parseInt(_0x3a6665(0x1f6))/0xb*(-parseInt(_0x3a6665(0x1e0))/0xc);if(_0x23d9d6===_0x1414cb)break;else _0x24d0aa['push'](_0x24d0aa['shift']());}catch(_0x570ee8){_0x24d0aa['push'](_0x24d0aa['shift']());}}}(a88_0x5266,0x3669c));export function addArgument(_0x371101,_0xf91709,_0x146444){const _0x437268=a88_0x128e,_0x2413fb=new RegExp(_0x437268(0x1e2)+_0xf91709+'=)([^&]*)','gi');if(_0x371101[_0x437268(0x1e8)](_0x2413fb))_0x371101=_0x371101[_0x437268(0x1e6)](_0x2413fb,_0x527aa0=>_0x527aa0[0x0]+_0xf91709+'='+_0x146444);else{var _0x3f40e9=_0xf91709+'='+_0x146444,_0x567eea=_0x371101[_0x437268(0x1df)]('?');let _0x4b3868=_0x371101;_0x567eea>-0x1&&_0x371101[_0x437268(0x1df)](_0x437268(0x1ea))>-0x1&&(_0x4b3868=_0x371101['substring'](_0x567eea+0x1),_0x567eea=_0x4b3868[_0x437268(0x1df)]('?'));if(_0x567eea<0x0)_0x371101+='?';else _0x567eea>=0x0&&_0x567eea!==_0x4b3868[_0x437268(0x1e4)]-0x1&&(_0x371101+='&');_0x371101=_0x371101+_0x3f40e9;}return _0x371101;}export function appendParam(_0x229f55,_0x1729f7){const _0x9818f4=a88_0x128e;var _0x452c86=_0x229f55[_0x9818f4(0x1df)]('?');let _0x40fb35=_0x229f55;if(_0x452c86>-0x1&&_0x229f55['indexOf'](_0x9818f4(0x1ea))>-0x1){let _0x5d17be=_0x452c86+0x1;_0x40fb35=_0x229f55[_0x9818f4(0x1e5)](_0x452c86+0x1),_0x452c86=_0x40fb35[_0x9818f4(0x1df)]('?');}return _0x452c86>-0x1?_0x229f55+'&'+_0x1729f7:_0x229f55+'?'+_0x1729f7;}export function appendPath(_0x11e485,_0x1943a8){const _0xdaccba=a88_0x128e;var _0x92aaff=_0x11e485[_0xdaccba(0x1df)]('?');let _0x3b2bdb=_0x11e485;if(_0x92aaff>-0x1&&_0x11e485['indexOf'](_0xdaccba(0x1ea))>-0x1){let _0x1dfa94=_0x92aaff+0x1;_0x3b2bdb=_0x11e485['substring'](_0x92aaff+0x1),_0x92aaff=_0x3b2bdb[_0xdaccba(0x1df)]('?'),_0x92aaff>-0x1&&(_0x92aaff+=_0x1dfa94);}return _0x92aaff>-0x1?_0x11e485['substring'](0x0,_0x92aaff)+'/'+_0x1943a8+_0x11e485[_0xdaccba(0x1e5)](_0x92aaff):_0x11e485+'/'+_0x1943a8;}function a88_0x128e(_0x20a20d,_0x4e1519){const _0x5266c7=a88_0x5266();return a88_0x128e=function(_0x128e73,_0x2485f3){_0x128e73=_0x128e73-0x1de;let _0x49a48e=_0x5266c7[_0x128e73];return _0x49a48e;},a88_0x128e(_0x20a20d,_0x4e1519);}export function getUrlParams(_0xf4b89c){const _0x61d3d9=a88_0x128e;var _0x754daa,_0x5b4ccc;let _0x220855=_0xf4b89c[_0x61d3d9(0x1df)](_0x61d3d9(0x1ea)),_0x69ebef;_0x220855>-0x1?_0xf4b89c[_0x61d3d9(0x1df)]('?',_0x220855+0x3)>-0x1&&(_0x69ebef=(_0x754daa=_0xf4b89c[_0x61d3d9(0x1ed)]('?'))===null||_0x754daa===void 0x0?void 0x0:_0x754daa[0x2]):_0xf4b89c[_0x61d3d9(0x1df)]('?')>-0x1&&(_0x69ebef=(_0x5b4ccc=_0xf4b89c[_0x61d3d9(0x1ed)]('?'))===null||_0x5b4ccc===void 0x0?void 0x0:_0x5b4ccc[0x1]);if(_0x69ebef)return createParamByQuery(_0x69ebef);return[];}function createParamByQuery(_0x20b1a5){const _0x2c84f0=a88_0x128e;let _0x22344f=_0x20b1a5['split']('&');return _0x22344f[_0x2c84f0(0x1f8)](_0x3947fd=>{const _0x22d10a=_0x2c84f0;var _0x402dd7=_0x3947fd[_0x22d10a(0x1ed)]('=');return{'name':_0x402dd7[0x0],'value':_0x402dd7[0x1]};});}export function parseImage(_0xcae08,_0x1cc97f){let _0x48802f='';if(_0xcae08){if(_0xcae08['match'](/^(data|http|https)/))_0x48802f=_0xcae08;else{if(_0xcae08['match'](/Assets/))_0x48802f=_0xcae08;else{}}}return _0x48802f;}function a88_0x5266(){const _0x2cdf0d=['click','213140SNbncz','appendChild','1DkLXzK','224421azerZM','18lFsldo','429wdjseE','869620pLKdrN','map','492696uOBhXo','target','950719nYZbRL','indexOf','21132StqqOL','5YqYHdO','[\x5c?&](','27reUuCl','length','substring','replace','871296JuKMrU','match','revokeObjectURL','?http','_blank','createElement','split','body','setAttribute'];a88_0x5266=function(){return _0x2cdf0d;};return a88_0x5266();}export function downloadBlob(_0x50bddf,_0x3b4736){const _0x58db1d=a88_0x128e,_0x2973b2=URL['createObjectURL'](_0x50bddf);var _0x285422=document[_0x58db1d(0x1ec)]('a');_0x285422[_0x58db1d(0x1ef)]('href',_0x2973b2),_0x285422[_0x58db1d(0x1ef)](_0x58db1d(0x1fa),_0x58db1d(0x1eb)),_0x285422['setAttribute']('download',_0x3b4736),document[_0x58db1d(0x1ee)][_0x58db1d(0x1f2)](_0x285422),_0x285422[_0x58db1d(0x1f0)](),document[_0x58db1d(0x1ee)]['removeChild'](_0x285422),URL[_0x58db1d(0x1e9)](_0x2973b2);}
|
package/utils/XmlUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a89_0x4cfd(_0x21a534,_0x1214b4){const _0x276548=a89_0x2765();return a89_0x4cfd=function(_0x4cfdc0,_0x1aa7dc){_0x4cfdc0=_0x4cfdc0-0xe0;let _0x247c77=_0x276548[_0x4cfdc0];return _0x247c77;},a89_0x4cfd(_0x21a534,_0x1214b4);}(function(_0x344c11,_0x5472b0){const _0x38e203=a89_0x4cfd,_0x1c36b0=_0x344c11();while(!![]){try{const _0x46b89d=parseInt(_0x38e203(0xe5))/0x1*(parseInt(_0x38e203(0xe9))/0x2)+parseInt(_0x38e203(0xea))/0x3*(-parseInt(_0x38e203(0xef))/0x4)+parseInt(_0x38e203(0xe2))/0x5+parseInt(_0x38e203(0xe1))/0x6+parseInt(_0x38e203(0xe8))/0x7*(-parseInt(_0x38e203(0xeb))/0x8)+parseInt(_0x38e203(0xee))/0x9*(-parseInt(_0x38e203(0xf0))/0xa)+-parseInt(_0x38e203(0xed))/0xb;if(_0x46b89d===_0x5472b0)break;else _0x1c36b0['push'](_0x1c36b0['shift']());}catch(_0x3ab1e3){_0x1c36b0['push'](_0x1c36b0['shift']());}}}(a89_0x2765,0x5ea98));export function readXml(_0x178d0f){const _0x5af79a=a89_0x4cfd;let _0x246006;return window[_0x5af79a(0xe4)]?_0x246006=new DOMParser()[_0x5af79a(0xe6)](_0x178d0f,'text/xml'):(_0x246006=new ActiveXObject(_0x5af79a(0xec)),_0x246006[_0x5af79a(0xe0)]=_0x5af79a(0xe3),_0x246006[_0x5af79a(0xe7)](_0x178d0f)),_0x246006;}function a89_0x2765(){const _0x3135ca=['270044snCRlw','6UnYQdc','392JZGSjv','Microsoft.XMLDOM','227469HJSTWg','9awIJTH','252652ByzMkj','4831940MladWa','async','2147844TRurBc','2804635BCYxaA','false','DOMParser','2LxPNDu','parseFromString','loadXML','24430bzzfSx'];a89_0x2765=function(){return _0x3135ca;};return a89_0x2765();}
|