style borough labels across all zoom levels
This commit is contained in:
parent
fbc4b7d858
commit
23dad86f7f
@ -63,7 +63,7 @@ function cacheOrCreateBuildingTile(tileParams: TileParams, dataParams: any): Pro
|
||||
}
|
||||
|
||||
function stitchOrRenderBuildingTile(tileParams: TileParams, dataParams: any): Promise<Tile> {
|
||||
if (tileParams.z <= STITCH_THRESHOLD) {
|
||||
if (tileParams.z <= STITCH_THRESHOLD && tileParams.tileset != "base_boroughs") {
|
||||
// stitch tile, using cache recursively
|
||||
return stitchTile(tileParams, dataParams, cacheOrCreateBuildingTile);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user