MCPcopy Create free account
hub / github.com/comaps/comaps / MakeArea

Function MakeArea

generator/generator_tests/place_processor_tests.cpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97feature::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
108using PlaceWithIDs = std::pair<feature::FeatureBuilder, generator::PlaceProcessor::IDsContainerT>;
109

Callers 1

TestPlaceProcessorMethod · 0.85

Calls 1

MakeFbForTestFunction · 0.70

Tested by

no test coverage detected