Basemap
Objects
- basemap :
object
배경지도를 생성하는 함수와 설정 값들을 제공한다.
Typedefs
- createVWorldLayer :
function
VWorld 타일 레이어 생성
basemap : object
배경지도를 생성하는 함수와 설정 값들을 제공한다.
createVWorldLayer : function
VWorld 타일 레이어 생성
Kind: global typedef
Param | Type | Default | Description |
---|---|---|---|
type | string | VWorld 레이어 타입 | |
[options] | Object | ol.source.XYZ Options | |
[options.url] | string | “‘https://xdworld.vworld.kr/2d'“ | VWorld HOST URL |
[options.maxZoom] | number | 20 | Optional max zoom level. Not used if tileGrid is provided. |
[options.crossOrigin] | string | The crossOrigin attribute for loaded images. Note that you must provide a crossOrigin value if you want to access pixel data with the Canvas renderer. See https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image for more detail. | |
layer | ol.layer.Tile |