Set DEFAULT_MAP_PAGE_SIZE

This commit is contained in:
Vladyslav_Prykhodko 2020-07-28 14:46:21 +03:00 committed by Andrew Shvayka
parent 1785ea8723
commit d151455f3d

View File

@ -25,7 +25,7 @@ import {
} from './schemes'; } from './schemes';
import { EntityType } from '@shared/models/entity-type.models'; import { EntityType } from '@shared/models/entity-type.models';
export const DEFAULT_MAP_PAGE_SIZE = 2 ** 14; export const DEFAULT_MAP_PAGE_SIZE = 16384;
export type GenericFunction = (data: FormattedData, dsData: FormattedData[], dsIndex: number) => string; export type GenericFunction = (data: FormattedData, dsData: FormattedData[], dsIndex: number) => string;
export type MarkerImageFunction = (data: FormattedData, dsData: FormattedData[], dsIndex: number) => string; export type MarkerImageFunction = (data: FormattedData, dsData: FormattedData[], dsIndex: number) => string;