forked from MapComplete/MapComplete
UX: place 'add new button' in bottom-left instead of having a dynamic pin
This commit is contained in:
parent
dab8d6cd5d
commit
285fe9ab83
7 changed files with 730 additions and 703 deletions
|
@ -58,7 +58,7 @@ export default class Constants {
|
|||
|
||||
importHelperUnlock: 5000,
|
||||
}
|
||||
static readonly minZoomLevelToAddNewPoint = Constants.isRetina() ? 18 : 19
|
||||
static readonly minZoomLevelToAddNewPoint = Constants.isRetina() ? 17 : 18
|
||||
/**
|
||||
* Used by 'PendingChangesUploader', which waits this amount of seconds to upload changes.
|
||||
* (Note that pendingChanges might upload sooner if the popup is closed or similar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue