MCPcopy
hub / github.com/CesiumGS/cesium / fromUrl

Method fromUrl

packages/engine/Source/Scene/MVTDataProvider.js:39–43  ·  view source on GitHub ↗

* Creates an MVTDataProvider from the specified URL template and options. * * @param {Resource|string} url URL template, containing {z}, {x}, and {y} placeholders. * @param {object} [options] Provider options. * @param {number} [options.minZoom=0] Minimum zoom level represented in the ge

(url, options)

Source from the content-addressed store, hash-verified

37 * @param {string} [options.featureIdProperty] MVT property name to use as feature ID.
38 */
39 static async fromUrl(url, options) {
40 return /** @type {Promise<MVTDataProvider>} */ (
41 super.fromUrl(url, options)
42 );
43 }
44
45 /**
46 * @returns {object}

Callers 15

I3SLayer.jsFile · 0.45
ITwinData.jsFile · 0.45
defaultFactoryCallbackFunction · 0.45
ARCGIS_MAPSERVERFunction · 0.45
BINGFunction · 0.45
GOOGLE_EARTHFunction · 0.45
SINGLE_TILEFunction · 0.45
TMSFunction · 0.45
requestCachedIonTilesetFunction · 0.45
Cesium3DTileset.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected