| 121 | } |
| 122 | |
| 123 | void FillEditableMapObject(osm::Editor const & editor, FeatureType & ft, osm::EditableMapObject & emo) |
| 124 | { |
| 125 | emo.SetFromFeatureType(ft); |
| 126 | emo.SetHouseNumber(ft.GetHouseNumber()); |
| 127 | emo.SetEditableProperties(editor.GetEditableProperties(ft)); |
| 128 | } |
| 129 | |
| 130 | void SetBuildingLevels(osm::EditableMapObject & emo, std::string s) |
| 131 | { |
no test coverage detected