Interface GmfLayerChildLayer

interface GmfLayerChildLayer {
    getData: boolean;
    maxResolutionHint: number;
    minResolutionHint: number;
    name: string;
    queryable: boolean;
}

Properties

getData: boolean

If the layer is queryable and this property is set to false, then the layer won't be used in queries issued. Defaults to true.

maxResolutionHint: number

The min resolution where the layer is visible.

minResolutionHint: number

The max resolution where the layer is visible.

name: string
queryable: boolean