forked from organicmaps/organicmaps
Added comma to place page coordinate.
This commit is contained in:
parent
2098dcc504
commit
c0ea15f864
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ string Info::FormatStars() const
|
|||
string Info::GetFormattedCoordinate(bool isDMS) const
|
||||
{
|
||||
auto const & ll = GetLatLon();
|
||||
return isDMS ? measurement_utils::FormatLatLon(ll.lat, ll.lon)
|
||||
return isDMS ? measurement_utils::FormatLatLon(ll.lat, ll.lon, true)
|
||||
: measurement_utils::FormatLatLonAsDMS(ll.lat, ll.lon, 2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue