| 95 | }; |
| 96 | |
| 97 | feature::FeatureBuilder MakeArea() |
| 98 | { |
| 99 | return MakeFbForTest({{"name", "City"}, {"place", "city"}}, OsmElement::EntityType::Relation, |
| 100 | {{172.54302978515625, -43.48331750944707}, |
| 101 | {172.59796142578125, -43.572929222492384}, |
| 102 | {172.67898559570312, -43.55302701392868}, |
| 103 | {172.67967224121094, -43.48680489735276}, |
| 104 | {172.62542724609375, -43.4509250075837}, |
| 105 | {172.54302978515625, -43.48331750944707}}); |
| 106 | } |
| 107 | |
| 108 | using PlaceWithIDs = std::pair<feature::FeatureBuilder, generator::PlaceProcessor::IDsContainerT>; |
| 109 |
no test coverage detected