TileSettings interface

Configuration for map tile visualization.

Properties

defaultLocation

Default map location when displaying this collection.

maxItemsPerTile

Maximum number of items to include in a single tile.

minZoom

The minimum zoom level that can be requested for this collection. Provides a hard limit for the tile servers to ensure they don't get requests for low zoom levels, which would cause many files to be fetched and the tile servers to hang.

Property Details

defaultLocation

Default map location when displaying this collection.

defaultLocation?: DefaultLocation

Property Value

maxItemsPerTile

Maximum number of items to include in a single tile.

maxItemsPerTile: number

Property Value

number

minZoom

The minimum zoom level that can be requested for this collection. Provides a hard limit for the tile servers to ensure they don't get requests for low zoom levels, which would cause many files to be fetched and the tile servers to hang.

minZoom: number

Property Value

number