| 3515 | } |
| 3516 | |
| 3517 | void MapFrame::UpdateMapLayer() |
| 3518 | { |
| 3519 | if (toolbar) { |
| 3520 | toolbar->EnableTool(XRCID("ID_EDIT_LAYER"), project->GetMapLayerCount()>0); |
| 3521 | if (map_tree) { |
| 3522 | map_tree->Recreate(); |
| 3523 | map_tree->Raise(); |
| 3524 | map_tree->Show(true); |
| 3525 | } |
| 3526 | } |
| 3527 | } |
| 3528 | |
| 3529 | void MapFrame::OnDrawBasemap(bool flag, Gda::BasemapItem& bm_item) |
| 3530 | { |
no test coverage detected