Class: GoVectorTileOwnServices

GoVectorTileOwnServices

new GoVectorTileOwnServices()

Services/GoVectorTileOwnServices/index.ts, line 10

Methods

staticGoVectorTileOwnServices.getFeatures(url){CancelablePromise.<Uint8Array>}

Services/GoVectorTileOwnServices/index.ts, line 16

Fetches features directly without using a worker, with support for cancellation.

Name Type Description
url string

The URL to fetch data from.

Returns:
Type Description
CancelablePromise.<Uint8Array> A cancelable promise that resolves to the fetched features.