| 320 | } |
| 321 | |
| 322 | bool Editor::IsCreatedFeature(FeatureID const & fid) |
| 323 | { |
| 324 | return feature::FakeFeatureIds::IsEditorCreatedFeature(fid.m_index); |
| 325 | } |
| 326 | |
| 327 | /// Several cases should be handled while saving changes: |
| 328 | /// 1) a feature is not in editor's cache |
no outgoing calls