Type alias gmfContextualDataOptions

gmfContextualDataOptions: {
    projections: string[];
    rasterParams: {
        [x: string]: string;
    };
}

Type declaration

  • projections: string[]
  • rasterParams: {
        [x: string]: string;
    }

    The raster service parameters

    • [x: string]: string

Generated using TypeDoc