Fix debug printing for coordinates
This commit is contained in:
parent
a06171438e
commit
473ebfcbf6
@ -22,7 +22,7 @@ namespace util
|
|||||||
inline std::ostream &operator<<(std::ostream &out, const Coordinate &coordinate)
|
inline std::ostream &operator<<(std::ostream &out, const Coordinate &coordinate)
|
||||||
{
|
{
|
||||||
out << std::setprecision(12) << "{" << toFloating(coordinate.lon) << ", "
|
out << std::setprecision(12) << "{" << toFloating(coordinate.lon) << ", "
|
||||||
<< toFloating(coordinate.lon) << "}";
|
<< toFloating(coordinate.lat) << "}";
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user