mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Removed MapProjectionType
This commit is contained in:
parent
d71d6c6e01
commit
9c02647c59
15 changed files with 29 additions and 71 deletions
|
|
@ -25,7 +25,7 @@ namespace MapControl
|
|||
|
||||
public WorldMercatorProjection(string crsId)
|
||||
{
|
||||
Type = MapProjectionType.NormalCylindrical;
|
||||
IsNormalCylindrical = true;
|
||||
CrsId = crsId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue