mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-15 04:59:58 +01:00
Use MapControl.Projections in sample applications
This commit is contained in:
parent
954451fb34
commit
94b6d47c4d
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\MapControl\Avalonia\MapControl.Avalonia.csproj" />
|
||||
<ProjectReference Include="..\..\MapProjections\Avalonia\MapProjections.Avalonia.csproj" />
|
||||
<ProjectReference Include="..\..\MapUiTools\Avalonia\MapUiTools.Avalonia.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ namespace SampleApplication
|
|||
{
|
||||
static MainWindow()
|
||||
{
|
||||
MapProjectionFactory.Instance = new MapControl.Projections.GeoApiProjectionFactory();
|
||||
|
||||
//TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue