Skip to main content

Overview

From-v3.0

logo

Installation

For CLI

npm install @loaders.gl/tile-converter

For API

npm install @loaders.gl/core
npm install @loaders.gl/tile-converter

Command Line Utilities

tile-converter - the npx tool for launch conversion

API

A JavaScript API is also available:

  • I3SConverter class that converts 3DTiles to I3S
  • Tiles3DConverter class that converts I3S to 3DTiles

Note: the command line tools are implemented using this API and offer the same functions.

References

Additional build instructions

There are additional ways to perform conversion:

  • Tile converter can be run right on a repository branch. It might be helpful if some updates are needed which last release doesn't contain Build instructions.
  • An autonomous bundle script can be built. It is entire converter in just 1 file. This file can be destributed directly to interested but not experienced user. See instructions.

Attribution

The tile-converter module represents a major development effort and was funded and contributed to loaders.gl by Esri.

logo

MIT License.