forked from MapComplete/MapComplete
Fix access restrictions
This commit is contained in:
parent
a99835c0c5
commit
1fd91613a9
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ export default class Constants {
|
|||
tagsVisibleAt: 25,
|
||||
mapCompleteHelpUnlock: 50,
|
||||
tagsVisibleAndWikiLinked: 30,
|
||||
themeGeneratorReadOnlyUnlock: 50,
|
||||
themeGeneratorFullUnlock: 1,
|
||||
themeGeneratorReadOnlyUnlock: 1,
|
||||
themeGeneratorFullUnlock: 50,
|
||||
addNewPointWithUnreadMessagesUnlock: 500,
|
||||
minZoomLevelToAddNewPoints: (Constants.isRetina() ? 18 : 19),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue