Skip to content

Commit 13170fe

Browse files
add migrateProjection to bench StubMap (#5601)
1 parent f4acd17 commit 13170fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/bench/lib/tile_parser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class StubMap extends Evented {
3939
_getMapId() {
4040
return 1;
4141
}
42+
43+
migrateProjection() {}
4244
}
4345

4446
function createStyle(styleJSON: StyleSpecification): Promise<Style> {

0 commit comments

Comments
 (0)