Removed incorrect TransverseMercatorProjection

This commit is contained in:
ClemensFischer 2024-09-09 17:29:45 +02:00
parent 47ff9096d1
commit 954451fb34
16 changed files with 70 additions and 399 deletions

View file

@ -13,6 +13,8 @@ namespace SampleApplication
{
static MainWindow()
{
MapProjectionFactory.Instance = new MapControl.Projections.GeoApiProjectionFactory();
//TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder);
//TileImageLoader.Cache = new MapControl.Caching.FileDbCache(TileImageLoader.DefaultCacheFolder);
//TileImageLoader.Cache = new MapControl.Caching.SQLiteCache(TileImageLoader.DefaultCacheFolder);

View file

@ -18,6 +18,7 @@
<ItemGroup>
<ProjectReference Include="..\..\MapControl\WPF\MapControl.WPF.csproj" />
<ProjectReference Include="..\..\MapProjections\WPF\MapProjections.WPF.csproj" />
<ProjectReference Include="..\..\MapUiTools\WPF\MapUiTools.WPF.csproj" />
</ItemGroup>