good
This commit is contained in:
parent
c995f12f8b
commit
8dc939d761
44 changed files with 3540 additions and 2159478 deletions
|
|
@ -29,8 +29,8 @@ describe('map utilities', () => {
|
|||
expect(zoomToResolution(6.9)).toBe(5);
|
||||
expect(zoomToResolution(7)).toBe(6);
|
||||
expect(zoomToResolution(10.6)).toBe(8);
|
||||
expect(zoomToResolution(14)).toBe(9);
|
||||
expect(SMALLEST_VISIBLE_HEXAGON_RESOLUTION).toBe(9);
|
||||
expect(zoomToResolution(14)).toBe(8);
|
||||
expect(SMALLEST_VISIBLE_HEXAGON_RESOLUTION).toBe(8);
|
||||
});
|
||||
|
||||
it('computes exact viewport bounds by default', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue