Remove level 6
This commit is contained in:
parent
2f41c38cc4
commit
c85fe82e24
2 changed files with 1 additions and 3 deletions
|
|
@ -67,7 +67,6 @@ function priceToColor(price: number | null | undefined): [number, number, number
|
|||
}
|
||||
|
||||
function zoomToResolution(zoom: number): number {
|
||||
if (zoom < 7) return 6;
|
||||
if (zoom < 8.5) return 7;
|
||||
if (zoom < 9.5) return 8;
|
||||
if (zoom < 11) return 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue