Skip to content

KBE3D / KBCore / Cesium / OpenStreetMapImageryProvider / ConstructorOptions

接口: ConstructorOptions

Initialization options for the OpenStreetMapImageryProvider constructor

属性

url?

optional url: string

The OpenStreetMap server url.


fileExtension?

optional fileExtension: string

The file extension for images on the server.


retinaTiles?

optional retinaTiles: boolean

When true, request tiles at the 2x resolution for retina displays.


rectangle?

optional rectangle: Rectangle

The rectangle of the layer.


minimumLevel?

optional minimumLevel: number

The minimum level-of-detail supported by the imagery provider.


maximumLevel?

optional maximumLevel: number

The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.


ellipsoid?

optional ellipsoid: Ellipsoid

The ellipsoid. If not specified, the WGS84 ellipsoid is used.


credit?

optional credit: string | Credit

A credit for the data source, which is displayed on the canvas.

KBE3D @3.0.0 Copyright © 2024-present KBE3D