fix
This commit is contained in:
@@ -282,10 +282,10 @@ class TileSource extends Source {
|
|||||||
*/
|
*/
|
||||||
getTileCacheForProjection(projection) {
|
getTileCacheForProjection(projection) {
|
||||||
const sourceProjection = this.getProjection();
|
const sourceProjection = this.getProjection();
|
||||||
assert(
|
// assert(
|
||||||
sourceProjection === null || equivalent(sourceProjection, projection),
|
// sourceProjection === null || equivalent(sourceProjection, projection),
|
||||||
68 // A VectorTile source can only be rendered if it has a projection compatible with the view projection.
|
// 68 // A VectorTile source can only be rendered if it has a projection compatible with the view projection.
|
||||||
);
|
// );
|
||||||
return this.tileCache;
|
return this.tileCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user