mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
MapProjectionFactory throws NotSupportedException
This commit is contained in:
parent
85cf0483ec
commit
45b9fb2e89
5 changed files with 48 additions and 23 deletions
|
|
@ -58,7 +58,7 @@ namespace MapControl
|
|||
|
||||
if (values == null || values.Length != 4 && values.Length != 5)
|
||||
{
|
||||
throw new FormatException("BoundingBox string must contain a comma-separated sequence of four or five floating point numbers.");
|
||||
throw new FormatException($"{nameof(BoundingBox)} string must contain a comma-separated sequence of four or five floating point numbers.");
|
||||
}
|
||||
|
||||
var rotation = values.Length == 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue