Relax import zoomlevel
This commit is contained in:
parent
b41bf50e55
commit
e57a2f9b93
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ export default abstract class ImportFlow<ArgT extends ImportFlowArguments> {
|
|||
return { error: new Translation({ "*": e }) }
|
||||
}
|
||||
|
||||
if (state.mapProperties.zoom.data < 18) {
|
||||
if (state.mapProperties.zoom.data < 16) {
|
||||
return { error: t.zoomInMore }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue