properties | Object | PropertiesName | Type | Attributes | Default | Description |
---|
id | String | Number | | | layer id should be unique | name | String | | | the name can be anything you want and is intended for labeling | url | String | | | the service url | layer | String | | | the service layer to display | geometricErrorMultiplier | Number | <optional>
| 1 | (optional) between 0 and infinity, defaults to 1. controls the level of detail. | bounds | Array.<Number> | <optional>
| [-180, -90, 180, 90] | min longitude, min latitude, max longitude, max latitude in degrees | visible | Boolean | <optional>
| true | layer will be rendered if true (true by default) |
|