Optional
attributionThe attribution of the data. Store as { 'presentation name': 'href' }
.
Optional
buildShould the indices be built for polygon data for faster rendering (file cost increases). [Default: true]
Optional
descriptionThe description of the data
Optional
encodingThe encoding format. Can be either 'gz', 'br', 'zstd' or 'none'. [Default: 'none']
Optional
extensionSpecify the image type. e.g. 'pbf', 'png', 'jpg', 'webp', etc. [Default: 'pbf']
The vector format if applicable helps define how the vector data is stored.
raster
format is used speciially for raster ONLY data. Ensures the data is stored as a raster
[Default: 'open-s2']Optional
gridThe grid sources that will be conjoined into a single grid index for tile extraction
The guides on how to build the various data See: LayerGuide
The name of the data
What kind of output format should be used. Used for describing either S2 or WM projections. [Default: 'fzxy']
Optional
rasterThe raster sources that will be conjoined into a single rgba pixel index for tile extraction
Optional
threadsSet the number of threads to use. [Default: 1]
The data created will be stored in either a folder structure or a pmtiles file Folder structure is either '{face}/{zoom}/{x}/{y}.pbf' or '{zoom}/{x}/{y}.pbf'. PMTiles store all data in a single data file. See: TileWriter
Optional
vectorThe vector sources that the tile is built from and how the layers are to be stored.
Created using { [sourceName: string]: FeatureIterator }
See: FeatureIterator
Optional
versionUser defined versioning for their data
A user defined guide on building the vector tiles