mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Reworked sample applications
This commit is contained in:
parent
9ce981a6ee
commit
32491a8e31
22 changed files with 947 additions and 706 deletions
|
|
@ -67,7 +67,7 @@ namespace MapControl
|
|||
|
||||
if (values.Length != 4)
|
||||
{
|
||||
throw new FormatException("BoundingBox string must be a comma-separated list of four double values.");
|
||||
throw new FormatException("BoundingBox string must be a comma-separated list of four floating point numbers.");
|
||||
}
|
||||
|
||||
return new BoundingBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue