Base URL: /api/wms, Version: 0.1.0
AIS system for monitoring vessel traffic
This call may change without warning.
Operation | Description |
---|---|
GET /wms?request=GetCapabilities | Return metadata about the service. |
GET /wms?request=GetMap | Return statistic overlay |
This call will only change in a release.
Operation | Description |
---|
Retrieve statistic overlay
Operation | Description |
---|---|
GET /wms?request=GetCapabilities | Return metadata about the service. |
GET /wms?request=GetMap | Return statistic overlay |
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
successful operation
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
successful operation