mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 4.17.0: Added support for WMTS
This commit is contained in:
parent
e650c9081f
commit
e821e39841
38 changed files with 991 additions and 307 deletions
|
|
@ -125,6 +125,12 @@
|
|||
<Compile Include="..\Shared\MapTileLayer.cs">
|
||||
<Link>MapTileLayer.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\MapTileLayerBase.cs">
|
||||
<Link>MapTileLayerBase.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\MatrixFactory.cs">
|
||||
<Link>MatrixFactory.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\OrthographicProjection.cs">
|
||||
<Link>OrthographicProjection.cs</Link>
|
||||
</Compile>
|
||||
|
|
@ -155,6 +161,21 @@
|
|||
<Compile Include="..\Shared\WmsImageLayer.cs">
|
||||
<Link>WmsImageLayer.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\WmtsTileLayer.cs">
|
||||
<Link>WmtsTileLayer.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\WmtsTileMatrix.cs">
|
||||
<Link>WmtsTileMatrix.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\WmtsTileMatrixLayer.cs">
|
||||
<Link>WmtsTileMatrixLayer.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\WmtsTileMatrixSet.cs">
|
||||
<Link>WmtsTileMatrixSet.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\WmtsTileSource.cs">
|
||||
<Link>WmtsTileSource.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Shared\WorldMercatorProjection.cs">
|
||||
<Link>WorldMercatorProjection.cs</Link>
|
||||
</Compile>
|
||||
|
|
@ -179,7 +200,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
<Version>6.2.9</Version>
|
||||
<Version>6.2.10</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue