Last updated

API / geotoolkit / map / sources / formats / WMS / WMS

Namespace: WMS

formats.WMS.WMS

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ImageLoaded: Image ; InfoUpdated: AbstractFeature[] }


FeatureInfo

Ƭ FeatureInfo: SendOptions & { bottom: number ; height: number ; layers?: string ; left: number ; right: number ; top: number ; width: number ; x: number ; y: number }

query options


Image

Ƭ Image: "image/png" | "image/png8" | "image/jpeg" | "image/vnd.jpeg-png" | "image/vnd.jpeg-png8" | "image/gif" | "image/svg"


Options

Ƭ Options: Options & { geometryconnector?: HttpRequest }