mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Comments
This commit is contained in:
parent
381dca48ce
commit
ff8a81e087
3 changed files with 4 additions and 3 deletions
|
|
@ -65,7 +65,7 @@ namespace MapControl
|
|||
? double.Parse(values[4], NumberStyles.Float, CultureInfo.InvariantCulture)
|
||||
: 0d;
|
||||
|
||||
// always return a LatLonBox, i.e. a BoundingBox with optional rotation, as used by GeoImage and GroundOverlay
|
||||
// Always return a LatLonBox, i.e. a BoundingBox with optional rotation, as used by GeoImage and GroundOverlay.
|
||||
//
|
||||
return new LatLonBox(
|
||||
double.Parse(values[0], NumberStyles.Float, CultureInfo.InvariantCulture),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue