draw rect into map
Future<void> drawRect(RectOSM rectOSM) async { await osmBaseController.drawRect(rectOSM); }