SimpleMap

The SimpleMap widget can be used to display maps from a single web mapping service (WMS).

Parameters

service
URL of a single web mapping service.

services
Comma-separated list of services names. E.g. when "services=a,b", the service url's must be defined for parameters "service_a=..." and "service_b=...", and the layers as "layers_a=.." and "layers_b=..".

srs
Spatial reference system, e.g. "epsg:4326" for geographic coordinates.

layers
A comma-separated list of layers to be displayed for a single web mapping service.

query_layers
A comma-separated list of queryable layers.

format
The image format to be requested.

overview
Optional. Path to image to be displayed in a related OverviewMap widget.

info_format
Optional. The response format for a query request. For UMN MapServer this can be 'mime' or 'gml'.

info_target
Optional. Id of DOM document element that should display the query response.

Notes