Tile buffer size on each side (measured in 1/512ths of a tile; higher means fewer rendering artifacts near tile edges but slower performance). Default is `128`.
If the data includes geometry outside the tile boundaries, setting this to true clips the geometry to the tile boundaries. Default is `false`;
Size of the tiles. Tile size must be a power of 2. Default is `512`.
Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance). Default is `0.375`.
If the data includes wrapped coordinates, setting this to true unwraps the coordinates. Default is `false`;