mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
MapProjectionFactory throws NotSupportedException
This commit is contained in:
parent
85cf0483ec
commit
45b9fb2e89
5 changed files with 48 additions and 23 deletions
|
|
@ -66,7 +66,7 @@ namespace MapControl
|
|||
|
||||
if (values?.Length != 2)
|
||||
{
|
||||
throw new FormatException("Location string must contain a comma-separated pair of floating point numbers.");
|
||||
throw new FormatException($"{nameof(Location)} string must contain a comma-separated pair of floating point numbers.");
|
||||
}
|
||||
|
||||
return new Location(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue