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

Method CreateStandaloneNote

libs/editor/osm_editor.cpp:1035–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033}
1034
1035void Editor::CreateStandaloneNote(ms::LatLon const & latLon, std::string const & noteText)
1036{
1037 CHECK_THREAD_CHECKER(MainThreadChecker, (""));
1038 m_notes->CreateNote(latLon, noteText + "\n");
1039}
1040
1041void Editor::MarkFeatureWithStatus(FeaturesContainer & editableFeatures, FeatureID const & fid, FeatureStatus status)
1042{

Calls 1

CreateNoteMethod · 0.45

Tested by

no test coverage detected