public static void setEditorAttributes(AirspaceEditor editor) {
   editor.setUseRubberBand(true);
   editor.setKeepControlPointsAboveTerrain(true);
 }