Add tiles to avoid 404s in rendering tests
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 138 KiB |
@@ -37,7 +37,7 @@ new Map({
|
|||||||
source: new VectorTileSource({
|
source: new VectorTileSource({
|
||||||
format: new MVT(),
|
format: new MVT(),
|
||||||
tileGrid: createXYZ(),
|
tileGrid: createXYZ(),
|
||||||
url: '/data/tiles/mvt/{z}-{x}-{y}.vector.pbf',
|
url: '/data/tiles/mapbox-streets-v6/{z}/{x}/{y}.vector.pbf',
|
||||||
transition: 0
|
transition: 0
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 139 KiB |
@@ -11,7 +11,7 @@ const map = new Map({
|
|||||||
source: new VectorTileSource({
|
source: new VectorTileSource({
|
||||||
format: new MVT(),
|
format: new MVT(),
|
||||||
tileGrid: createXYZ(),
|
tileGrid: createXYZ(),
|
||||||
url: '/data/tiles/mvt/{z}-{x}-{y}.vector.pbf',
|
url: '/data/tiles/mapbox-streets-v6/{z}/{x}/{y}.vector.pbf',
|
||||||
transition: 0
|
transition: 0
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 142 KiB |
@@ -11,7 +11,7 @@ new Map({
|
|||||||
source: new VectorTileSource({
|
source: new VectorTileSource({
|
||||||
format: new MVT(),
|
format: new MVT(),
|
||||||
tileGrid: createXYZ(),
|
tileGrid: createXYZ(),
|
||||||
url: '/data/tiles/mvt/{z}-{x}-{y}.vector.pbf',
|
url: '/data/tiles/mapbox-streets-v6/{z}/{x}/{y}.vector.pbf',
|
||||||
transition: 0
|
transition: 0
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
BIN
rendering/data/tiles/mapbox-streets-v6/14/8937/5679.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8937/5679.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8937/5680.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8937/5680.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8937/5681.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8937/5681.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8938/5679.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8938/5679.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8938/5680.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8938/5680.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8938/5681.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8938/5681.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8939/5679.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8939/5679.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8939/5680.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8939/5680.vector.pbf
Normal file
Binary file not shown.
BIN
rendering/data/tiles/mapbox-streets-v6/14/8939/5681.vector.pbf
Normal file
BIN
rendering/data/tiles/mapbox-streets-v6/14/8939/5681.vector.pbf
Normal file
Binary file not shown.
Binary file not shown.
@@ -161,7 +161,7 @@ class CanvasTileLayerRenderer extends CanvasLayerRenderer {
|
|||||||
viewCenter[1] + dy
|
viewCenter[1] + dy
|
||||||
];
|
];
|
||||||
|
|
||||||
const tileRange = tileGrid.getTileRangeForExtentAndZ(frameState.extent, z);
|
const tileRange = tileGrid.getTileRangeForExtentAndZ(extent, z);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {Object<number, Object<string, import("../../Tile.js").default>>}
|
* @type {Object<number, Object<string, import("../../Tile.js").default>>}
|
||||||
|
|||||||
Reference in New Issue
Block a user