mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Extend map projections
This commit is contained in:
parent
57e614978b
commit
d8d1cbccaf
27 changed files with 448 additions and 207 deletions
|
|
@ -13,6 +13,8 @@ namespace MapControl.Projections
|
|||
/// </summary>
|
||||
public class WebMercatorProjection : GeoApiProjection
|
||||
{
|
||||
public const int DefaultEpsgCode = 3857;
|
||||
|
||||
public WebMercatorProjection()
|
||||
{
|
||||
CoordinateSystem = ProjectedCoordinateSystem.WebMercator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue