diff --git a/auto_sync_commit_metadata.json b/auto_sync_commit_metadata.json index 935fd8a8..17bd8808 100644 --- a/auto_sync_commit_metadata.json +++ b/auto_sync_commit_metadata.json @@ -1,4 +1,4 @@ { - "last_github_commit": "b576bb7919187ca3eb47d498d6aae7974c895340", - "last_gitfarm_commit": "695dcdceabec08bf3390a0f8392947f873be56c7" + "last_github_commit": "2da38d5edb18ab71b1cd1198bb426cbb50489f28", + "last_gitfarm_commit": "aeede19b469814ef15c608a28f64e3e07254f6ab" } \ No newline at end of file diff --git a/common/index.ts b/common/index.ts index 6086d5c5..9a8e2ea2 100644 --- a/common/index.ts +++ b/common/index.ts @@ -57,7 +57,7 @@ export const MAP_LAYER_DEFAULT_NAME = 'Default map'; export const MAP_LAYER_DEFAULT_OPACITY_STEP = 1; export const MAP_REFERENCE_LAYER_DEFAULT_OPACITY = 100; // Make this configurable from map settings -export const MAX_LAYER_LIMIT = 20; +export const MAX_LAYER_LIMIT = 100; export const MAX_LAYER_NAME_LIMIT = 35; export const MAX_LONGITUDE = 180; export const MIN_LONGITUDE = -180;