Weather Overlay
The Weather Overlay API retrieves a weather radar or satellite image to be overlayed on a map image.
GET /weather #
Request Parameters
Data Element | Description | Data Type | Value/Example |
---|---|---|---|
corner1
| Geographic coordinates used to be the map view port bounding box top left corner. |
Double Array | |
corner2
| Geographic coordinates used to be the map view port bounding box bottom right corner. |
Double Array | |
width
| Indicates the width of a map tile in pixels. |
Int | |
height
| Indicates the height of a map tile in pixels. |
Int | |
projection
| The projection in which the coordinates are interpreted. |
string |
Possible values are: EPSG:900913 - Web Mercator Projection (Default) EPSG:4326 - Fixed LonLat Projection |
display
| The type of image to display either Radar or Satellite. |
Enum |
Radar Satellite |