mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
FrameworkElementExtensions
This commit is contained in:
parent
24dabf046d
commit
d513ea249e
7 changed files with 47 additions and 42 deletions
|
|
@ -25,8 +25,7 @@ namespace MapControl
|
|||
//
|
||||
public WmtsTileMatrixLayer(WmtsTileMatrix wmtsTileMatrix, int zoomLevel)
|
||||
{
|
||||
MapPanel.SetRenderTransform(this, new MatrixTransform());
|
||||
|
||||
this.SetRenderTransform(new MatrixTransform());
|
||||
WmtsTileMatrix = wmtsTileMatrix;
|
||||
TileMatrix = new TileMatrix(zoomLevel, 1, 1, 0, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue