Add tiles to avoid 404s in rendering tests

This commit is contained in:
Tim Schaub
2018-11-19 13:44:21 -07:00
parent 9863e25f5e
commit 7036064ffc
17 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ new Map({
source: new VectorTileSource({
format: new MVT(),
tileGrid: createXYZ(),
url: '/data/tiles/mvt/{z}-{x}-{y}.vector.pbf',
url: '/data/tiles/mapbox-streets-v6/{z}/{x}/{y}.vector.pbf',
transition: 0
})
})