Appearance
KBE3D / KBCore / Cesium / OpenStreetMapImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the OpenStreetMapImageryProvider constructor
属性
url?
optionalurl:string
The OpenStreetMap server url.
fileExtension?
optionalfileExtension:string
The file extension for images on the server.
retinaTiles?
optionalretinaTiles:boolean
When true, request tiles at the 2x resolution for retina displays.
rectangle?
optionalrectangle:Rectangle
The rectangle of the layer.
minimumLevel?
optionalminimumLevel:number
The minimum level-of-detail supported by the imagery provider.
maximumLevel?
optionalmaximumLevel:number
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If not specified, the WGS84 ellipsoid is used.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
