Interface WebMapBaseMapLayer

interface WebMapBaseMapLayer {
    id?: string;
    layerType?: string;
    opacity?: number;
    styleUrl?: string;
    title?: string;
    url?: string;
    visibility?: boolean;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

id?: string
layerType?: string
opacity?: number
styleUrl?: string
title?: string
url?: string
visibility?: boolean