@openglobus/og 0.27.5 → 0.27.7

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.
@@ -333,6 +333,7 @@ declare class Renderer {
333
333
  * @returns {Vec3 | undefined} -
334
334
  */
335
335
  getCartesianFromPixel(px: Vec2 | IBaseInputState): Vec3 | undefined;
336
+ getCartesianFromPixelAsync(px: Vec2 | IBaseInputState): Promise<Vec3 | undefined>;
336
337
  getDepthMinDistance(): number;
337
338
  getDepthMinDistanceAsync(): Promise<number>;
338
339
  setOrthographicProjection(isOrtho: boolean): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openglobus/og",
3
- "version": "0.27.5",
3
+ "version": "0.27.7",
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",