@earthview/core 0.2.1 → 0.2.5

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/README.md CHANGED
@@ -24,11 +24,11 @@ A reliable geographic information graphics system developed based on OpenLayers.
24
24
  ## ⚙️ Install
25
25
 
26
26
  ```bash
27
- npm i @candleview/core
27
+ npm i @earthview/core
28
28
  ```
29
29
 
30
30
  ```bash
31
- yarn add @candleview/core
31
+ yarn add @earthview/core
32
32
  ```
33
33
 
34
34
  ## Quick Start
package/dist/index.d.ts CHANGED
@@ -367,7 +367,9 @@ export declare class EarthView {
367
367
  private selectedPointPickId;
368
368
  private selectedLinePickId;
369
369
  private selectedPolygonPickId;
370
+ private static globalStylesInjected;
370
371
  constructor(options: EarthViewOptions);
372
+ private injectGlobalStyles;
371
373
  private initEventManager;
372
374
  private resolveContainer;
373
375
  private createAutoContainer;
@@ -840,6 +842,8 @@ export declare interface TileLayerConfig {
840
842
  export declare function toWGS84(lng: number, lat: number, fromSystem: CoordinateSystemTypeEnum): [number, number];
841
843
 
842
844
  export declare interface Translations {
845
+ topScroll: string;
846
+ bottomScroll: string;
843
847
  pleaseEnterText: string;
844
848
  longitude: string;
845
849
  latitude: string;