컨텐츠로 이동

Basemap

Objects

basemap : object

배경지도를 생성하는 함수와 설정 값들을 제공한다.

Typedefs

createVWorldLayer : function

VWorld 타일 레이어 생성

basemap : object

배경지도를 생성하는 함수와 설정 값들을 제공한다.

Kind: global namespace

createVWorldLayer : function

VWorld 타일 레이어 생성

Kind: global typedef

ParamTypeDefaultDescription
typestringVWorld 레이어 타입
[options]Objectol.source.XYZ Options
[options.url]string“‘https://xdworld.vworld.kr/2d'“VWorld HOST URL
[options.maxZoom]number20Optional max zoom level. Not used if tileGrid is provided.
[options.crossOrigin]stringThe 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.
layerol.layer.Tile