mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-04 07:52:51 +00:00
Update for ArcGIS API for JavaScript version 3.30 (#39041)
This commit is contained in:
parent
4fb73c4a77
commit
c80f263f65
6
types/arcgis-js-api/v3/index.d.ts
vendored
6
types/arcgis-js-api/v3/index.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for ArcGIS API for JavaScript 3.29
|
||||
// Type definitions for ArcGIS API for JavaScript 3.30
|
||||
// Project: https://developers.arcgis.com/javascript/3/
|
||||
// Definitions by: Esri <https://github.com/Esri>
|
||||
// Bjorn Svensson <https://github.com/bsvensson>
|
||||
@ -2428,10 +2428,6 @@ declare module "esri" {
|
||||
customParameters?: any;
|
||||
/** A WMTSLayerInfo object that when ResourceInfo options are not specified the map will display the first layer in the WMTS capabilities that matches the properties specified by WMTSLayerInfo. */
|
||||
layerInfo?: WMTSLayerInfo;
|
||||
/** When true, tile resampling is enabled. */
|
||||
resampling?: boolean;
|
||||
/** Number of levels beyond the last level where tiles are available. */
|
||||
resamplingTolerance?: number;
|
||||
/** An optional resource info object. */
|
||||
resourceInfo?: any;
|
||||
/** Specify the service type. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user