private void update() {
   planningMapFragment.update(polygon);
   missionFragment.update();
   updateDistanceView();
 }