1. A concise explanation of the problem you’re experiencing.
I am trying to use Natural earth Tiles with cesium in offline mode.
Vector tiles over this website I would love to use in our application.
But I am not sure what is correct way to use. Any help regarding this are welcome.
2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
Context:-
I am trying to have offline map with cesium which will have state and country district boundaries and probably major cities. Alternative idea might also be helpful
4. The Cesium version you’re using, your operating system and browser.
It looks like part of that is raster imagery, which Cesium supports quite well! In fact there’s a Sandcastle example using Natural Earth imagery:
For vector tiles, there’s currently only experiment support for vector tiles, in the 3D Tiles format, not the Mapbox format. So I don’t think there’s an easy way to display those in CesiumJS right now.
Although there seems to be a MapboxImageryProvider but I think that might also be specifically for raster imagery: