TestPOI -----------------------------------------------------------------------------------------
| 294 | |
| 295 | // TestPOI ----------------------------------------------------------------------------------------- |
| 296 | TestPOI::TestPOI(m2::PointD const & center, string const & name, string const & lang) |
| 297 | : TestFeature(center, MakeName(name, lang)) |
| 298 | { |
| 299 | SetTypes({{"railway", "station"}}); |
| 300 | } |
| 301 | |
| 302 | // static |
| 303 | std::pair<TestPOI, FeatureID> TestPOI::AddWithEditor(osm::Editor & editor, MwmSet::MwmId const & mwmId, |