Increase zoomlevel before error message is triggered
This commit is contained in:
parent
4bf74bd8a9
commit
cf39a55019
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default class OsmFeatureSource {
|
|||
}
|
||||
|
||||
private async LoadTile(z, x, y): Promise<void> {
|
||||
if (z > 20) {
|
||||
if (z > 25) {
|
||||
throw "This is an absurd high zoom level"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue