interface IOverlaySourceOption {
    data: string;
    type: OverlaySourceType;
}

Properties

Properties

data: string

로드할 데이터 url

데이터 형식. 'json' | 'geojson' 값 중 하나 입력