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