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

Method MarkPlaceAsDisused

libs/map/framework.cpp:3150–3155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3148}
3149
3150void Framework::MarkPlaceAsDisused(osm::EditableMapObject emo)
3151{
3152 emo.MarkAsDisused();
3153 osm::Editor::Instance().SaveEditedFeature(emo);
3154 UpdatePlacePageInfoForCurrentSelection();
3155}
3156
3157osm::NewFeatureCategories Framework::GetEditorCategories() const
3158{

Calls 2

MarkAsDisusedMethod · 0.80
SaveEditedFeatureMethod · 0.80

Tested by

no test coverage detected