mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Removed partial declarations
This commit is contained in:
parent
96513468d8
commit
c594727711
16 changed files with 22 additions and 23 deletions
|
|
@ -20,7 +20,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// Displays map tiles from a Web Map Tile Service (WMTS).
|
||||
/// </summary>
|
||||
public partial class WmtsTileLayer : TilePyramidLayer
|
||||
public class WmtsTileLayer : TilePyramidLayer
|
||||
{
|
||||
private static ILogger logger;
|
||||
private static ILogger Logger => logger ??= ImageLoader.LoggerFactory?.CreateLogger(typeof(WmtsTileLayer));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue