interface OGCGroupOptions {
    dataSources: DataSource[];
    title: string;
    url: string;
}

Properties

Properties

dataSources: DataSource[]

(GroupOptions)

title: string

(GroupOptions)

url: string

The OGC service url. Used as a unique identifier for the group object itself.