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

Function SetBuildingLevelsToOne

libs/editor/editor_tests/osm_editor_test.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void SetBuildingLevelsToOne(FeatureType & ft)
136{
137 EditFeature(ft, [](osm::EditableMapObject & emo) { SetBuildingLevels(emo, "1"); });
138}
139
140void CreateCafeAtPoint(m2::PointD const & point, MwmSet::MwmId const & mwmId, osm::EditableMapObject & emo)
141{

Callers 10

GetEditedFeatureTestMethod · 0.85
SetIndexTestMethod · 0.85
OnMapDeregisteredTestMethod · 0.85
GetStatsTestMethod · 0.85
IsCreatedFeatureTestMethod · 0.85
LoadMapEditsTestMethod · 0.85
SaveTransactionTestMethod · 0.85

Calls 2

EditFeatureFunction · 0.85
SetBuildingLevelsFunction · 0.85

Tested by

no test coverage detected