mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
MapProjection.RelativeTransform
This commit is contained in:
parent
a0e82964ef
commit
8d25310b8e
19 changed files with 59 additions and 50 deletions
|
|
@ -39,7 +39,7 @@ namespace MapControl
|
|||
return r / m; // p.161 (21-32)
|
||||
}
|
||||
|
||||
public override Matrix RelativeScale(double latitude, double longitude)
|
||||
public override Matrix RelativeTransform(double latitude, double longitude)
|
||||
{
|
||||
var k = RelativeScale(Hemisphere, Flattening, latitude);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue