选择文本图层
bool selectLayer(String id) { if (_layers.containsKey(id)) { _selectedLayerId = id; return true; } return false; }