Type Alias MVTTileProviderOptions

MVTTileProviderOptions: TileProviderOptions & {
    idProperty?: string;
    url: string;
}

Type declaration

  • OptionalidProperty?: string

    if property exists will be used to set the ID of the feature

  • url: string

    url to pbf tiled datasource {x}, {y}, {z} are placeholders for x, y, zoom