OptionalattributionThe attribution of the data. Store as { 'presentation name': 'href' }.
OptionalbuildShould the indices be built for polygon data for faster rendering (file cost increases). [Default: true]
OptionaldescriptionThe description of the data
OptionalencodingThe encoding format. Can be either 'gz', 'br', 'zstd' or 'none'. [Default: 'none']
OptionalextensionSpecify 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']OptionalgridThe 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']
OptionalrasterThe raster sources that will be conjoined into a single rgba pixel index for tile extraction
OptionalthreadsSet 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
OptionalvectorThe vector sources that the tile is built from and how the layers are to be stored.
Created using { [sourceName: string]: FeatureIterator }
See: FeatureIterator
OptionalversionUser defined versioning for their data
A user defined guide on building the vector tiles