Version 1.2.1: Fixed calculation of active tile set and added property LoadLowerZoomLevels in class TileLayer.

This commit is contained in:
ClemensF 2013-04-15 19:20:46 +02:00
parent 9b218ef376
commit 050f1acb38
10 changed files with 23 additions and 21 deletions

View file

@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyCopyright("Copyright © 2013 Clemens Fischer")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]