| 28 | // Let's process RootException everywhere, to supress such errors. |
| 29 | |
| 30 | void FeaturesFetcher::InitClassificator() |
| 31 | { |
| 32 | try |
| 33 | { |
| 34 | classificator::Load(); |
| 35 | } |
| 36 | catch (RootException const & e) |
| 37 | { |
| 38 | LOG(LERROR, ("Classificator read error: ", e.what())); |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | std::pair<MwmSet::MwmId, MwmSet::RegResult> FeaturesFetcher::RegisterMap(LocalCountryFile const & localFile) |
| 43 | { |