JSPM

cesium-gz-parser

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q27051F
  • License MIT

Add 3dtiles to parser GZip

Package Exports

  • cesium-gz-parser

Readme

cesium-gz-parser

针对事先将3d tiles数据压缩成gzip提供的插件 Alt text Alt text

npm install cesium-gz-parser
#or
yarn add cesium-gz-parser

使用方法

import { loadCesiumGzParser } from 'cesium-gz-parser';
import * as Cesium from 'cesium';
loadCesiumGzParser(Cesium);