customParameters property

Map<String, String> customParameters

The dictionary of custom parameters to be sent with WMS requests issued by this layer.

These parameters are appended to GetMap and GetFeatureInfo requests. If a parameter with the same name is defined in WmsService.customParameters, then layer-specific values take precedence over service-wide values.

Implementation

Map<String, String> get customParameters => _customParameters.value;