remove specific region in the map
Future<void> removeRect(String keyRect) async { await osmBaseController.removeRect(keyRect); }