Merge pull request #673 from colouring-london/fix/494-tile-bounds
Correct tile renderer map bounds for London
This commit is contained in:
commit
f0c2694ab2
@ -23,7 +23,7 @@ const STITCH_THRESHOLD = 12;
|
|||||||
* Hard-code extent so we can short-circuit rendering and return empty/transparent tiles outside the area of interest
|
* Hard-code extent so we can short-circuit rendering and return empty/transparent tiles outside the area of interest
|
||||||
* bbox in CRS epsg:3857 in form: [w, s, e, n]
|
* bbox in CRS epsg:3857 in form: [w, s, e, n]
|
||||||
*/
|
*/
|
||||||
const EXTENT_BBOX: BoundingBox = [-61149.622628, 6667754.851372, 28128.826409, 6744803.375884];
|
const EXTENT_BBOX: BoundingBox = [-61149.622628, 6667754.851372, 37183, 6744803.375884];
|
||||||
|
|
||||||
const allLayersCacheSwitch = parseBooleanExact(process.env.CACHE_TILES) ?? true;
|
const allLayersCacheSwitch = parseBooleanExact(process.env.CACHE_TILES) ?? true;
|
||||||
const dataLayersCacheSwitch = parseBooleanExact(process.env.CACHE_DATA_TILES) ?? true;
|
const dataLayersCacheSwitch = parseBooleanExact(process.env.CACHE_DATA_TILES) ?? true;
|
||||||
|
Loading…
Reference in New Issue
Block a user