2020-03-04 17:46:25 +03:00
|
|
|
const MIN_Z_INDEX = -5000;
|
2021-07-22 19:11:55 +03:00
|
|
|
const MAX_Z_INDEX = 5000;
|
|
|
|
|
|
|
|
// Index of the first layer the user can use in the layers array
|
|
|
|
const firstUserLayerIndex = 2;
|
2021-07-25 23:53:26 +03:00
|
|
|
|
|
|
|
const MIN_ZOOM_LEVEL = 0.5;
|