export interface LayerType {
    name: string;
    key: string;
    url: string;
}
