Decoder for the Quantized Mesh 1.0 format
npm install @here/quantized-mesh-decoderQuantized Mesh Decoder
===========================================
JavaScript decoder for the Quantized Mesh format.
Note: This is experimental code, expect changes.
The module is installable via yarn (or npm):
``sh`
yarn add @here/quantized-mesh-decoder
`sh`
npm install @here/quantized-mesh-decoder
`javascript
import decode from '@here/quantized-mesh-decoder'
decode(buffer, options)
`
* buffer: ArrayBuffer
* options: DecoderOptions
##### DecoderOptions
* maxDecodingStep: Number
Limits how deep decoder should go. Takes of the properties of the DECODING_STEPS map. See import { DECODING_STEPS } from '@here/quantized-mesh-decoder' . DECODING_STEPS.extensions
Default: .
* Quantized Mesh Specification
* Quantized Mesh Viewer
* TIN Terrain — tool that generates Quantized Mesh tiles out of GeoTIFF
- ./src/assets/tile-with-extensions.terrain: Cesium World Terrain from Cesium ion./src/assets/tile-opentin.terrain`: Open data from brazilian government IBGE, processed using TIN Terrain
-
Copyright (C) 2018-2019 HERE Europe B.V.
See the LICENSE file in the root of this project for license details.