mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Added AzimuthalProjection.EarthRadius
This commit is contained in:
parent
60152fef93
commit
d825b50062
9 changed files with 63 additions and 60 deletions
|
|
@ -170,16 +170,17 @@ namespace MapControl
|
|||
format = formatPng;
|
||||
}
|
||||
|
||||
uriTemplate += "?Service=WMTS"
|
||||
+ "&Request=GetTile"
|
||||
+ "&Version=1.0.0"
|
||||
+ "&Layer=" + layer
|
||||
+ "&Style=" + style
|
||||
+ "&Format=" + format
|
||||
+ "&TileMatrixSet={TileMatrixSet}"
|
||||
+ "&TileMatrix={TileMatrix}"
|
||||
+ "&TileRow={TileRow}"
|
||||
+ "&TileCol={TileCol}";
|
||||
uriTemplate +=
|
||||
"?Service=WMTS" +
|
||||
"&Request=GetTile" +
|
||||
"&Version=1.0.0" +
|
||||
"&Layer=" + layer +
|
||||
"&Style=" + style +
|
||||
"&Format=" + format +
|
||||
"&TileMatrixSet={TileMatrixSet}" +
|
||||
"&TileMatrix={TileMatrix}" +
|
||||
"&TileRow={TileRow}" +
|
||||
"&TileCol={TileCol}";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue