Socket
Socket
Sign inDemoInstall

cesium-cartographic

Package Overview
Dependencies
40
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cesium-cartographic

Math helper extensions for cartographic calculation in Cesium.js


Version published
Maintainers
1
Install size
9.58 MB
Created

Readme

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

FAQs

Last updated on 14 Jan 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc