JSImageryProvider

지도 내 배경지도를 관리하기 위한 api 입니다.

Module.Type() API를 생성합니다.

var google = Module.GoogleMap();    ( supports: normal, terrain, vectorhybrid, satellitehybrid, satellite )
var osm = Module.OpenStreetMap();   ( supports: normal )
var arc = Module.ArcMap();          ( supports: normal, terrain, vectorhybrid, satellite )
var mapbox = Module.MapBox();       ( supports: normal, satellite )
var wmts = Module.WMTS();

Properties

Function

clear()

배경 영상을 초기화 합니다.

refresh()

배경 영상을 새로 고침 합니다.

setblank()

배경 영상에서 빈 타일 공백 이미지를 설정합니다.

256 * 256 검은색 이미지로 지정합니다.

적용 후 refresh() 실행해 주시기 바랍니다.

Type Definitions

Type

배경 영상 지도 서버 옵션.

LayerName

Background video map layer name.

Provider

Background video map server information option.

Last updated