GateHouse AIS REST interface

Base URL: /api/wms, Version: 0.1.0

AIS system for monitoring vessel traffic

Schemes: https, http

Summary

Tag: EXPERIMENTAL

This call may change without warning.

Operation Description
GET /wms?request=GetCapabilities

Return metadata about the service.

GET /wms?request=GetMap

Return statistic overlay

Tag: PRODUCTION

This call will only change in a release.

Operation Description

Tag: wms

Retrieve statistic overlay

Operation Description
GET /wms?request=GetCapabilities

Return metadata about the service.

GET /wms?request=GetMap

Return statistic overlay

Security

basic_authentication

Type: basic

Paths

Return metadata about the service.

GET /wms?request=GetCapabilities

Tags: EXPERIMENTAL, wms

Retrieve metadata about the service, including supported operations and parameters, and a list of the available layers

service

Service name. Value is WMS

query string
request

Operation name. Value is GetCapabilities

query string
version

Service version. Only supported value is 1.3.0

query string

text/xml

200 OK

successful operation

Return statistic overlay

GET /wms?request=GetMap

Tags: EXPERIMENTAL, wms

Retrieve a overlay for a specified statistic job.

service

Service name. Value is WMS

query string
request

Operation name. Value is GetCapabilities

query string
version

Service version. Only supported value is 1.3.0

query string
job

id of the job

query integer
layers

Layers to be included in the overlay. Value is a comma-separated list of layer names. Only supported value is: statistics

query string
width

width of output in pixels

query integer
height

height of output in pixels

query integer
bbox

Bounding box for overlay. Value is minLat,minLon,maxLat,maxLon in SRS EPGS:4326

query string
legendx

x coordinate for top left corner of legend

query integer
legendy

y coordinate for top left corner of legend

query integer

image/png

200 OK

successful operation

 

Generated on 2022-02-10T12:48:09+01:00