@openglobus/og 0.25.1 → 0.25.3

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.
@@ -579,6 +579,7 @@ export declare class Planet extends RenderNode {
579
579
  * @public
580
580
  * @returns {Extent} -
581
581
  */
582
+ getExtent(): Extent;
582
583
  getViewExtent(): Extent;
583
584
  /**
584
585
  * Sets camera to the planet geographical position.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "@openglobus/og",
3
- "version" : "0.25.1",
3
+ "version" : "0.25.3",
4
4
  "description" : "[openglobus](https://www.openglobus.org/) is a javascript/typescript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers, and 3D objects. It uses the WebGL technology, open source, and completely free.",
5
5
  "main" : "lib/og.es.js",
6
6
  "types" : "lib/index.d.ts",