forked from organicmaps/organicmaps-tmp
Build fix.
This commit is contained in:
parent
586d281e6f
commit
86e9f7cd53
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ public:
|
|||
name = primary;
|
||||
if (name.empty())
|
||||
name = operatr;
|
||||
string osmId = osmIt != ft2osm.cend() ? strings::to_string(osmIt->second.EncodedId()) : "";
|
||||
string osmId = osmIt != ft2osm.cend() ? strings::to_string(osmIt->second.GetEncodedId()) : "";
|
||||
if (osmId.empty())
|
||||
{
|
||||
// For sponsored types, adding invented sponsored ids (booking = 00) to the id tail.
|
||||
|
|
Loading…
Add table
Reference in a new issue