flywave-vectortile-datasource.rbushtiler.updateindex
Home > @flywave/flywave-vectortile-datasource > RBushTiler > updateIndex
RBushTiler.updateIndex() method
Update index in the tiler.
Signature:
updateIndex(indexId: string, indexUrl: URL | GeoJson): Promise<void>;
Parameters
Parameter | Type | Description |
|---|---|---|
indexId | string | Index identifier. |
indexUrl | URL | GeoJson | Url to the index payload, or direct GeoJson. |
Returns:
Promise<void>