gis-common 5.1.18 → 5.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -401,7 +401,7 @@ export declare interface Coordinate {
401
401
 
402
402
  export declare type CoordinateArray = [number, number] | [number, number, number];
403
403
 
404
- export declare class {
404
+ export declare class CoordsUtil {
405
405
  private static readonly PI;
406
406
  private static readonly XPI;
407
407
  private static delta;
@@ -871,7 +871,7 @@ export declare const GeoJsonUtil: {
871
871
 
872
872
  export declare type GeometryType = 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon';
873
873
 
874
- export declare class {
874
+ export declare class GeoUtil {
875
875
  static readonly toRadian: number;
876
876
  static readonly R = 6371393;
877
877
  static readonly R_EQU = 6378137;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-common",
3
- "version": "5.1.18",
3
+ "version": "5.1.19",
4
4
  "author": "Guo.Yan <luv02@vip.qq.com>",
5
5
  "license": "MIT",
6
6
  "private": false,