| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | A unique id for this WMS map. |
| name | true | true | java.lang.String | The name that will be displayed on the map type control button. |
| url | true | true | java.lang.String | The url to the WMS map server. |
| layers | true | true | java.lang.String | A comma separated list of available layer names to display. |
| format | false | true | java.lang.String | The content type for the image(s) to retrieve. The default is image/jpeg. This format must be supported by the wms server. |
| srs | false | true | java.lang.String | The srs to use. The default is EPSG:4326. |
| version | false | true | java.lang.String | The wms version to use. Default is 1.1.1. |
| showOnStartup | false | true | boolean | Denotes whether or not this map type should be initially selected. Default is true. |
| pathToScript | true | true | java.lang.String | The path to the wms.js script. |
| showOverlay | false | true | boolean | If set to true, street maps will be laid over the wms layers. |
| copyright | false | true | java.lang.String | The copyright for this map. |