Expand description
Cesium layer.json (TerrainProvider metadata) builder.
layer.json is the manifest Cesium fetches before any terrain tiles
to learn the format, tiling scheme, attribution, extensions, and
per-zoom-level tile availability. This module ships the serde-typed
LayerJson struct, a LayerJsonConfig builder, and helpers for
filling TileAvailability ranges from geographic bounds (via the
schemes in crate::tile_coords).
Reference: https://github.com/CesiumGS/cesium/wiki/layer.json
Structs§
- Layer
Json - Serializable Cesium
layer.jsonstructure. - Layer
Json Config - Builder-style configuration for assembling a
LayerJson. - Tile
Availability - One available tile range at a single zoom level.
Enums§
- Terrain
Format - Terrain format advertised in
format. - Tiling
Scheme - Tiling scheme advertised in
scheme.