forked from organicmaps/organicmaps
[placepage] Remove unneeded extra kFieldsSeparator in elevation
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
80a40599f3
commit
0c34bbc899
1 changed files with 1 additions and 4 deletions
|
@ -161,10 +161,7 @@ std::string Info::FormatSubtitle(bool withType) const
|
|||
// Elevation.
|
||||
auto const eleStr = GetElevationFormatted();
|
||||
if (!eleStr.empty())
|
||||
{
|
||||
append(kMountainSymbol);
|
||||
append(eleStr);
|
||||
}
|
||||
append(std::string{kMountainSymbol} + eleStr);
|
||||
|
||||
// ATM
|
||||
if (HasAtm())
|
||||
|
|
Loading…
Add table
Reference in a new issue