DrawObjectLayer
Jump to navigation
Jump to search
About
The Draw Object Layer is used to display tactical graphics served as map tiles from the draw object service.
Setup
<script source="ts"> export interface IGdkDrawLayerInfo extends IBaseLayerInfo {
LayerType: "GdkDrawLayer"; StoreId?: string; StyleXml?: UrlOrInlineData; FilterXml?: UrlOrInlineData; DrawObjectServiceUri?: URL; RenderServiceUri?: URL; UpdateIntervalMs?: number;
}
</script>