mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Comments
This commit is contained in:
parent
28f2620e7d
commit
c3fcfa9afe
7 changed files with 11 additions and 10 deletions
|
|
@ -4,8 +4,8 @@ namespace MapControl.Projections
|
|||
{
|
||||
/// <summary>
|
||||
/// WGS84 Universal Transverse Mercator Projection with automatic zone selection from
|
||||
/// the projection center. If the CRS Id passed to the constructor is null or empty,
|
||||
/// appropriate CRS Ids EPSG:32601 to EPSG:32660 and EPSG:32701 to EPSG:32760 are used.
|
||||
/// the projection center. If the CRS identifier passed to the constructor is null or empty,
|
||||
/// appropriate values from EPSG:32601 to EPSG:32660 and EPSG:32701 to EPSG:32760 are used.
|
||||
/// </summary>
|
||||
public class Wgs84AutoUtmProjection : Wgs84UtmProjection
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue