mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
- moved tile rect calculation from MapBase to TileLayer - added TileLayer.ZoomLevelOffset property - Windows Universal sample application in solution MapControl VS2015
9 lines
485 B
Plaintext
9 lines
485 B
Plaintext
The Visual Studio Project for Windows Runtime resides in a separate folder
|
|
MapControl/WinRT, because it needs to have its own Themes/Generic.xaml file.
|
|
Output is generated to ../bin.
|
|
|
|
This folder also contains the file MapControl.WinRT.xr.xml, which overwrites
|
|
the generated file in the output folder. This is to remove the XML namespace
|
|
declaration on the <Roots> element, which prevents a .NET Native build of a
|
|
Universal Windows App that uses the MapControl.WinRT portable library.
|