| 1033 | } |
| 1034 | |
| 1035 | void 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 | |
| 1041 | void Editor::MarkFeatureWithStatus(FeaturesContainer & editableFeatures, FeatureID const & fid, FeatureStatus status) |
| 1042 | { |