mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Updated ViewTransform and WmsImageLayer
This commit is contained in:
parent
4628395c37
commit
f8f6fdc973
5 changed files with 60 additions and 129 deletions
|
|
@ -32,7 +32,7 @@ namespace MapControl
|
|||
|
||||
public override Point? LocationToMap(double latitude, double longitude)
|
||||
{
|
||||
#if NETFRAMEWORK || UWP
|
||||
#if NETFRAMEWORK
|
||||
static double Atanh(double x) => Math.Log((1d + x) / (1d - x)) / 2d;
|
||||
#else
|
||||
static double Atanh(double x) => Math.Atanh(x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue