L.esri.DynamicMapLayer
instance will be added to map.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| Type | bbbfly.Map.Layer.type | arcgis_enterprise | |
| Format | string | 'png32' | optional Service image format |
| Layers | array | An array of service layer IDs | |
| Transparent | boolean | true | optional Allow service image transparency |
- See:
Examples
...
Layers: [{
Type: 'ArcGISEnterpriseLayer',
Url: 'http://sampleserver6.arcgisonline.com/arcgis/rest/services/Hurricanes/MapServer/',
Attribution: 'unavailable'
}]
...