Sample applications without MapProjections

This commit is contained in:
ClemensFischer 2024-09-11 08:59:48 +02:00
parent 76d0f1ebde
commit c1fe0a16bc
9 changed files with 5 additions and 13 deletions

View file

@ -294,7 +294,6 @@
<tools:MapProjectionItem Text="Web Mercator" Projection="EPSG:3857"/>
<tools:MapProjectionItem Text="Equirectangular" Projection="EPSG:4326"/>
<tools:MapProjectionItem Text="ETRS89 / UTM zone 32N" Projection="EPSG:25832"/>
<tools:MapProjectionItem Text="WGS84 / Auto UTM" Projection="AUTO2:42001"/>
</tools:MapProjectionsMenuButton>
<Slider Orientation="Vertical" Margin="4,8" Height="100"

View file

@ -15,7 +15,7 @@ namespace SampleApplication
{
static MainWindow()
{
MapProjectionFactory.Instance = new MapControl.Projections.GeoApiProjectionFactory();
//MapProjectionFactory.Instance = new MapControl.Projections.GeoApiProjectionFactory();
//TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder);
}

View file

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