Search code examples
mapboxmapbox-gl-jscesiumjsvector-tiles

Mapbox Tiling Service with Cesium


I have the Mapbox vector tiles on "Mapbox Tiling Service" (MTS). But I am not sure, how can I use MTS in my Cesium.js app. Does anyone have any insights into loading Tiles from MTS in Cesium?

Thanks in advance!


Solution

  • You must create a custom ImageryProvider(maybe MapboxVectorTileImageryProvider) that implements this interface.

    https://cesium.com/learn/cesiumjs/ref-doc/ImageryProvider.html?classFilter=ImageryProvider

    In MapboxVectorTileImageryProvider you can use Mapbox-vector-tiles-basic-js-renderer