UNPKG

@openglobus/og

Version:

[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 fr

10 lines (9 loc) 160 B
/** * @module og/proj/EPSG4326 */ import { Proj } from "./Proj"; /** * EPSG:4326 projection object. * @type {Proj} */ export declare const EPSG4326: Proj;