JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q81202F
  • License Apache-2.0

LithoSphere is a GIS JavaScript library for building 3D tile-based globes in the web browser.

Package Exports

  • lithosphere
  • lithosphere/public/dist/lithosphere.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lithosphere) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


LithoSphere

LithoSphere

A free tile-based 3D globe renderer built with Three.js

npm version travis build lgtm code quality

LithoSphere is a completely free and open-sourced tile-based 3D globe renderer. First built within the Geographical Information System (GIS) application MMGIS, LithoSphere has been pulled out and refactored into a standalone, mapping focused, JavaScript library. At its core sits the brilliant Three.js library with all its extensible familiarity.

LIVE DEMO


Quick Start

npm install lithosphere

Head over to the Documentation pages for more or checkout /example.html.

Example Screenshot

Features

  • Fully configurable layer types:
    • Vector
    • Clamped
    • Overlay (upcoming)
    • Tile
    • Tile3d
    • Model
    • Curtain
  • Adjustable planetary radii
  • Scripts for tiling Digital Elevation Maps (DEM) and custom projections
  • Various tile formats:
    • TMS
    • WMTS
    • WMS
  • Full Proj4 support to render tile sets of any projection
  • A suite of pluginable UI controls:
    • Compass
    • Layers
    • Walk
    • Observe
    • Home
    • Exaggerate
    • Crop (upcoming?)
    • Controls
    • Coordinates
    • Link
  • The ability to use custom parsers for your own tiled data formats
  • And more!