Link to USGS Map Projections Paper

This commit is contained in:
ClemensFischer 2025-02-24 11:22:17 +01:00
parent 904eb9c47a
commit 8baec28afd
9 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@ namespace MapControl
/// <summary>
/// Equirectangular Projection - EPSG:4326.
/// Equidistant cylindrical projection with zero standard parallel and central meridian.
/// See "Map Projections - A Working Manual" (https://pubs.usgs.gov/pp/1395/report.pdf), p.90-91.
/// See "Map Projections - A Working Manual" (https://pubs.usgs.gov/publication/pp1395), p.90-91.
/// </summary>
public class EquirectangularProjection : MapProjection
{