🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

cesium-cartographic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cesium-cartographic

Math helper extensions for cartographic calculation in Cesium.js

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

cesium-cartographic Tweet

GitHub Repo stars Website Node.js CI npm Coverage Status

Math helper extensions for cartographic calculation in Cesium.js

Installation

npm install --save cesium cesium-cartographic

Usage

import * as cc from 'cesium-cartographic'
import * as Cesium from 'cesium'

cc.greatCircleGroundDistance(Cesium.Cartographic.fromDegrees(0, 0, 0), Cesium.Cartographic.fromDegrees(1, 1, 0))

See the documentation for the rest.

References

A huge thank you to Chris Veness for its JavaScript implementations in geodesy.

Keywords

cesium

FAQs

Package last updated on 14 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts