mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
WmtsTileMatrixSet
This commit is contained in:
parent
e14c9e4102
commit
65c20c76b2
5 changed files with 67 additions and 30 deletions
|
|
@ -8,8 +8,7 @@ using Avalonia;
|
|||
namespace MapControl
|
||||
{
|
||||
public class WmtsTileMatrix(
|
||||
string identifier, double scale, Point topLeft,
|
||||
int tileWidth, int tileHeight, int matrixWidth, int matrixHeight)
|
||||
string identifier, double scale, Point topLeft, int tileWidth, int tileHeight, int matrixWidth, int matrixHeight)
|
||||
{
|
||||
public string Identifier => identifier;
|
||||
public double Scale => scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue