Unplanned
Last Updated: 25 Nov 2016 14:48 by ADMIN
ADMIN
Martin Ivanov
Created on: 04 Aug 2016 08:04
Category: Map
Type: Bug Report
0
Map: The Opacity of the provider is not respected by any new map sources added at runtime
The Opacity of the provider is not respected by any new map sources added at runtime

To work this around you can set the Opacity of the source manually.

provider.MapSources.Add(new CustomTiledSource() { Opacity = 0.5 });
0 comments