Appearance
Documentation / @geoverse/core-ol / BaiduSourceOptions
Interface: BaiduSourceOptions
Defined in: packages/core-ol/src/sources/baidu.ts:12
Extends
Omit<ImageTileOptions,"url">
Properties
attributions?
ts
optional attributions?: AttributionLike;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:25
Attributions.
Inherited from
TiandituSourceOptions.attributions
attributionsCollapsible?
ts
optional attributionsCollapsible?: boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:29
Attributions are collapsible.
Inherited from
TiandituSourceOptions.attributionsCollapsible
crossOrigin?
ts
optional crossOrigin?: CrossOriginAttribute;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:80
The crossOrigin property to pass to loaders for image data.
Inherited from
TiandituSourceOptions.crossOrigin
gutter?
ts
optional gutter?: number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:48
The size in pixels of the gutter around data tiles to ignore. This allows artifacts of rendering at tile edges to be ignored. Supported data should be wider and taller than the tile size by a value of 2 x gutter.
Inherited from
interpolate?
ts
optional interpolate?: boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:76
Use interpolated values when resampling.
Inherited from
TiandituSourceOptions.interpolate
loader?
ts
optional loader?: Loader;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:21
Data loader. Called with z, x, and y tile coordinates. Returns an import ("../DataTile.js").ImageLike image for a tile or a promise for the same. The promise should not resolve until the image is loaded. If the url option is provided, a loader will be created.
Inherited from
maxResolution?
ts
optional maxResolution?: number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:52
Optional tile grid resolution at level zero. Not used if tileGrid is provided.
Inherited from
TiandituSourceOptions.maxResolution
maxZoom?
ts
optional maxZoom?: number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:33
Optional max zoom level. Not used if tileGrid is provided.
Inherited from
minZoom?
ts
optional minZoom?: number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:37
Optional min zoom level. Not used if tileGrid is provided.
Inherited from
projection?
ts
optional projection?: ProjectionLike;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:56
Tile projection.
Inherited from
TiandituSourceOptions.projection
referrerPolicy?
ts
optional referrerPolicy?: ReferrerPolicy;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:84
The referrerPolicy property for loaded images.
Inherited from
TiandituSourceOptions.referrerPolicy
state?
ts
optional state?: State;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:64
The source state.
Inherited from
style?
ts
optional style?: BaiduStyle;Defined in: packages/core-ol/src/sources/baidu.ts:14
底图样式:矢量 vec(默认)/ 影像 sat
tileGrid?
ts
optional tileGrid?: TileGrid;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:60
Tile grid.
Inherited from
TiandituSourceOptions.tileGrid
tileSize?
ts
optional tileSize?: number | Size;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:42
The pixel width and height of the source tiles. This may be different than the rendered pixel size if a tileGrid is provided.
Inherited from
TiandituSourceOptions.tileSize
transition?
ts
optional transition?: number;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:72
Transition time when fading in new tiles (in miliseconds).
Inherited from
TiandituSourceOptions.transition
url?
ts
optional url?: string;Defined in: packages/core-ol/src/sources/baidu.ts:16
离线/自定义瓦片 URL 模板(支持 {x}/{y}/{z}/{s}),默认百度公网
wrapX?
ts
optional wrapX?: boolean;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:68
Render tiles beyond the antimeridian.
Inherited from
zDirection?
ts
optional zDirection?: number | NearestDirectionFunction;Defined in: node_modules/.pnpm/ol@10.9.0/node_modules/ol/source/ImageTile.d.ts:89
Choose whether to use tiles with a higher or lower zoom level when between integer zoom levels. See module :ol/tilegrid/TileGrid~TileGrid#getZForResolution.
