Type alias URLTemplateTileProviderOptions

URLTemplateTileProviderOptions: TileProviderOptions & {
    url: string;
}

Type declaration

  • url: string

    url Template in the form http://myFeatureSource/layer/getFeatures?minx={minx}&miny={miny}&maxx={maxx}&maxy={maxy} or http://myFeatureSource/layer/getFeatures?x={x}&y={y}&level={z}

Generated using TypeDoc