Fix: raster-fade-duration is ignored (issue #5038) #6053
+59
−11
Annotations
4 errors
|
|
|
src/source/source_cache.test.ts#L2199
TypeError: Cannot read properties of null (reading 'tileID')
❯ src/source/source_cache.test.ts:2199:54
|
|
src/source/source_cache.test.ts#L2167
AssertionError: expected null to be Tile{ timeAdded: +0, …(15) } // Object.is equality
- Expected:
Tile {
"buckets": {},
"dependencies": {},
"expirationTime": null,
"expiredRequestCount": 0,
"fadeEndTime": 0,
"hasRTLText": false,
"hasSymbolBuckets": false,
"queryPadding": 0,
"rtt": [],
"rttCoords": {},
"state": "loading",
"tileID": OverscaledTileID {
"canonical": CanonicalTileID {
"key": "011",
"x": 0,
"y": 0,
"z": 1,
},
"key": "011",
"overscaledZ": 1,
"terrainRttPosMatrix32f": null,
"wrap": 0,
},
"tileSize": 512,
"timeAdded": 0,
"uid": 194,
"uses": 0,
}
+ Received:
null
❯ src/source/source_cache.test.ts:2167:84
|
|
src/source/source_cache.test.ts#L2153
AssertionError: expected null to deeply equal { …(2) }
- Expected:
{
"hasData": [Function hasData],
"tileID": OverscaledTileID {
"canonical": CanonicalTileID {
"key": "011",
"x": 0,
"y": 0,
"z": 1,
},
"key": "011",
"overscaledZ": 1,
"terrainRttPosMatrix32f": null,
"wrap": 0,
},
}
+ Received:
null
❯ src/source/source_cache.test.ts:2153:84
|
The logs for this run have expired and are no longer available.
Loading