<iframe src="https://gis.genasys.com/openlayers.html" height="550" width="100%"></iframe>
Optionally the map window can be centered using the URL map window parameters lat,long,zoom
<iframe src="https://gis.genasys.com/openlayers.html?lat=40.462188&lon=-4.479862&zoom=5" height="550" width="100%"></iframe>
WMS Services
The following WMS GIS Web services are supported: GetMap, GetCapabilities, GetFeatureInfo
Example Request :
http://gis.genasys.com/mapserver?
SERVICE=WMS&
VERSION=1.3.0&
REQUEST=GetMap&
FORMAT=image/png&
TRANSPARENT=true&
LAYERS=virus-confirmed&
CRS=EPSG:3857&
STYLES=&
FORMAT_OPTIONS=dpi:113&
WIDTH=1218&
HEIGHT=500&
BBOX=-15763883.516553726,2614268.666598284,-6230412.75033603,6527844.514799308
CRS
|
Spatial reference system to which the map is to be projected.
EPSG Geodetic Parameter Dataset format.
|
BBOX
|
MBR of the image |
WIDTH
|
Image width in pixels.
|
HEIGHT
|
Image height in pixels
|
FORMAT
|
Output format
|
LAYERS
|
virus-confirmed, virus-deaths, virus-recovered, virus-confirmed-county, virus-deaths-county, virus-recovered-county
|
|
The county layers only contain data for the US and are only visible below the scale 1:5000000
|
Additional services are available that require the use of the custom WMS parameter "IN_DATE" that use the format MM-DD-YYYY
LAYERS
virus-confirmed-date, virus-deaths-date, virus-recovered-date, virus-confirmed-county-date, virus-deaths-county-date,
virus-recovered-county-date, virus-confirmed-change-date, virus-confirmed-county-change-date, virus-deaths-per-confirmed-date,
virus-deaths-per-confirmed-county-date
Example Date Request :
http://gis.genasys.com/mapserver?
SERVICE=WMS&
VERSION=1.3.0&
REQUEST=GetMap&
FORMAT=image/png&
TRANSPARENT=true&
LAYERS=virus-deaths-date&
CRS=EPSG:3857&
STYLES=&
FORMAT_OPTIONS=dpi:113&
WIDTH=1218&
HEIGHT=500&
BBOX=-16373422.954911035,2074195.199546543,-5620873.31197872,7064004.406002848&
IN_DATE=03-23-2020
For more information, see: