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