- Preparing search index...
- The search index is not available
@vcmap/core
- getTilingScheme(layerOptions): WebMercatorTilingScheme | GeographicTilingScheme
-
Parameters
-
layerOptions: VcsObjectOptions & {
activeOnStartup?: boolean;
allowPicking?: boolean;
copyright?: CopyrightOptions;
datasourceId?: string;
exclusiveGroups?: (string | symbol)[];
extent?: ExtentOptions;
headers?: Record<string, string>;
hiddenObjectIds?: string[];
mapNames?: string[];
url?: string | Record<string, string>;
zIndex?: number;
} & {
maxLevel?: number;
minLevel?: number;
opacity?: number;
splitDirection?: string;
tilingSchema?: TilingScheme;
} & TilingSchemeOptions
Returns WebMercatorTilingScheme | GeographicTilingScheme
Gets the tiling scheme associated with this layerConfig