Comments on map projections

This commit is contained in:
Clemens 2022-02-23 23:19:32 +01:00
parent f6b4830f24
commit 6a14d740e8
9 changed files with 27 additions and 16 deletions

View file

@ -10,7 +10,7 @@ using System.Windows;
namespace MapControl
{
/// <summary>
/// Elliptical Mercator Projection, EPSG:3395.
/// Elliptical Mercator Projection - EPSG:3395.
/// See "Map Projections - A Working Manual" (https://pubs.usgs.gov/pp/1395/report.pdf), p.44-45.
/// </summary>
public class WorldMercatorProjection : MapProjection