mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Comments on map projections
This commit is contained in:
parent
f6b4830f24
commit
6a14d740e8
9 changed files with 27 additions and 16 deletions
|
|
@ -13,8 +13,9 @@ using System.Windows;
|
|||
namespace MapControl
|
||||
{
|
||||
/// <summary>
|
||||
/// Equirectangular Projection.
|
||||
/// Longitude and Latitude values are transformed linearly to X and Y values in meters.
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public class EquirectangularProjection : MapProjection
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue