Version 4.12. Added MapControl.Images project, fixed assembly signing

This commit is contained in:
ClemensF 2018-12-09 17:14:32 +01:00
parent 3310f58912
commit ac26c57a81
22 changed files with 1015 additions and 40 deletions

View file

@ -13,7 +13,7 @@ using SQLiteConnection = Microsoft.Data.Sqlite.SqliteConnection;
using System.Data.SQLite;
#endif
namespace MapControl
namespace MapControl.MBTiles
{
public class MBTileData : IDisposable
{

View file

@ -9,7 +9,7 @@ using Windows.UI.Xaml;
using System.Windows;
#endif
namespace MapControl
namespace MapControl.MBTiles
{
public class MBTileLayer : MapTileLayer
{

View file

@ -10,7 +10,7 @@ using Windows.UI.Xaml.Media;
using System.Windows.Media;
#endif
namespace MapControl
namespace MapControl.MBTiles
{
public class MBTileSource : TileSource, IDisposable
{