forked from organicmaps/organicmaps
Fix gtool build.
This commit is contained in:
parent
9c1099b737
commit
887b30f492
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ struct Emitter : public EmitterBase
|
|||
auto const & hotel = m_bookingDataset.GetHotel(j);
|
||||
auto const score = booking_scoring::Match(hotel, fb);
|
||||
|
||||
auto const center = MercatorBounds::ToLatLon(fb.GetKeyPoint());
|
||||
double const distanceMeters = ms::DistanceOnEarth(center.lat, center.lon,
|
||||
hotel.lat, hotel.lon);
|
||||
auto const matched = score.IsMatched();
|
||||
|
|
Loading…
Add table
Reference in a new issue