mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
Merge commit '07cd1ec4f5' into traffic
# Conflicts: # libs/indexer/ftypes_matcher.hpp Bug: boost/regex.hpp may not be found Workaround: remove `if` in CMakeLists.txt:226, leave `include_directories`
This commit is contained in:
@@ -818,6 +818,7 @@ public:
|
||||
bool GetEditableMapObject(FeatureID const & fid, osm::EditableMapObject & emo) const;
|
||||
osm::Editor::SaveResult SaveEditedMapObject(osm::EditableMapObject emo);
|
||||
void DeleteFeature(FeatureID const & fid);
|
||||
void MarkPlaceAsDisused(osm::EditableMapObject emo);
|
||||
osm::NewFeatureCategories GetEditorCategories() const;
|
||||
bool RollBackChanges(FeatureID const & fid);
|
||||
void CreateNote(osm::MapObject const & mapObject, osm::Editor::NoteProblemType const type, std::string const & note);
|
||||
|
||||
Reference in New Issue
Block a user