Type alias gmfDatasourceOptions

gmfDatasourceOptions: {
    arcgisWMSInfoFormat: string;
    ogcServersSpecific: {
        [x: string]: ogcServerDatasourceOptions;
    };
}

Type declaration

Generated using TypeDoc